You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,11 @@ cargo test --workspace
86
86
-`app/widgets.rs` — re-exports; widget builders live in `widgets/{filters,cluster,rows,classify,table,logs}.rs` by concern.
87
87
-`app/layout.rs`, `app/dialogs.rs` — UI builders.
88
88
-`app/object_detail.rs` + `object_detail/{events,network,pods}.rs` — detail-pane UI builders, split by section.
89
-
-`app/commands.rs`, `app/streams.rs` — async command bridges to `aetheris-kube`.
89
+
-`app/commands.rs` — async command bridges to `aetheris-kube`.
90
+
-`app/streams.rs` — just `mod` declarations; streaming state lives in `streams/{object_watch,logs,exec,port_forward,yaml_explanation}.rs`, one `impl App` block per concern.
90
91
-`app/projects.rs` — re-exports + shared type/struct definitions; `ProjectStore`/`Project`/`ObjectFavorite`/`ObjectColumn`/`StatusFilter`/`ResourceSection` impls (and their colocated tests) live in `projects/{store,project,favorite,column,status_filter,resource_section}.rs`.
-`app/yaml.rs` — re-exports; the YAML editor (buffer/view/search) lives in `yaml/editor.rs`, the "explain this manifest" generator lives in `yaml/explain.rs` — two unrelated features that used to share one file.
93
+
-`app/ansi.rs`, `app/utils.rs` — focused helpers.
92
94
-`crates/aetheris-kube/src/objects.rs` + `objects/{ingress,resources,services,summaries}.rs` — object discovery/detail, split by resource concern.
0 commit comments