model-labels.yaml yaml
96 lines 3.3 KB
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 5 hours ago
1 # Model labels for roadmap steps and handover NEXT blocks (K3)
2 # Sources: scooling/docs/ROADMAP.md Phase Model Key; docs/ROADMAP.md (overseer-kit);
3 # MUSE_HUB/docs/MUSEHUB-ROADMAP.md; SD-3 model-split protocol
4
5 version: 1
6
7 labels:
8 - id: thinking
9 display: Thinking
10 meaning: >
11 Design, contract freeze, security/privacy, adapter boundaries, test matrix —
12 no mechanical implementation beyond types/contracts.
13 cursor_model_hint: extended thinking / Opus-class
14
15 - id: auto
16 display: Auto
17 meaning: >
18 Mechanical implementation against a frozen spec; run tests; feature-branch commit.
19 cursor_model_hint: default / Composer / Sonnet-class
20
21 - id: thinking_to_auto
22 display: "Thinking → Auto"
23 meaning: >
24 Split into two paste-ready prompts: {step}a (Thinking) then {step}b (Auto).
25 cursor_model_hint: split per SD-3
26 handover_split: true
27 parts:
28 - suffix: a
29 model: Thinking
30 delivers: contract, fail-closed rules, seven-tier test matrix
31 must_not: implementation beyond contracts
32 - suffix: b
33 model: Auto
34 delivers: mechanical impl to frozen contract; run suite; commit
35 must_not: redesign contract; widen scope; enable live effects
36
37 - id: operator_plus_auto
38 display: "Operator + Auto"
39 meaning: >
40 Tier 3 operator authorization for staging push, deploy, or live gate;
41 Auto for implementation and governance doc updates when green.
42 cursor_model_hint: human runs Tier 3 commands; agent implements and syncs docs
43
44 rule: >
45 Every roadmap step, next-step table, and handover NEXT/paste block MUST include
46 "Model:" with exactly one label from this file. Never strip Model on regeneration.
47
48 handover_regeneration:
49 split_step_incomplete: emit step_a_only
50 split_step_a_done: emit step_b_only
51 single_model: emit one prompt
52
53 standing_decisions:
54 - SD-3
55
56 reviewer_models:
57 - id: thinking-high
58 display: Thinking (high)
59 meaning: >
60 Extended reasoning for freeze-contract review — interfaces, fail-closed rules,
61 security, escalation edges, test-matrix completeness.
62 cursor_model_hint: extended thinking / Opus-class / gpt-5.3-codex-class
63 - id: auto-default
64 display: Auto (default)
65 meaning: >
66 Faster mechanical review pass against an already-structured freeze checklist.
67 cursor_model_hint: default / Composer / Sonnet-class
68
69 model_tiers:
70 - id: deep-reasoning
71 display: Deep reasoning
72 meaning: >
73 Extended-thinking / frontier-class reasoning for contract freezes, disputes,
74 overseer rulings, and security-sensitive review.
75 cursor_model_hint: extended thinking / Opus-class
76 cost_class: high
77 - id: standard
78 display: Standard
79 meaning: >
80 Balanced capability for mechanical builds against a frozen spec and routine
81 verification steps.
82 cursor_model_hint: default / Composer / Sonnet-class
83 cost_class: moderate
84 - id: fast
85 display: Fast
86 meaning: >
87 Low-latency, low-cost tier for trivial or high-volume low-stakes steps.
88 cursor_model_hint: fast / mini-class
89 cost_class: low
90 - id: local-offline
91 display: Local (offline)
92 meaning: >
93 Locally hosted model for offline or privacy-first runtimes; preserves the
94 kit's offline promise. The kit still performs no call — the runtime does.
95 cursor_model_hint: local / on-device
96 cost_class: free
File History 1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 4 hours ago