axiom_graph_checkout¶
- axiom_graph.mcp.server.axiom_graph_checkout(project_root, worktree_path)¶
Copy the axiom-graph DB into a worktree via VACUUM INTO.
Produces an atomic, consistent snapshot of the source index – safe regardless of WAL state or concurrent writes.
- Parameters:
- project_root str
Absolute path to the source project (must have .axiom_graph/graph.db).
- worktree_path str
Absolute path to the target directory.
- Return type:
str