domain-tree/.claude/rules/stack-and-commands.md

21 lines
452 B
Markdown
Raw Normal View History

2026-05-18 16:55:41 +02:00
## Stack
- **Language:** Markdown-first registry and planning repo (no application runtime yet)
- **Key deps:** State Hub ADR-001 workplans, `registry/indexes/capabilities.yaml`
2026-05-18 16:55:41 +02:00
## Dev Commands
```bash
# Orient (offline-safe)
cat .custodian-brief.md
cat INTENT.md
cat SCOPE.md
ls workplans/
2026-05-18 16:55:41 +02:00
# After workplan or registry edits — from ~/state-hub
make fix-consistency REPO=domain-tree
2026-05-18 16:55:41 +02:00
# Sanity-check markdown / registry edits
git diff --check
2026-05-18 16:55:41 +02:00
```