Docs cleanup: remove .cursor, sync call-first docs - #2
Conversation
Delete .cursor (environment install/start scripts are not part of the product). Rewrite living docs and notices so they match the shipped surface: Bloub call, Mute/End/Settings, neural-or-silence TTS, Advanced lab disclosure, no forced splash or Google Fonts CDN story. Co-authored-by: Byte271 <byte271@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (15)
📝 WalkthroughWalkthroughThe PR removes Cursor environment setup and gateway startup files. It updates project documentation to describe a call-first Bloub experience, neural-or-silence demo TTS, revised audio transport, desktop behavior, release status, and evaluation requirements. ChangesCall-first experience
Estimated code review effort: 2 (Simple) | ~10 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dd4652f1d3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ### Interruption | ||
|
|
||
| - Local-first barge-in chain: `local duck → soft_duck → hard_yield → cancel generation`. |
There was a problem hiding this comment.
Describe the implemented barge-in path
The documented sequence does not occur in the current client: the first local duck invokes onInterruption, which immediately calls hardInterruptAssistant(), stops playback, and sends hard_yield; soft_duck is only handled if a later server decision arrives. This matters when using the release notes to evaluate interruption ordering or latency, because the path is effectively local duck → hard yield/cancel rather than the four sequential stages claimed here.
Useful? React with 👍 / 👎.
| | Page-load / sheet / button / toast animations | **Done** | `styles.css` v26.7.16 animation section | | ||
| | Three.js WebGL Icosphere + GLSL | **Todo** | | | ||
| | Ripple click feedback + sheet motion | **Done** | `app.js` + `styles.css` | | ||
| | Legacy Canvas visualizer | **Kept** | Hidden behind Bloub on the default path | |
There was a problem hiding this comment.
Mark the removed canvas visualizer as removed
The legacy Canvas visualizer is not kept behind Bloub: voice-visualizer.js now only delegates to BloubOrb, and the residual voiceOrb canvas is always hidden with no renderer. A repo-wide search for VoiceVisualizer, voiceOrb, and 2D canvas contexts finds no remaining orb implementation, so this roadmap status could send maintainers looking for a fallback that no longer exists.
Useful? React with 👍 / 👎.
Summary
Removes Cloud Agent scaffolding that is not part of the product, and brings living documentation in line with the shipped call-first 26.7.16 surface.
Deleted
.cursor/environment.json,install.sh,start-gateway.sh— Cursor Cloud Agent env only; not required for users,cargo run, or desktop builds.Docs / notices updated
README.md— call-first first paint, auto-join, neural-or-silence TTS, Advanced lab disclosuredocs/release-26.7.16.md— rewritten for the real release storydocs/release-26.7.15.md— historical banner pointing at 26.7.16 demo-path changedocs/gpt-live-parity.md,architecture.md,architecture-roadmap.md,open-source-stack.md,production-readiness.md,evaluation.mdimplementation_plan.md— Bloub / Morphicons / neural-or-silenceTHIRD_PARTY_NOTICES.md— system fonts (no Google Fonts CDN claim)apps/openlive-desktop/README.md— listening-orb splash wordingHistorical release notes for older versions are left intact as past-tense history.
Test plan
.cursor/is gone on the branchSummary by CodeRabbit
New Features
Documentation