axiom_graph_report

axiom_graph.mcp.server.axiom_graph_report(project_root, since_sha=None, since_timestamp=None, verbose=False, change_type_pattern=None, node_pattern=None, node_type=None)

Impact report: what changed since a checkpoint, SHA, or datetime.

Summarises content changes, staleness transitions, link modifications, and verification activity recorded in node_history.

Parameters:
project_root str

Absolute path to the indexed project.

since_sha str | None

Git SHA prefix.

since_timestamp str | None

ISO-8601 datetime cutoff.

verbose bool

When False (default), return only the summary line.

change_type_pattern str | None

Glob pattern to filter change types.

node_pattern str | None

Glob pattern to filter node IDs.

node_type str | None

Filter to nodes of this type.

Return type:

str