v0.9.4: add live room PTY dogfood#311
Merged
Merged
Conversation
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.
Summary
Closes #306.
Adds the real v0.9.4 PTY dogfood gate for the non-default unified live room path. The existing release dogfood script now opens
cr console --live-roomfrom a freshly initialized project, types real composer input, routes bare user text to@host, routes explicit@reviewertext, exercises the unsupported runtime-only/journalpath, and exits in-room without falling through to the old REPL.Acceptance Criteria
@rolerouting.cruse it.Changed Files
scripts/dogfood-v09-user-cases.pyaddsdogfood_live_room_composer_pty()and PTY scripted input helpers.docs/v0.9.4-live-room-dogfood.mdrecords the v0.9.4: add real PTY dogfood for unified full-screen room #306 acceptance mapping, permission prompt gap, and rollback.docs/v0.9-real-user-dogfood.mdextends the release dogfood matrix and recorded run with the v0.9.4 live-room scenario.docs/DEVELOPMENT.mdupdates release-gate guidance so console changes must include the live-room PTY scenario.Validation
python3 scripts/dogfood-v09-user-cases.pyPASS. This built the local binary, initialized a temp user project, ran default/live/snapshot console PTY scenarios, exercisedcr console --live-roomtyped input and@reviewerrouting, validated Nerd Font avatar PTY output, and regenerated README images.cargo fmt --all -- --checkPASSpython3 -m py_compile scripts/dogfood-v09-user-cases.pyPASScargo test --test console_room_test --locked --quietPASS, 5 testscargo test --test console_tui_test --locked --quietPASS, 7 testscargo clippy --all-targets --all-features --locked -- -D warningsPASScargo test --all-features --locked --quietPASSgit diff --checkPASSEvidence Packet
codex/v0.9.4-306-live-room-pty-dogfood6935a71docs/v0.9.4-live-room-dogfood.mdcr console --live-roominside PTY@host@reviewerrouted as explicit role task/journal reviewerdisplays clear fallback tocr start/exitleaves the room withoutCoreRoom console closed; starting REPLTracker Update
Risk / Rollback
Risk is low: this adds release-gate evidence and docs only. It does not change runtime defaults, persisted user state, package metadata, or the default
crentrypoint.Rollback: revert this PR. The previous dogfood script and documentation will remain in place without the v0.9.4 live-room PTY scenario.