26 lines
816 B
YAML
26 lines
816 B
YAML
version: 1
|
|
voting:
|
|
values: [READY, CHANGES, REJECT]
|
|
allow_agent_votes: true
|
|
quorum:
|
|
discussion: { ready: all, reject: all }
|
|
design: { ready: all, reject: all }
|
|
implementation: { ready: 1_human, reject: all }
|
|
testing: { ready: all, reject: all }
|
|
review: { ready: 1_human, reject: all }
|
|
eligibility:
|
|
agents_allowed: true
|
|
require_human_for: [implementation, review]
|
|
etiquette:
|
|
name_prefix_agents: "AI_"
|
|
vote_line_regex: "^VOTE:\\s*(READY|CHANGES|REJECT)\\s*$"
|
|
response_timeout_hours: 24
|
|
timeouts:
|
|
discussion_stale_days: 3
|
|
nudge_interval_hours: 24
|
|
promotion_timeout_days: 14
|
|
security:
|
|
scanners:
|
|
enabled: true
|
|
tool: gitleaks
|