sync
axiom-wiki syncDetects what changed since the last autowiki or sync, and lets the agent update stale pages and document new areas.
Prerequisites
Section titled “Prerequisites”Run autowiki first. Sync reads the map state (.axiom/map-state.json) to know what was previously documented.
How it works
Section titled “How it works”- Uses
git diffto find changed files since the last sync - Shows which directories have changes and how many files
- The agent reads existing wiki pages and the changed files
- Updates pages that are stale, creates pages for new areas
- Only rewrites pages where content has actually changed
The agent has the same tools as autowiki — it can read any project file, search code, and navigate the wiki to decide what needs updating.
What gets detected
Section titled “What gets detected”- Changed files — any file modified, added, or deleted since the last sync
- New areas — the agent may create new pages if significant new content appeared
For non-git projects, sync treats all files as changed (equivalent to a full re-run).
See the Codebase Mapping guide for the full workflow.