/** * openlore panic-hotspots * * The observe → memory feedback loop. Aggregates epistemic-lease telemetry into a deterministic, * per-module map of WHERE agents destabilize on this codebase, and (with --write) persists it as a * durable artifact the memory/orient layer can consume to pre-warn the next agent. * * Read-only by default; --write persists .openlore/analysis/behavioral-hotspots.json. Exits 0. */ import { Command } from 'commander'; export declare const panicHotspotsCommand: Command; //# sourceMappingURL=panic-hotspots.d.ts.map