fix(archive): cancel unwanted tasks without claiming delivery - #1423
Merged
Merged
Conversation
ivankuznetsov
force-pushed
the
fix/cancel-task-without-delivery
branch
from
September 14, 2026 11:45
a891d0a to
d73b09b
Compare
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.
Unwanted tasks can leave the active queue as cancelled without claiming their work was delivered. Existing archive closure requires verified delivery evidence; cancellation instead requires an operator reason and uses the existing preview, confirmation, and receipt flow.
Cancellation preserves task artifacts, token history, branches, and dirty worktrees. It refuses live owners, runs no terminal agent or completion hook, and cannot satisfy another task's delivery dependency. The current Drop action remains separate and retains its deletion behavior.
Invalid closure receipts remain dependency errors, including after another consumer quarantines the receipt. Dependency admission reads closure evidence without moving or rewriting it. This prevents a cancelled prerequisite from becoming implicitly delivered when its receipt is invalid.
Validation on 9dbdcba, integrated with current main:
Hosted CI and Install smoke are running for this head. No deployment or live task cancellation was performed. Installed CLI/daemon/web cancellation remains a post-deployment validation step; the local tests do not establish that proof.