Skip to content

Add generic repository hygiene checks#18

Merged
billybox1926-jpg merged 7 commits into
mainfrom
issue-14-generic-hygiene-checks
May 22, 2026
Merged

Add generic repository hygiene checks#18
billybox1926-jpg merged 7 commits into
mainfrom
issue-14-generic-hygiene-checks

Conversation

@billybox1926-jpg

Copy link
Copy Markdown
Collaborator

Summary

Adds always-on, stack-agnostic repository hygiene checks for the template.

Changes

  • Adds scripts/hygiene.sh for generic repository checks
  • Runs hygiene checks from scripts/validate.sh before optional project-specific checks
  • Adds a Repository hygiene step to .github/workflows/reusable-quality.yml
  • Documents the generic checks in docs/DEVEX.md

Generic checks

  • required template files are present
  • shell scripts parse successfully
  • unresolved merge markers are not present
  • Markdown files start with a top-level heading or front matter

Notes

This keeps language-specific format/lint/test checks configurable while making default CI useful before a downstream project chooses a stack.

Closes #14

@billybox1926-jpg billybox1926-jpg merged commit 3a5b39b into main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TEMPLATE-POLISH] Add always-on generic repository hygiene checks

1 participant