Conversation
mrsimpson
force-pushed
the
fix/no-abandon-trigger
branch
from
June 2, 2026 10:56
51d51fa to
16455e3
Compare
mrsimpson
added a commit
that referenced
this pull request
Sep 21, 2026
## Intent Abandon triggers were a pattern that tried to model explicit workflow cancellation as state machine transitions. In practice they add noise to the transition table without providing value — a user can simply start a new session or switch context without needing a dedicated trigger. Removes all abandon-style transitions from the 14 remaining workflows that still carried them. ## Key decisions - Global transitions removed from sdd-* workflows alongside per-state ones — the global_transitions block itself is dropped where abandon was the only entry, rather than leaving an empty block. - No replacement trigger added: abandoning a workflow is implicit, not modelled. ## Side effects - Supersedes PR #286 (fix/no-abandon-trigger) which covered the same change but conflicted with main after the recent codebase trim.
Collaborator
Author
|
superseeded by #294 |
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.
No description provided.