model-labels.yaml
yaml
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
55 days 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 |
File History
1 commit
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
55 days ago