Files
codex/.markdownlint-cli2.yaml
Josh McKinney 58e8f75b27 fix(tui): document paste-burst state machine (#9020)
Add a narrative doc and inline rustdoc explaining how `ChatComposer`
and `PasteBurst` compose into a single state machine on terminals that
lack reliable bracketed paste (notably Windows).

This documents the key states, invariants, and integration points
(`handle_input_basic`, `handle_non_ascii_char`, tick-driven flush) so
future changes are easier to reason about.
2026-01-13 11:48:31 -08:00

7 lines
78 B
YAML

config:
MD013:
line_length: 100
globs:
- "docs/tui-chat-composer.md"