/** * `slowcook on-mockup-approved --pr ` — 0.16.0-α.25. * * Called from a workflow that fires on `pull_request.labeled` with * label = `slowcook-mockup-approved`. Walks every cost source for the * story (refine on the source issue, refine + spec-merge on the spec * PR, recipe on the tests PR, vibe + plate on the mockup PR), itemizes * each run, and posts (or UPDATES) a cost-rollup audit comment on the * originating GitHub issue. * * α.25 changes vs α.23: * - Walks ALL related sources, not just the mockup PR. Captures * refine + recipe runs that previously went uncounted. * - Itemizes each run (one row per cost marker) instead of grouping * by agent. Includes timestamp, agent, model, $, source link, and * commit SHA when available (parsed from plate's breadcrumb JSON). * - Idempotent: looks for an existing `slowcook:on-mockup-approved` * marker in the issue's comments; updates that comment in place * instead of double-posting. * * Pairs with on-spec-merged / on-tests-merged / on-brew-merged so the * issue thread tells the full pipeline story end-to-end. */ export declare function onMockupApproved(argv: string[]): Promise; //# sourceMappingURL=index.d.ts.map