Complete State Hub bootstrap (RALPH-WP-0001); add RALPH-WP-0002
This commit is contained in:
parent
e76c34cc93
commit
1c119df4ba
5 changed files with 162 additions and 10 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue