Commit 6aec5e1
Remove vestigial continue-run-* kanban actions
continue-run-fresh / continue-run-previous were never produced by
resolve_transition (the drag resolver yields accept-run / dispatch-ad-hoc /
reopen / close-*), and no client invoked them directly — Portolan's New
session / Resume buttons take the /kanban/requeue path, which files a
resume_mode review-comment and force-dispatches, with the daemon resolving
the prior session from the runtime store (not frontmatter).
The dead invoke clauses shelled out to `shuttle-ctl resume`, which re-reads
session.id / review.state from frontmatter where they no longer live — the
same footgun accept-run was rescued from in 3ab12a6. Removing the actions
deletes that unreachable path entirely: dropped from the @type, @action_ids,
the awaiting-standing offered list (now [:accept_run, :close_composted]),
maybe_continue_previous/1, the invocation map, and the invoke_action clauses.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3ab12a6 commit 6aec5e1
3 files changed
Lines changed: 9 additions & 21 deletions
File tree
- lib
- shuttle_web/controllers
- shuttle
- test/shuttle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
58 | | - | |
| 55 | + | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 71 | | |
82 | 72 | | |
83 | 73 | | |
| |||
118 | 108 | | |
119 | 109 | | |
120 | 110 | | |
121 | | - | |
122 | | - | |
123 | 111 | | |
124 | 112 | | |
125 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments