update: extend commit-docs-reminder hook to include docs/phases-plan.md in synchronization checklist

This commit is contained in:
olekhondera
2026-02-16 11:48:00 +02:00
parent ce8277c21e
commit 3a642fece7

View File

@@ -14,7 +14,7 @@ fi
if echo "$COMMAND" | grep -qE 'git\s+commit'; then if echo "$COMMAND" | grep -qE 'git\s+commit'; then
echo "REMINDER: Before committing, verify that .claude/status-update-checklist.md was followed." >&2 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 "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 echo "If this is a code-only change with no status impact, proceed." >&2
fi fi