- pre-commit hook: third check — new file directly under docs/ requires README.md to be staged (closes the gap that let STYLE.md slip through) - README: add docs/STYLE.md to project structure diagram and documentation system section; add AI agent note on checking the diagram proactively - .gitmessage: tighten diagram checklist item to name the docs/ depth-1 case Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
625 B
Text
15 lines
625 B
Text
# [one-line summary of what changed]
|
|
|
|
# What changed and why:
|
|
#
|
|
|
|
# Docs updated:
|
|
# [ ] CHANGELOG.md
|
|
# [ ] README.md project structure diagram (if directories added/removed, or new file added directly under docs/)
|
|
# [ ] docs/ARCHITECTURE.md (if structure or principles changed)
|
|
# [ ] docs/decisions/NNN-*.md (if a significant decision was made)
|
|
#
|
|
# Exploratory artifacts check:
|
|
# [ ] Grep for any concept that was explored and rejected this session
|
|
# (naming ideas, data structures, config keys, doc sections, template language)
|
|
# [ ] Nothing from a rejected approach appears outside the ADR that records it
|