config-atlas/.claude/rules/stack-and-commands.md

28 lines
747 B
Markdown
Raw Normal View History

2026-06-26 13:44:08 +00:00
## Stack
- **Language:** Markdown-first registry and planning repo (no application runtime)
2026-06-26 13:44:08 +00:00
- **Key deps:** State Hub ADR-001 workplans, `registry/indexes/capabilities.yaml`
## Dev Commands
```bash
# Orient (offline-safe)
cat .custodian-brief.md
cat INTENT.md
2026-06-26 13:44:08 +00:00
cat SCOPE.md
ls workplans/
ls registry/
2026-06-26 13:44:08 +00:00
# Validate registry entries (from reuse-surface checkout)
reuse-surface validate --root .
# Sanity-check markdown / registry edits
git diff --check
# After workplan or registry edits — from ~/state-hub
make fix-consistency REPO=config-atlas
2026-06-26 13:44:08 +00:00
```
**Install / test / lint / build / run:** not applicable — this repo has no
application runtime. Verify changes with `git diff --check` and
`reuse-surface validate` when registry files change.