- 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
16 lines
349 B
Markdown
16 lines
349 B
Markdown
## Stack
|
|
|
|
- **Language:** Markdown-first control/planning repository (no application runtime)
|
|
- **Key deps:** State Hub workplans, agent instructions, optional `registry/` scaffold
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
cat .custodian-brief.md
|
|
cat INTENT.md
|
|
ls workplans/
|
|
|
|
# After workplan edits — from ~/state-hub
|
|
make fix-consistency REPO=whynot-control
|
|
```
|