4 Commits

Author SHA1 Message Date
500e5704e2 chore(sync): detect merge commits explicitly in post-commit hook 2026-04-24 23:00:49 +02:00
87fc964ead chore(sync): also trigger hook on .githooks/ changes 2026-04-24 21:08:35 +02:00
406b003e48 chore(sync): extend post-commit hook trigger to .claude-sync.conf and sync script 2026-04-24 21:04:13 +02:00
79189a64e5 chore: add Claude Project Knowledge sync tooling
- scripts/sync-claude-docs.sh with sync/check/list/help subcommands
- scripts/install-claude-sync-hooks.sh for one-time hook setup
- .githooks/post-commit auto-syncs on dev-doc changes
- .githooks/pre-push warns (non-blocking) on stale sync
- .claude-sync.conf lists 11 synced documents
- SYNC_MANIFEST.md provides drift-detection anchor for Claude Chat
- package.json: npm run sync:docs | sync:check
- .gitignore excludes .claude-sync/ output directory

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 12:38:26 +02:00