starter repo for new projects.
README.mdfor lightweight repo guidanceAGENTS.mdfor local human and agent workflow defaults.github/issue and pull request templates.github/workflows/ci.ymlfor basic github actions scaffolding.gitignorefor common local and build artifacts
- keep shared conventions here
- copy or template this repo when starting something new
- override only what is truly repo-specific
- publish this repo to github
- turn on the template repository setting
- create new repos from this template when you want the baseline files copied in
- extend
.github/workflows/ci.ymlwith repo-specific lint, test, and build jobs