update: extend commit-docs-reminder hook to include docs/phases-plan.md in synchronization checklist
This commit is contained in:
@@ -14,7 +14,7 @@ fi
|
||||
if echo "$COMMAND" | grep -qE 'git\s+commit'; then
|
||||
echo "REMINDER: Before committing, verify that .claude/status-update-checklist.md was followed." >&2
|
||||
echo "If this commit changes project status, audit findings, or phase progress," >&2
|
||||
echo "you MUST synchronize: RULES.md, RECOMMENDATIONS.md, README.md, DOCS.md." >&2
|
||||
echo "you MUST synchronize: RULES.md, RECOMMENDATIONS.md, README.md, DOCS.md, docs/phases-plan.md." >&2
|
||||
echo "If this is a code-only change with no status impact, proceed." >&2
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user