config-videofactory.yaml
yaml
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
2 days ago
| 1 | # VideoFactory — overseer kit consumer config (prepared pilot fixture) |
| 2 | # |
| 3 | # Install (migrate preserves your existing status board + handover): |
| 4 | # <kit>/cli/ok -C <videofactory-root> init --migrate \ |
| 5 | # --from-config <kit>/tests/fixtures/pilot/config-videofactory.yaml --non-interactive |
| 6 | # |
| 7 | # Greenfield (empty repo): |
| 8 | # add --regime git-only if not using --from-config |
| 9 | # |
| 10 | # See docs/consumers/videofactory/OVERSEER-SETUP.md for multi-repo workspace naming. |
| 11 | |
| 12 | overseer_config_version: 1 |
| 13 | |
| 14 | repo: |
| 15 | name: VideoFactory |
| 16 | # Living docs at repo root (VIDEO_*.md), not under docs/ |
| 17 | root_relative_docs: "." |
| 18 | |
| 19 | vcs: |
| 20 | regime: git-only |
| 21 | canonical: git |
| 22 | git: |
| 23 | remote: origin |
| 24 | main_branch: main |
| 25 | mirror_branch: null |
| 26 | feature_branch_pattern: "feat/{slug}" |
| 27 | muse: |
| 28 | staging_remote: null |
| 29 | main_branch: null |
| 30 | working_dir: null |
| 31 | |
| 32 | docs: |
| 33 | # Filenames — per-repo; kit resolves paths via tokens (governance-sync, handover, rules). |
| 34 | handover: VIDEO_OVERSEER_HANDOVER.md |
| 35 | roadmap: VIDEO_PRODUCTION_STATUS_BOARD.md |
| 36 | # Display titles in seeded templates (rename freely; filenames above are the paths). |
| 37 | handover_title: Video Overseer Handover |
| 38 | roadmap_title: Video Production Status Board |
| 39 | coordination: null |
| 40 | # Standing decisions may live in the status board or a separate file. |
| 41 | standing_decisions: VIDEO_PRODUCTION_STATUS_BOARD.md |
| 42 | |
| 43 | thresholds: |
| 44 | realign_max_commits: 50 |
| 45 | drift_warn_only: true |
| 46 | |
| 47 | freeze_contract: |
| 48 | enabled: true |
| 49 | reviewer: |
| 50 | mode: agent |
| 51 | # Label from policy/model-labels.yaml — pick thinking-capable model in Cursor for reviews. |
| 52 | model: thinking-high |
| 53 | provider: local |
| 54 | fallback: human |
| 55 | human_escalation: [security, irreversible, real_money, gates_tier3] |
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
2 days ago