Commit bb5ac54
committed
refactor(signals): restructure signal handling and consolidate directives
move signal handling logic from directives to new signals module
add signal manager to centralize event listeners and context
update runner to use signal manager instead of directive manager
move skip logic from directives to step/skip.ts
update imports and references across the codebase1 parent ed6c728 commit bb5ac54
File tree
31 files changed
+464
-621
lines changed- src
- cli/tui
- routes/home/hooks
- workflows
- directives
- manager
- pause
- execution
- runner
- signals
- handlers
- manager
- mode
- step
31 files changed
+464
-621
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
10 | | - | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | | - | |
16 | 24 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments