From 1cbb2430d027c9d8850bf3a2b79a05338efea3ea Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Feb 2026 09:17:20 +0200 Subject: tui: add help overlay behavior and docs update --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'AGENTS.md') 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 -- cgit v1.2.3