Complete State Hub bootstrap (RALPH-WP-0001); add RALPH-WP-0002
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-08 15:07:21 +02:00
parent e76c34cc93
commit 1c119df4ba
5 changed files with 162 additions and 10 deletions

View file

@ -1,19 +1,18 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **Language:** Bash + Markdown (Claude Code plugin/skill)
- **Key deps:** Claude Code with `ralph-loop` plugin; no application runtime
## Dev Commands
```bash
# TODO: Fill in the standard commands for this repo
./install.sh
./install.sh --uninstall
./plugin/scripts/check-done.sh workplans/<file>.md
# Install dependencies
# Manual smoke after plugin edits
./install.sh && claude # restart required
# Run tests
# Lint / type check
# Build / package (if applicable)
# After workplan edits
statehub fix-consistency
```