soul-frame/.claude/rules/stack-and-commands.md

25 lines
743 B
Markdown
Raw Normal View History

## Stack
Research repository — Markdown-first conceptual work, not a runtime product.
- **Language:** Markdown (YAML frontmatter on workplans)
- **Key deps:** State Hub (`~/state-hub`) for registration and consistency sync
- **Layout:** `concepts/`, `research/`, `sources/`, `paper/`, `workplans/`
## Dev Commands
```bash
# Orient
cat INTENT.md SCOPE.md README.md
# After editing workplans — sync hub read model (files are authoritative)
cd ~/state-hub && make fix-consistency REPO=soul-frame
# Check only
cd ~/state-hub && make check-consistency REPO=soul-frame
# Hub status
curl -s http://127.0.0.1:8000/repos/soul-frame | python3 -m json.tool
curl -s 'http://127.0.0.1:8000/workplans/?repo=soul-frame' | python3 -m json.tool
```