Skip to content

fix(workflows): remove abandon-triggers - #286

Closed
mrsimpson wants to merge 2 commits into
mainfrom
fix/no-abandon-trigger
Closed

mrsimpson wants to merge 2 commits into
mainfrom
fix/no-abandon-trigger

Conversation

@mrsimpson

Copy link
Copy Markdown
Collaborator

No description provided.

@mrsimpson
mrsimpson force-pushed the fix/no-abandon-trigger branch from 51d51fa to 16455e3 Compare June 2, 2026 10:56
@mrsimpson mrsimpson changed the title Fix/no abandon trigger fix(workflows): remove abandon-triggers Jun 2, 2026
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.
@mrsimpson

Copy link
Copy Markdown
Collaborator Author

superseeded by #294

@mrsimpson mrsimpson closed this Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant