boma/docs
sjat 5aeeb094eb feat(tags): enforce role imports carry their role-name tag
Adds role_tag_problems() to check-tags.py: every role imported in a
play's roles: block must carry its own role name as a tag (extra tags
allowed; templated role names skipped). Wires the check into main() so
make lint catches violations. 6 new unit tests (29 total, all passing).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 15:12:48 +02:00
..
decisions feat(tags): enforce role imports carry their role-name tag 2026-06-06 15:12:48 +02:00
hardware ADR-012/hardware: add ubongo as physical control node 2026-06-05 09:43:09 +02:00
reviews review-repo: 2026-06-05 report (4 auto-fixed, 12 open) 2026-06-05 18:24:39 +02:00
runbooks Thread the VERIFY.md convention through ADR-004/new-role/README 2026-06-05 18:52:42 +02:00
security accepted-risks: add R4 (no cryptographic WORM for logs) 2026-06-06 07:03:27 +02:00
superpowers docs(plan): tagging standard implementation plan (ADR-019) 2026-06-06 09:21:15 +02:00
testing Git-ignore verify screenshots; add testing/reviews dir 2026-06-05 13:19:04 +02:00
CAPABILITIES.md docs(tags): ADR-019 + CLAUDE.md/TODO/CAPABILITIES (tagging standard) 2026-06-06 09:42:22 +02:00
FRICTION.md FRICTION: stale-deferred-item pattern recurred a 3rd time — build the check 2026-06-05 18:06:26 +02:00
README.md Add architecture decision records and runbooks 2026-05-30 14:10:01 +02:00
TODO.md docs(tags): ADR-019 + CLAUDE.md/TODO/CAPABILITIES (tagging standard) 2026-06-06 09:42:22 +02:00

docs/

Project documentation.

  • decisions/ — Architecture Decision Records (ADRs): the "why" behind the design. Numbered from 001; each records context, the decision, and what was ruled out.
  • runbooks/ — step-by-step operational procedures (add a host, add a role, rotate secrets).

For what is actually built vs only designed, see STATUS.md at the repo root — the ADRs describe intent, not necessarily current reality.