diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-24 09:17:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-24 09:17:20 +0200 |
| commit | 1cbb2430d027c9d8850bf3a2b79a05338efea3ea (patch) | |
| tree | 5572c87d76b18ec8ea2956fb9e9a20dc7e69b2ac /AGENTS.md | |
| parent | ceb5c392d363f9f6afccd310b0a7a7efb14bb4e3 (diff) | |
tui: add help overlay behavior and docs update
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Generator source code: - **Entry point**: `cmd/ior/main.go` - Linux-only BPF-based I/O syscall tracer - **Core packages**: `/internal/event/` (BPF event handling), `/internal/flamegraph/` (FlameGraph generation), `/internal/c/` (BPF programs) - **Output**: Compressed zstd files, collapsed stack format compatible with Inferno FlameGraphs +- **TUI package**: `/internal/tui/` contains top-level Bubble Tea orchestration (`tui.go`), shared key map (`keys.go`), and styles (`styles.go`). +- **Dashboard tabs**: `/internal/tui/dashboard/` contains tab renderers (overview/syscalls/files/processes/latency/gaps) and tab framework model. +- **Export modal**: `/internal/tui/export/model.go` implements the centered modal used for CSV export flow in TUI mode. ## Code Style |
