/** * darwin canary [--json] [--exit-on-drift] * * Validate-by-reproduce drift check (Phase 2 A5). Loads the agent's recent * experiments, baselines within the active prompt version, and reports whether * the recent trajectories have drifted from that baseline (different tools, * more turns, more errors) — behavioural drift the A/B *quality* gate can miss. * * Read-only. Exits 0 by default even on drift (the signal is the printed report * / JSON, mirroring the staleness monitor); pass `--exit-on-drift` for CI. */ export declare function canaryCommand(args: string[]): Promise; //# sourceMappingURL=canary.d.ts.map