Skip to content

Add bounded recipe step continuation - #2254

Merged
chubes4 merged 1 commit into
mainfrom
fix/2218-bounded-recipe-continuation-v2
Aug 14, 2026
Merged

Add bounded recipe step continuation#2254
chubes4 merged 1 commit into
mainfrom
fix/2218-bounded-recipe-continuation-v2

Conversation

@chubes4

@chubes4 chubes4 commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add finite, declarative continuation for JSON-producing recipe steps
  • evaluate RFC 6901 predicates and map opaque result fields into subsequent invocations
  • retain bounded digest/preview evidence on completion, failure, exhaustion, and timeout
  • reject continuation for host-executed recipe helpers whose dispatch semantics differ

Closes #2218.

Verification

  • npm run build
  • npm run test:recipe-step-continuation
  • npx tsx tests/recipe-step-metadata.test.ts
  • npx tsx tests/recipe-validation-descriptors.test.ts
  • exercised against a real resumable WordPress ability workload; the runner performed bounded repeated invocations and failed closed at the configured limit

AI Assistance

OpenAI gpt-5.6-sol via OpenCode was used to inspect the repository, implement the continuation contract, add tests, and run verification. Chris Huber reviewed and remains responsible for the change.

@chubes4
chubes4 merged commit 7ea7e15 into main Aug 14, 2026
4 checks passed
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.

Add bounded continuation workflows for WordPress abilities

1 participant