axiom_graph_mark_clean¶
- axiom_graph.mcp.server.axiom_graph_mark_clean(project_root, reason, node_id='', verified_by='agent', node_ids=None)¶
Mark nodes as agent-verified, clearing promotable own-status drift.
Records an AGENT_VERIFIED history row per node; on the next check, any node whose content still matches is promoted from CONTENT_UPDATED, DESC_UPDATED, or RENAMED back to VERIFIED. Does not clear LINKED_STALE by fiat.
- Parameters:
- project_root str
Absolute path to the indexed project.
- node_id str
Single node to mark clean (used when node_ids is omitted).
- reason str
Brief explanation of why the documentation is still accurate.
- verified_by str
Identifier for the verifier. Defaults to
'agent'.- node_ids list[str] | None
Optional list of node IDs for batch operation.
- Return type:
str