v0.9.6: make default cr a live room workspace#316
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.
Linked Issue
Closes #315
Scope
This fixes the product-shape bug in the default
crpath: the full-screen room is now the current user work room, not a historical transcript/dashboard shell.Implemented:
.coreroom/messages.jsonlhistoryCoreRoom Workspace, a real empty-room prompt, submitted user text, and @host / explicit @ROLE route stateAsk @hostinstead of technicalComposerdebug outputcrshows itNot implemented:
cr startremains the full legacy runtime path while that closes separatelyAcceptance Criteria
cropens a live room workspace as the primary surface, not a historicalConversationtranscript..coreroom/messages.jsonlhistory into the center panel; read-only/debug console paths keep transcript projection.No public request/ waiting text.Ask @host, not a debugComposerpanel.tab/backtabdashboard navigation noise.cr, stale old history, typed input, and clean exit.Validation
Commands run:
Evidence:
cargo test: passcargo clippy -D warnings: pass@spytensor/coreroom@0.9.6DOGFOOD PASS: v0.9 local user-case gate completedRisk
The live room still stages routing rather than running authenticated engine turns inside ratatui. The PR makes that explicit in the workspace activity line and keeps
cr startas the legacy full-turn runtime.Rollback
Revert this PR. No migrations or persisted user state changes are introduced.