tiers.yaml
yaml
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
54 days ago
| 1 | # Decision authority tiers — machine-readable policy (K3) |
| 2 | # Sources: scooling/docs/CROSS-REPO-COORDINATION.md; scooling/AGENTS.md; knowtation/AGENTS.md; |
| 3 | # MUSE_HUB/docs/MUSEHUB-OVERSEER-HANDOVER.md; SD-1, SD-14, SD-17 |
| 4 | |
| 5 | version: 1 |
| 6 | |
| 7 | tiers: |
| 8 | - id: 1 |
| 9 | name: Standing defaults |
| 10 | alias: tier_1 |
| 11 | covers: |
| 12 | - feature branch commits (docs or code) |
| 13 | - git push to feature branch |
| 14 | - open PR from feature branch |
| 15 | - run test suite |
| 16 | - update .gitignore and .museignore |
| 17 | - non-destructive refactors |
| 18 | - choosing recommended option among equivalents |
| 19 | - governance sync doc updates bundled in closing feature-branch commit |
| 20 | behavior: just_do_it |
| 21 | requires_authorization: false |
| 22 | never_on: |
| 23 | - main branch |
| 24 | - canonical main |
| 25 | - staging push |
| 26 | - merge to main |
| 27 | standing_decisions: |
| 28 | - SD-1 |
| 29 | - SD-17 |
| 30 | |
| 31 | - id: 2 |
| 32 | name: Recommend-and-confirm |
| 33 | alias: tier_2 |
| 34 | covers: |
| 35 | - persistence and storage shape |
| 36 | - adapter contract shape |
| 37 | - schema-version choices |
| 38 | - projection target selection |
| 39 | - cross-repo coordination policy changes |
| 40 | behavior: propose_recommend_confirm_once |
| 41 | requires_authorization: true |
| 42 | record_in: standing_decisions_log |
| 43 | standing_decisions: |
| 44 | - SD-2 |
| 45 | - SD-4 |
| 46 | - SD-5 |
| 47 | |
| 48 | - id: 3 |
| 49 | name: Hard gates |
| 50 | alias: tier_3 |
| 51 | covers: |
| 52 | - merge to main (Muse or GitHub) |
| 53 | - muse push staging |
| 54 | - live capability and posture gate flips |
| 55 | - real payments and billing provider swaps |
| 56 | - data deletion |
| 57 | - secrets and credential changes |
| 58 | - cross-repo merges |
| 59 | - mirror push without Muse main alignment |
| 60 | behavior: stop_for_operator_authorization |
| 61 | requires_authorization: true |
| 62 | standing_decisions: |
| 63 | - SD-14 |
| 64 | - SD-16 |
| 65 | |
| 66 | commit_rule: |
| 67 | feature_branch_commit: tier_1 |
| 68 | push_staging: tier_3 |
| 69 | merge_main: tier_3 |
| 70 | dirty_tree_at_session_end: failure |
| 71 | |
| 72 | governance_sync: |
| 73 | mandatory: true |
| 74 | docs: |
| 75 | - roadmap |
| 76 | - handover |
| 77 | standing_decision: SD-17 |
| 78 | incomplete_without_both_docs: true |
| 79 | |
| 80 | vcs_regime_notes: |
| 81 | muse+git-mirror: |
| 82 | - Muse main before GitHub main (SD-14) |
| 83 | - mirror via muse-mirror PR only |
| 84 | - never git push origin main |
| 85 | muse-only: |
| 86 | - git and gh forbidden |
| 87 | - muse release for publish |
| 88 | git-only: |
| 89 | - canonical is origin/main |
| 90 | - realign and mirror are no-ops |
File History
1 commit
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
54 days ago