/** * `agent-coord` CLI entry point. Phase 1: every subcommand no-ops with a * structured debug log. The one exception is `verdict`, which replies * fail-open so adapters can already wire it up without affecting flow. * * Phase 2 replaces the no-op branches with real state projection + CLI * handlers; Phase 4 flips the default so `harn agents …` shims through here. */ export {}; //# sourceMappingURL=cli.d.ts.map