spec: common-query.md — dotted .request/.response family, colon reserved for dispatch, opt-in fast-win#112
Draft
JarbasAl wants to merge 1 commit into
Draft
spec: common-query.md — dotted .request/.response family, colon reserved for dispatch, opt-in fast-win#112JarbasAl wants to merge 1 commit into
JarbasAl wants to merge 1 commit into
Conversation
…olon topic, opt-in fast-win Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
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.
Refines OVOS-COMMON-QUERY-1 for internal purity and self-consistency (per-file split of the consistency audit).
Changes
<skill_id>:common_query→<skill_id>.common_query.request. It is a plugin-emitted request, not an orchestrator dispatch, so it must not wear the colon shape MSG-1 §2.1.1 reserves for PIPELINE-1 §7 dispatch. The message family is now uniformly dotted —ovos.common_query.ping/.pong(broadcast poll +reply),<skill_id>.common_query.request/.response(addressed request +reply) — and the single remaining colon topic is the genuine dispatch<pipeline_id>:common_query.confis self-reported and skills share no calibrated confidence scale (Appendix B), so first-past-threshold selection turns answer selection into a nondeterministic latency race — the fastest confident skill wins, not the best. Absent opt-in the plugin SHOULD wait for all claimants within the latency ceiling.(session_id, utterance)cache keying and correlation, match-timeout ≥ collection ceiling, no session mutation, skills never speak).can_answer) is protocol-local; OVOS-SESSION-1 cited by canonical title.Principle
Colon
<x>:<y>is reserved for the orchestrator dispatch shape; requests, polls, and events are dotted<x>.<y>.<verb>. MUST/MUST NOT for interop invariants only; tuning values are RECOMMENDED defaults. Selection must be deterministic given the same responses — never a race.Versionstays2: VERSIONING.md defines the field as the V0-compatibility class, which these edits do not change.🤖 Generated with Claude Code