Complete State Hub bootstrap workplans (WP-0001)

- 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
This commit is contained in:
2026-06-22 23:35:28 +02:00
parent 32bb9766ef
commit 7aed540915
3 changed files with 46 additions and 15 deletions

View File

@@ -1,19 +1,15 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **Language:** Markdown-first control/planning repository (no application runtime)
- **Key deps:** State Hub workplans, agent instructions, optional `registry/` scaffold
## Dev Commands
```bash
# TODO: Fill in the standard commands for this repo
cat .custodian-brief.md
cat INTENT.md
ls workplans/
# Install dependencies
# Run tests
# Lint / type check
# Build / package (if applicable)
# After workplan edits — from ~/state-hub
make fix-consistency REPO=whynot-control
```