-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagents.yml
More file actions
43 lines (38 loc) · 948 Bytes
/
agents.yml
File metadata and controls
43 lines (38 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Arbiter Agent Registry
# Maps commit authors to AI agent identities for quality attribution.
# Customize this for your team's agent fleet.
agents:
- name: claude
emails:
- noreply@anthropic.com
co_author_patterns:
- "Claude\\s+(Opus|Sonnet|Haiku|Code)"
trust_tier: verified
quality_threshold: 70.0
- name: codex
emails:
- codex@openai.com
- noreply@github.com
co_author_patterns:
- "Codex"
trust_tier: verified
quality_threshold: 70.0
- name: gemini
emails:
- gemini@google.com
co_author_patterns:
- "Gemini"
trust_tier: probation
quality_threshold: 80.0
- name: copilot
emails: []
co_author_patterns:
- "GitHub\\s+Copilot"
trust_tier: verified
quality_threshold: 70.0
# Add your human contributors:
# - name: your-name
# emails:
# - you@company.com
# trust_tier: verified
# quality_threshold: 70.0