Initial commit

This commit is contained in:
Coulomb Social
2026-06-27 08:22:42 +00:00
commit 1c28e25c3d
25 changed files with 1229 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# repo-seed
A git repository template to bootstrap coulomb projects from.
## Bootstrap a new repo
1. Clone or copy this template into a new repository.
2. Run `statehub register` from the new repo root (see [docs/statehub-register.md](docs/statehub-register.md)).
3. Complete the generated bootstrap workplan (`*-0001-statehub-bootstrap.md`).
4. Sync workplans: `cd ~/state-hub && make fix-consistency REPO=<slug>`.
5. Validate with [docs/template-validation-checklist.md](docs/template-validation-checklist.md).
## Registry
This repo publishes `capability.infotech.repo-template` — see
`registry/capabilities/capability.infotech.repo-template.md`.