2026-06-22 21:44:48 +02:00
|
|
|
## Stack
|
|
|
|
|
|
2026-06-22 23:35:28 +02:00
|
|
|
- **Language:** Markdown-first control/planning repository (no application runtime)
|
|
|
|
|
- **Key deps:** State Hub workplans, agent instructions, optional `registry/` scaffold
|
2026-06-22 21:44:48 +02:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-06-22 23:35:28 +02:00
|
|
|
cat .custodian-brief.md
|
|
|
|
|
cat INTENT.md
|
|
|
|
|
ls workplans/
|
2026-06-22 21:44:48 +02:00
|
|
|
|
2026-06-22 23:35:28 +02:00
|
|
|
# After workplan edits — from ~/state-hub
|
|
|
|
|
make fix-consistency REPO=whynot-control
|
2026-06-22 21:44:48 +02:00
|
|
|
```
|