/** * `generacy cockpit` command group. * * Observability verbs (read-only) for Generacy epics and repos: * - watch — poll an epic's issues/PRs and emit cockpit events on state changes * - doorbell — wake sensor for /cockpit:auto; one stdout line per epic bus event * - status — render a grouped, colorized table of the epic's current state * * Single-issue verbs that inspect and drive workflow state for one issue: * - context — classify the current waiting-for:* gate and emit its bundle * - advance — manually advance a waiting gate (flip waiting-for → completed) * - resume — re-arm a failed phase in place (clears failed:*, restores the * preceding gate's waiting-for/completed pair + agent:paused) * * Epic merge/review verbs: * - merge — merge a PR once its required checks are green * - queue — enqueue eligible refs under a phase heading to the cluster pipeline */ import { Command } from 'commander'; export declare function cockpitCommand(): Command; //# sourceMappingURL=index.d.ts.map