docs: sync STATUS.md with the merged perf epic (#81) and v0.8.0#94
Merged
Zeus-Deus merged 1 commit intoJun 10, 2026
Conversation
- Add the epic summary (issues #72-#80) to the unreleased-changes headline - Fix the stale 'backpressure is inert in production' bullet: issue #73 wired the live TerminalPane path (HIGH/LOW watermarks -> pause/resume_pty_output, in-process flow_paused gate, FLOW_MAX_PARK) - Reframe the OpenCode-sync / favicon / dev-mock trio as shipped in v0.8.0 (the tag exists) and date the epic + daemon-parity paragraphs relative to v0.8.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs-only follow-up that closes out epic #81's paper trail. All nine sub-issues (#72–#80) merged via PRs #83–#91 (+ the containerized e2e harness in #93); this syncs
docs/core/STATUS.mdto that reality:workspace.rs/files.rs, [perf][agent-chat] Stream agent-chat events over a Tauri Channel instead of the global event bus #75 per-thread chat Channels, [git] Fetch origin before creating a new workspace branch so it starts from the latest remote #76 fetch-before-branch, [perf][chat] Virtualize the agent-chat message list #77 virtualized transcript, [remote] Headless daemon worktree creation: run setup scripts + fetch-before-branch (desktop parity) #78 daemon provisioning parity, [feature] Optional background rollback checkpoint at agent-run start #80 run-start checkpoints).TerminalPanepath (write-pump HIGH/LOW watermarks →pause_pty_output/resume_pty_output, in-processflow_pausedgate withFLOW_MAX_PARKbackstop), whichdocs/features/terminal.mdalready documents; STATUS.md now agrees.v0.8.0(the tag exists at the version bump) and dates the epic + daemon-parity paragraphs relative tov0.8.0instead ofv0.7.9.Epic verification that motivated this (full detail in the closing comment on #81):
npm run verifygreen (cargo check, 1729+ cargo tests, tsc, 1839 vitest), Docker clean-host daemon worktree e2e PASS, and browser e2e of channel streaming, transcript virtualization (484 items → 11–20 DOM rows), checkpoint toggle + restore flow, and the livewebgl2canvas.