Research: prototype read-only coding work monitoring - #4
Open
srctl wants to merge 1 commit into
Open
Conversation
Owner
Author
|
Please trim the one-off capture/test scaffolding from this PR at the user's request: it makes the change harder to review and does not need to be committed. Keep the implementation, useful regression tests, and the before/after screenshots embedded in the PR. Remove commands/dependencies/docs that exist solely for removed scripts; keep an honest brief record of checks already run. Do not merge or deploy. Remove docs/prototypes/coding-view/capture.mjs and capture-only scaffolding. Keep the runnable research prototype, its necessary fixtures/configuration, findings, and screenshots: the prototype itself is the requested deliverable. |
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.
The current Jobs page nests worker output inside expandable rows, making concurrent coding work and attention states difficult to monitor. This research adds an isolated, read-only selected-job prototype and compares snapshot polling, browser streaming, and Rove reuse.
Findings, source references, limitations, and run instructions
Recommend improving the layout over existing Herdr snapshots first, then evaluating a resumable one-way stream. Rove's navigation and connection-state handling are useful references; its Pi runtime, encrypted relay and terminal control bridge need separate integration work for Codex.
All jobs/output/replay are explicitly labeled fixtures. No production routes, APIs, dependencies, terminal controls, host configuration, or live storage changed. Follow-up decisions cover mobile navigation, freshness/history retention, a passive Herdr observer, and whether Rove interoperability is wanted.
Validation
env -u ROOST_CODEX_BINARY node --import tsx --test tests/coding-*.test.ts. Initial restricted run failed under inherited worker configuration/process restrictions; clean-environment execution passed.Actual rendered before / after
Same fixtures and selected running assignment, light mode, UTC, scale 1. Desktop viewport 1440×1100; mobile 390×844. Full-page capture heights vary with content.
Baseline limitation: before images render the actual existing Jobs content/StyleX from base
3f7bae2, with its job and output disclosures open. Both views use the same isolated presentation shell, stubbed router/server boundaries and fixture data. These are rendered component captures, not screenshots of an authenticated live installation. After images show the proposed monitor with identical initial output, not a connected terminal.Additional simulated attention and disconnected screenshots are committed alongside the reproducible capture script.