config-videofactory.yaml yaml
55 lines 1.7 KB
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 1 day 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 2 commits
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 1 day ago
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 53 days ago