/** * `slowcook chef --pr ` — pipeline orchestrator. * * Watches a single slowcook-bot PR. Classifies its failure (or * non-failure) and acts on the verdict: * * self-conflict → rebase against main (fast-forward / structural-only) * self-fail → workflow_dispatch the originating agent's retry workflow * external-fail → post a diagnostic comment, add `chef:escalate` label * infra-fail → re-run the workflow once; escalate if still failing * no-failure → no-op * * Loop protection: chef counts its own prior comments on the PR. * After 3, refuses to act regardless of class — escalates instead. * * **Status: alpha.5c**. Dispatch logic implemented; the rebase * substep + auto-resolve of structural conflicts (specs/_index.yaml * etc.) is alpha.5c.1. For now self-conflict prints the rebase * command + escalates rather than running it. */ export declare function chef(argv: string[], cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map