spec: gui-1.md — one player time convention; confirm/select reserved - #108
spec: gui-1.md — one player time convention; confirm/select reserved#108JarbasAl wants to merge 1 commit into
Conversation
|
Warning Review limit reached
Next review available in: 36 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 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 |
Squashed from: - spec: gui-1.md — trust boundary, multi-page lifecycle, undispatchable-template rule - spec!: GUI-1 — one player time convention; confirm/select reserved Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Refines OVOS-GUI-1 for internal purity, and closes several audit gaps found while cross-checking the spec family (rebased clean onto dev; no conflicts).
Changes
SYSTEM_audio_playerposition/durationnow count in milliseconds with-1= unknown/live, matchingSYSTEM_media_player. Two templates sharing one screen role must not disagree on units; a normative paragraph states the uniform convention.SYSTEM_confirm/SYSTEM_select→ reserved for a future version (§3.4, §7.2). Their display leg is trivial, but the reply leg (interaction event carrying the answer) has no specified topic or payload schema — an unspecified reply makes the templates unimplementable interoperably. Names stay reserved so applications cannot claim them; producers MUST NOT emit them in this version. Conformance items referencing the reply leg removed (§8.1, §8.5).__idle: explicitfalserow; omitted-__idledeployment default now carries a RECOMMENDED value (30 s) instead of being fully unspecified — tuning value, so RECOMMENDED, not MUST.SYSTEM_-prefixed page name — reserved or simply unknown — is not a protocol error. It is the ordinary case §6.5 already covers: an adapter MUST NOT fail on it, and treats it as an undispatchable template (decline as a no-op, or degrade).__fromtrust boundary (§4.1):__fromMUST be the producer's own identifier. This spec defines no mechanism that verifies the claim — a forged__fromcan clear or mutate another producer's namespace. Enforcing the claim is named explicitly as a layer-2 trust-boundary concern (OVOS-MSG-1 §3.4), not something the GUI wire protocol itself can arbitrate.page_names/indexlifecycle (§4.2): all entries of onegui.page.showbelong to a single namespace; only the entry atindexis active (§4.3 activation applies to it alone), the rest are held, not rendered; the active entry changes by re-emittinggui.page.showwith a newindex.session_id, citing §4.3/§5.1.__idle: true) namespace whose producer vanishes without clearing it is not reclaimed by this specification — named as a deliberate simplicity trade-off (no producer-liveness tracking), cleanup left to deployer policy.🤖 Generated with Claude Code