feat(plugin): await verbs through interactions - #268
Merged
Conversation
Make ask, confirm, draft, and harness suspend the live Plugin execution until Core returns success, dismissed, timeout, or failure. Correlate Interactions and HarnessInvocations with execution identity instead of Resource identity, release reconcile capacity while waiting, and fail unfinished work on crash. Require timeoutMs across the public contract, bump @compforge/baton-plugin to 0.4.0, and consolidate the duplicate reconcile-context documentation into plugin.md and the package README. Validation: bun run check (615 tests)
Bind the four-state result, live Interaction continuation, durable terminal ordering, capacity yielding, and Runner watchdog ownership to their stable symbols. Regenerate spec.json with six indexed symbols and a repository-relative link to the Plugin design. Validation: bun run check (615 tests)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make ask, confirm, draft, and harness suspend the live Plugin execution until
Core returns success, dismissed, timeout, or failure. Correlate Interactions
and HarnessInvocations with execution identity instead of Resource identity,
release reconcile capacity while waiting, and fail unfinished work on crash.
Require timeoutMs across the public contract, bump
@compforge/baton-plugin to 0.4.0, and consolidate the duplicate
reconcile-context documentation into plugin.md and the package README.
Validation: bun run check (615 tests)
Bind the four-state result, live Interaction continuation, durable terminal
ordering, capacity yielding, and Runner watchdog ownership to their stable
symbols. Regenerate spec.json with six indexed symbols and a repository-relative
link to the Plugin design.
Validation: bun run check (615 tests)