summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-24 09:17:20 +0200
committerPaul Buetow <paul@buetow.org>2026-02-24 09:17:20 +0200
commit1cbb2430d027c9d8850bf3a2b79a05338efea3ea (patch)
tree5572c87d76b18ec8ea2956fb9e9a20dc7e69b2ac /AGENTS.md
parentceb5c392d363f9f6afccd310b0a7a7efb14bb4e3 (diff)
tui: add help overlay behavior and docs update
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index db92aa8..ead2d34 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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