docs(1.7): assert hotel-search ownership belongs to 20.1#105
Merged
Conversation
Documents the routing-ownership boundary for Hotel & Car Search (1.7): hotel search intent is owned by Hotel Search Aggregator (20.1) for ALL hotel queries (standalone or in-trip); 1.7 owns car rental and may compose with 20.1 for a combined hotel+car trip but does not own hotel intent. Comment/doc only — no schema, types, output, or runtime change. The breaking car-only narrowing of 1.7 is deferred to its own product-gated migration (TODO added). Implements decision A from the 1.7<->20.1 disambiguation. The matching bench relabel is a Tarmac-side action handled separately (not in this repo). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Documents the routing-ownership boundary for Agent 1.7 (Hotel & Car Search):
Why
Implements the 1.7↔20.1 disambiguation: 20.1 is the dedicated lodging-stage hotel owner (feeds the 20.2 dedup → 20.4 rate pipeline); 1.7 is the stage-1 aggregator. Wording deliberately avoids a context-split — hotel always routes to 20.1, consistent with the documented routing rule.
Scope
Comment/doc only — JSDoc + a TODO + one line in
stage-1-search.md. No schema, types, output contract, or runtime change. Non-breaking.The breaking car-only narrowing of 1.7 (remove hotel from schema/types/output/tests) is deferred to its own product-gated migration — flagged via TODO in
index.ts.Verification