Skip to content

Make Cook continuation authoritative and exactly once - #11915

Merged
chubes4 merged 2 commits into
mainfrom
fix/11851-cook-continue-nonterminal
Aug 8, 2026
Merged

Make Cook continuation authoritative and exactly once#11915
chubes4 merged 2 commits into
mainfrom
fix/11851-cook-continue-nonterminal

Conversation

@chubes4

@chubes4 chubes4 commented Aug 7, 2026

Copy link
Copy Markdown
Member

Closes #11851

Summary

  • report queued, active, capacity-blocked, and recovery states without duplicate dispatch
  • atomically rearm only failed terminal continuations
  • terminalize malformed recovery claims instead of replaying provider work

Verification

  • 35 Cook recipe tests
  • 5 cook_continue CLI tests, including delayed terminal reconciliation
  • cargo fmt --check

AI assistance

OpenAI gpt-5.6-sol via OpenCode was used to implement, review, and verify this change. Chris Huber reviewed and is responsible for every line.

Chris Huber added 2 commits August 7, 2026 16:23
AI assistance: OpenAI gpt-5.6-sol via OpenCode was used to implement, review, and verify this change. Chris Huber reviewed and is responsible for every line.
AI assistance: OpenAI gpt-5.6-sol via OpenCode was used to resolve and verify the rebase formatting. Chris Huber reviewed and is responsible for every line.
@homeboy-ci

homeboy-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — homeboy

Lint

review lint — passed

ℹ️ Full options: homeboy self docs commands/lint
ℹ️ Save lint baseline: homeboy review lint homeboy --baseline
Deep dive: homeboy review lint homeboy --changed-since 7d4fedd

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-lint-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-lint-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31216766920

Audit

⚠️ review audit — no measurement

Deep dive: homeboy review audit homeboy --changed-since 7d4fedd

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-audit-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-audit-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31216766920
Tooling versions
  • Homeboy CLI: homeboy 0.334.0+8615890c005a-dirty
  • Extension: rust from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 14fe68af
  • Action: unknown@unknown

@chubes4
chubes4 merged commit d0545cc into main Aug 8, 2026
15 of 32 checks passed
@chubes4
chubes4 deleted the fix/11851-cook-continue-nonterminal branch August 8, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cook-continue cannot advance a nonterminal detached Cook

1 participant