Skip to main content

Module trace_cli

Module trace_cli 

Source
Expand description

Evidence CLI engine for trace/10, evidence/5, comparison/6, and atomic bundles.

Structs§

QueryOptions
Query controls used by the CLI entrypoint. None means the paging flag was not explicitly supplied; collection queries still default to 50 rows at offset zero.
ToolIdentity
Emitting-tool identity attached to every CLI envelope.

Enums§

QueryLabelFilter
Label filter for query kinds that carry semantic labels.
TraceQueryKind

Constants§

QUERY_MAX_LIMIT

Functions§

load_evidence
Load a raw trace or the verified evidence packet for a finalized bundle/profile directory. A trace.jsonl inside a bundle resolves to that bundle so normalized GPU evidence is retained.
run_campaign_status
Reconcile a campaign manifest against the bundles on disk.
run_compare
run_import
run_overview
Bounded first look at a raw trace or verified bundle for agents: health and evidence counts, truncated finding/gap lists, and headline scalars only — never an unbounded collection.
run_protocol
Emit the tool’s complete versioned protocol: every schema it writes or reads, plus the subcommand catalog, sourced from the crate’s exported constants.
run_query
Run a query with label filtering and explicit collection paging controls.
run_report
run_series
Build a cross-run series report from a fully published campaign manifest or an explicit ordered list of verified bundle directories.
run_summary
run_verify
run_view