Skip to content

Commit fa5daf6

Browse files
committed
ai(rules[AGENTS]): document tmux_stdout_len and tmux_stderr_len keys
why: These keys are used in common.py and neo.py but were only mentioned in passing, not in the key table. what: - Add tmux_stdout_len and tmux_stderr_len to Heavy/optional keys table
1 parent bc31baa commit fa5daf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ Pass structured data on every log call where useful for filtering, searching, or
315315
|-----|------|---------|
316316
| `tmux_stdout` | `list[str]` | tmux stdout lines (truncate or cap; `%(tmux_stdout)s` produces repr) |
317317
| `tmux_stderr` | `list[str]` | tmux stderr lines (same caveats) |
318+
| `tmux_stdout_len` | `int` | number of stdout lines |
319+
| `tmux_stderr_len` | `int` | number of stderr lines |
318320

319321
Treat established keys as compatibility-sensitive — downstream users may build dashboards and alerts on them. Change deliberately.
320322

0 commit comments

Comments
 (0)