Documentation
README
doc-sync — keep docs and code converged
This repo treats doc lag as an unfinished bug (see AGENTS.md § Doc-sync discipline). This skill is the executable procedure; the canonical mapping table (which change owes which doc) lives in AGENTS.md — read it there, do not copy it here.
This file is canonical at
.agents/skills/doc-sync/SKILL.md(.claude/skills/doc-syncis a symlink). The skill itself iterates: when a run shows an instruction here is wrong or misleading, fix it in the same pass, with the run's evidence in the commit message.
Mode 1 — per-change sync (run at the end of every change)
- Determine the change surface.
git diff --stat origin/main...HEAD(or the staged diff for uncommitted work).
This is the opening of the README. Read the full README on GitHub.