Repository workflow
- Register the assistant skill in project scope if your team wants shared instructions.
- Build and inspect the graph.
- Decide which generated artifacts belong in version control.
- Install
graphify hook installonce in each clone. - Run
graphify update .after pulls and merges.
graphify-out/ to share a starting map. Review generated files first; they contain source-derived information. Keep local cost reports out of version control:
graphify-out/cache/ to reduce repository size, at the cost of less cache reuse. The portable manifest uses relative paths and is re-anchored on load.
One graph per worktree
Avoid multiple branches writing into one output location. SetGRAPHIFY_OUT to a worktree-specific directory when you use a shared or custom output setup.