docs(platform): Compass Model Roles + stable-name provider routing design (RIG-2845) - #725
Draft
rigel-mintaka wants to merge 1 commit into
Draft
docs(platform): Compass Model Roles + stable-name provider routing design (RIG-2845)#725rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
|
Compass engineering docs preview: https://compass-obs-rig-2845-model-r.compass-eng-docs.pages.dev Deployed from Changed pages: |
rigel-mintaka
force-pushed
the
compass-obs/rig-2845-model-roles-design
branch
from
August 29, 2026 20:40
a51a75f to
7aa5fb5
Compare
…sign (RIG-2845)
The policy layer above the frozen RIG-1715 gateway credential substrate:
which model a Compass agent role uses, and how a stable model name maps to a
preferred backend order across the providers a user holds.
Core decisions:
- Role taxonomy: Compass-native persona-keyed roles ABOVE OMP's 10 model-tier
roles (untouched). Policy = CompassRole -> {stable name, thinking?,
tierOverrides?}; main model rides the existing COMPASS_MODEL seam,
tierOverrides ride the config-passthrough CP-1 modelRoles key (no schema
fork).
- Stable names (claude-opus-4-8) over direct backend routing: each maps to an
ordered candidate chain, two-stage fold (RIG-2845 orders providers ->
RIG-1715 pool picks credential verbatim); unknown names pass through as the
escape hatch.
- Config surface: Compass-owned Postgres policy store + compass.v1 RPCs.
Red-teamed by a design-critic pass and folded before freeze. Two structural
corrections the critique surfaced, both verified at source:
- The resolver seam is widened (async + caller identity), not zero-fork: the
injected resolveModel(modelId) is sync + tenant-blind and cannot carry
per-caller candidate selection. Framed as OQ-1 (sibling of the RIG-1715 T3
authorize boot-option change).
- A stable name exported as COMPASS_MODEL must ALSO resolve inside the
container (cli.ts:991-1004 refuse-to-boot); added a container-registry
listing deliverable (OQ-2).
Five load-bearing Open Questions batched for Matt (seam shape, container
registry, failover trigger, write authority, policy scope).
Ledger-impact: none (platform surface ungoverned).
Spec-impact: none. Refs RIG-2845
Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass-obs/rig-2845-model-roles-design
branch
from
August 29, 2026 20:46
7aa5fb5 to
584560a
Compare
rigel-mintaka
marked this pull request as ready for review
August 29, 2026 20:46
rigel-mintaka
marked this pull request as draft
August 30, 2026 15:05
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.
The policy layer above the frozen RIG-1715 gateway credential substrate:
which model a Compass agent role uses, and how a stable model name maps to a
preferred backend order across the providers a user holds.
Core decisions:
roles (untouched). Policy = CompassRole -> {stable name, thinking?,
tierOverrides?}; main model rides the existing COMPASS_MODEL seam,
tierOverrides ride the config-passthrough CP-1 modelRoles key (no schema
fork).
ordered candidate chain, two-stage fold (RIG-2845 orders providers ->
RIG-1715 pool picks credential verbatim); unknown names pass through as the
escape hatch.
Red-teamed by a design-critic pass and folded before freeze. Two structural
corrections the critique surfaced, both verified at source:
injected resolveModel(modelId) is sync + tenant-blind and cannot carry
per-caller candidate selection. Framed as OQ-1 (sibling of the RIG-1715 T3
authorize boot-option change).
container (cli.ts:991-1004 refuse-to-boot); added a container-registry
listing deliverable (OQ-2).
Five load-bearing Open Questions batched for Matt (seam shape, container
registry, failover trigger, write authority, policy scope).
Ledger-impact: none (platform surface ungoverned).
Spec-impact: none. Refs RIG-2845
Co-authored-by: Matt Wilkinson matt@rigel.build