auto-sync
Installation
SKILL.md
Auto-Sync the Graph
Self-Evolving Skill: This skill improves through use. If the hook behavior or
--watchsemantics drift — fix this file immediately, don't defer. Only update for real, reproducible issues.
Two mechanisms keep graphify-out/ in step with a changing corpus. They don't conflict — pick per repo temperament.
Prerequisite: engine installed (
graphify-tools:setup) and an initial graph built (graphify-tools:build-graph).
Option A — post-commit git hook (recommended default)
cd <repo> && graphify hook install
- Rebuilds the graph once per commit; no background process
- Safe alongside existing hooks (appends, doesn't replace)
- Worktree-per-branch note: git hooks live in the shared
.gitdir config; a hook installed in the main checkout fires for worktree commits too — install once per repo, not per worktree
Verify: