human-resources/.claude/rules/stack-and-commands.md

21 lines
456 B
Markdown
Raw Normal View History

## Stack
- **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
# Orient (offline-safe)
cat .custodian-brief.md
cat INTENT.md
cat SCOPE.md
ls workplans/
# After workplan or registry edits — from ~/state-hub
make fix-consistency REPO=human-resources
# Sanity-check markdown / registry edits
git diff --check
```