Commit 12c6627
authored
Refactor WTA helper runtime ownership (#504)
* Refactor WTA helper runtime ownership
Move the per-pane helper TUI runtime out of main.rs and into the helper module without changing behavior. Document the broader incremental architecture refactor and correct the crate description.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b3f5f1bc-78dd-4424-9417-88029e6535ad
* Remove local refactor plan from PR
Keep the architecture roadmap as an untracked local planning document rather than a repository artifact.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b3f5f1bc-78dd-4424-9417-88029e6535ad
* Remove redundant helper channel import
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b3f5f1bc-78dd-4424-9417-88029e6535ad
* Rename helper TUI module to runtime
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b3f5f1bc-78dd-4424-9417-88029e6535ad
---------
Copilot-Session: b3f5f1bc-78dd-4424-9417-88029e6535ad1 parent 88518f1 commit 12c6627
4 files changed
Lines changed: 1140 additions & 1124 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
0 commit comments