generated from coulomb/repo-seed
- Review integration files; fill SCOPE where templated - Document dev workflow in stack-and-commands.md - Seed WP-0002 implementation workplan; mark bootstrap finished - Hub sync via fix-consistency
21 lines
460 B
Markdown
21 lines
460 B
Markdown
## Stack
|
|
|
|
- **Language:** Markdown-first registry and planning repo (no application runtime yet)
|
|
- **Key deps:** State Hub ADR-001 workplans, `registry/indexes/capabilities.yaml`
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
# Orient (offline-safe)
|
|
cat .custodian-brief.md
|
|
cat INTENT.md
|
|
cat SCOPE.md
|
|
ls workplans/
|
|
|
|
# After workplan or registry edits — from ~/state-hub
|
|
make fix-consistency REPO=coordination-engine
|
|
|
|
# Sanity-check markdown / registry edits
|
|
git diff --check
|
|
```
|