Add durable event automation admission and recovery - #2606
Merged
Conversation
Contributor
🖥️ PR preview
|
jonathanKingston
marked this pull request as ready for review
September 9, 2026 02:24
Contributor
Reference screenshots ready for reviewReview GitHub’s image diffs in screenshot PR #2616. Rendered for If this source branch moves, a later successful render closes the stale review PR and replaces this link. |
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.
Implements the first internal slice of the event-driven automation proposal: repeated deliveries and interrupted preparation retain one durable run/thread identity. This is an injected admission/recovery boundary; no event source or model execution is enabled in the app yet.
The host contract and storage details are documented in
docs/plans/event-automation-inbox.md. Slice A keeps the capped 64 KiB redacted evidence inline with its receipt for atomic persistence. Real CI polling, saved-definition/editor controls, coalescing, cost/worktree enforcement and normal app-open turn dispatch remain slice B.Acceptance criteria from the proposal:
Validation:
pnpm run checkpassed all static gates and 8,783 tests before the final rebase. After rebasing onto main (including the merged automation modal/proposal),pnpm run typecheckand the completepnpm testsuite passed again: 8,813 tests, zero failures. The rebase was conflict-free and changed none of the inbox/supervisor files or dependencies. Durable filesystem tests use the real supervisor/task store and inject interruption after inbox writes, enqueue, and durable thread preparation. Dedicated tests also cover concurrent lifecycle fencing, archived identity, corruption and conflicting evidence. No visible app changes; no visual eval is needed.