Cancel individual bot rounds while keeping issue tracking - #19
Merged
Merged
Conversation
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.
Stopping an unwanted feedback round currently ends tracking for the whole issue, even when its PR remains open. Add separate
/botactions and CLI/RPC commands to cancel only the current round or explicitly resume tracking a locally closed issue.cancelling, interrupts saved sessions, drains in-flight local work and question posts, then archives the round and enterswatching. It never publishes that round automatically. New queued feedback remains eligible; interruption failures and service restarts resume the durable cancellation.Documentation includes README, architecture, runtime commands, recovery/persistence, migration limits, all eight affected workflow diagrams, AGENTS, bundled bot instructions and Unreleased notes. Old plugin versions cannot read the new statuses after use; retain a coordinated backup for rollback.
Validation:
npm run checkpassed (209 tests, lint, typecheck, native TUI rendering and build). Real Git coverage verifies that both dirty files and unpublished commits stay in the cancelled worktree while the next round updates the existing remote branch. Tests also cover late checkpoints, cancellation during verification, publication exclusion, restart/interruption failures, failed final state writes, closed-task resumption, permission-reply suppression, safe merge heads and stale UI events. The final package passed an isolated installation check. All eight Mermaid diagrams parse, 90 local documentation links pass, andgit diff --checkpasses.Targets devel; no release, version bump, live task resumption or server deployment is included.