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:06 +02:00
parent 01d4314b3f
commit 1aac55e978
4 changed files with 60 additions and 128 deletions

View File

@@ -1,19 +1,20 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **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
# TODO: Fill in the standard commands for this repo
# Orient (offline-safe)
cat .custodian-brief.md
cat INTENT.md
cat SCOPE.md
ls workplans/
# Install dependencies
# After workplan or registry edits — from ~/state-hub
make fix-consistency REPO=coordination-engine
# Run tests
# Lint / type check
# Build / package (if applicable)
# Sanity-check markdown / registry edits
git diff --check
```