CLI reference#
The maida CLI captures, inspects, compares, and gates agent runs. Commands that accept a trace ID default to the latest run when the ID is omitted; the selected run is announced on stderr so stdout remains machine-readable.
Start and configure#
Command |
Use it to |
|---|---|
Run the deterministic first-run or regression story |
|
Scaffold policy and optional GitHub Actions configuration |
|
Open the local execution timeline |
|
List recent local runs |
Capture and import#
Command |
Use it to |
|---|---|
Receive local Claude Code OTLP telemetry |
|
Append one passive Claude Code hook event |
|
Normalize a captured Claude Code session |
|
Import completed traces through Langfuse’s read-only API |
|
Validate an externally emitted native trace |
|
Write a portable JSON envelope for one run |
Baseline and gate#
Command |
Use it to |
|---|---|
Execute isolated trials and apply a policy-v2 gate |
|
Capture an immutable reviewed baseline |
|
Intentionally update a baseline with provenance |
|
Evaluate a completed trace window against a baseline |
|
Gate isolated Claude Code scenarios |
|
Evaluate one completed trace through the legacy interface |
|
Inspect structural changes between runs or against a baseline |
|
Derive review-required policy and baseline drafts |