config-two-lane.yaml yaml
52 lines 1.2 KB
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 2 days ago
1 # Two-lane consumer fixture (§K8) — queue + optional active video lane
2 overseer_config_version: 1
3
4 repo:
5 name: TwoLaneExample
6 root_relative_docs: "."
7
8 vcs:
9 regime: git-only
10 canonical: git
11 git:
12 remote: origin
13 main_branch: main
14 mirror_branch: null
15 feature_branch_pattern: "feat/{slug}"
16 muse:
17 staging_remote: null
18 main_branch: null
19 working_dir: null
20
21 docs:
22 handover: QUEUE_HANDOVER.md
23 roadmap: QUEUE_ROADMAP.md
24 handover_title: Queue Handover
25 roadmap_title: Queue Roadmap
26 coordination: null
27 standing_decisions: QUEUE_ROADMAP.md
28 default_lane: queue
29 lanes:
30 queue:
31 handover: QUEUE_HANDOVER.md
32 roadmap: QUEUE_ROADMAP.md
33 handover_title: Queue Handover
34 roadmap_title: Queue Roadmap
35 active:
36 handover: videos/_active/HANDOVER.md
37 roadmap: videos/_active/ROADMAP.md
38 handover_title: Active Handover
39 roadmap_title: Active Roadmap
40
41 thresholds:
42 realign_max_commits: 50
43 drift_warn_only: true
44
45 freeze_contract:
46 enabled: true
47 reviewer:
48 mode: agent
49 model: thinking-high
50 provider: local
51 fallback: human
52 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