docs: document terminal layout & StatusBar control gotchas #11

Merged
jknapp merged 1 commits from docs/terminal-layout-gotchas into main 2026-07-19 16:26:03 +00:00
Owner

Captures the non-obvious implementation gotchas from PR #7 (terminal-layout-statusbar) in TECHNICAL.md, migrated out of local agent memory so they live alongside the code:

  • wrapper-vs-host xterm padding (clipping fix)
  • global StatusBar controls (mic + Jump-to-Current)
  • recordingSessionIdRef transcript pinning
  • active-only Jump-to-Current store state
  • Zustand object-merge rule for action callbacks

Docs-only change.

🤖 Generated with Claude Code

Captures the non-obvious implementation gotchas from PR #7 (terminal-layout-statusbar) in `TECHNICAL.md`, migrated out of local agent memory so they live alongside the code: - wrapper-vs-host xterm padding (clipping fix) - global StatusBar controls (mic + Jump-to-Current) - `recordingSessionIdRef` transcript pinning - active-only Jump-to-Current store state - Zustand object-merge rule for action callbacks Docs-only change. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
jknapp added 1 commit 2026-07-19 16:25:57 +00:00
Capture the non-obvious implementation gotchas from PR #7
(terminal-layout-statusbar) in TECHNICAL.md: wrapper-vs-host xterm
padding, global StatusBar controls, recordingSessionIdRef transcript
pinning, active-only Jump-to-Current state, and the Zustand
object-merge rule for publishing action callbacks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jknapp merged commit ccdfc52dce into main 2026-07-19 16:26:03 +00:00
jknapp deleted branch docs/terminal-layout-gotchas 2026-07-19 16:26:03 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CyberCoveLLC/Triple-C#11