Commit 00ad3eb
committed
refactor(workflow): restructure runner into modular components
Split monolithic runner.ts into separate files for core functionality, execution, waiting state handling, mode management and listeners. Extract types and interfaces into dedicated files for better organization and maintainability. Keep all existing functionality while improving code structure.1 parent ce456c8 commit 00ad3eb
10 files changed
+766
-641
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments