Commit 3440112
core: Organize runner components into runner_components module
Move runner state machine types and trigger runner into a dedicated
runner_components/ module to improve code organization:
- Move runner_state.rs -> runner_components/state.rs
- Move trigger_runner.rs -> runner_components/trigger_runner.rs
- Create runner_components/mod.rs with re-exports
- Update imports in runner.rs to use the new module path
This completes Phase 7 of the runner refactor plan.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0d3d31c commit 3440112
File tree
5 files changed
+15
-4
lines changed- core/src/subgraph
- runner_components
5 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments