-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yaml
More file actions
149 lines (143 loc) · 4.46 KB
/
Copy pathlabels.yaml
File metadata and controls
149 lines (143 loc) · 4.46 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Canonical OMT-Global flow labels.
# Bootstrap should project these into managed repos.
- name: lane:apollo
color: "8dd3c7"
description: Scope, backlog, synthesis, and issue-contract work.
- name: lane:ares
color: "fb8072"
description: Validation, adversarial review, and test-pressure work.
- name: lane:daedalus
color: "80b1d3"
description: Implementation and substantive code repair work.
- name: lane:hephaestus
color: "fdb462"
description: CI, build, lockfile, mergeability, and artifact work.
- name: lane:hermes
color: "bebada"
description: macOS/platform-native or special execution work.
- name: lane:pheidon
color: "b3de69"
description: Orchestration, gate, governance, and explicit controller action.
- name: state:intake
color: "d9d9d9"
description: Captured but not yet planned.
- name: state:ready-for-planning
color: "ccebc5"
description: Ready for Apollo/Pheidon planning refinement.
- name: state:ready-for-implementation
color: "bc80bd"
description: Issue has enough contract to assign implementation.
- name: state:implementing
color: "80b1d3"
description: Worker lane is actively implementing.
- name: state:needs-review
color: "ffffb3"
description: PR needs review.
- name: state:needs-repair
color: "fb8072"
description: PR or issue needs repair before it can advance.
- name: state:repairing
color: "fdb462"
description: Repair is actively assigned.
- name: state:ready-for-approval
color: "b3de69"
description: Pheidon/gate approval is the next action.
- name: state:waiting-checks
color: "ffffb3"
description: Approved or ready but waiting on checks/merge queue.
- name: state:auto-merge-armed
color: "b3de69"
description: Auto-merge is enabled and GitHub gates own completion.
- name: state:blocked-human
color: "e41a1c"
description: Human decision required.
- name: state:blocked-infra
color: "984ea3"
description: Blocked by tool, auth, runner, or infrastructure failure.
- name: state:blocked-scope
color: "ff7f00"
description: Blocked by unclear scope or acceptance criteria.
- name: state:paused
color: "999999"
description: Intentionally paused.
- name: autonomy:observe
color: "d9d9d9"
description: Class 0; observe only.
- name: autonomy:safe
color: "b3de69"
description: Class 1; safe autonomous work allowed.
- name: autonomy:review-gated
color: "ffffb3"
description: Class 2; autonomous work allowed, review/gate required.
- name: autonomy:human-required
color: "fb8072"
description: Class 3; human decision required before action/merge.
- name: autonomy:forbidden-unattended
color: "000000"
description: Class 4; must not run unattended.
- name: kind:feature
color: "80b1d3"
description: Feature/product behavior work.
- name: kind:bug
color: "fb8072"
description: Bug fix.
- name: kind:test
color: "ffffb3"
description: Test/validation work.
- name: kind:ci
color: "fdb462"
description: CI/build/tooling work.
- name: kind:docs
color: "ccebc5"
description: Documentation work.
- name: kind:governance
color: "bc80bd"
description: Policy, flow, bootstrap, or governance work.
- name: release:train
color: "5319e7"
description: Release train tracking issue.
- name: release:scope-locked
color: "0052cc"
description: Release scope is locked except release fixes.
- name: release:preflight
color: "1d76db"
description: Release preflight is running or required.
- name: release:validation
color: "fbca04"
description: Full release validation is running or required.
- name: release:publish-ready
color: "0e8a16"
description: Release has required evidence and is ready for approval.
- name: release:blocked
color: "b60205"
description: Release is blocked.
- name: release:published
color: "0e8a16"
description: Release has been published.
- name: release:superseded
color: "cfd3d7"
description: Release was superseded by a later candidate or release.
- name: channel:rc
color: "c5def5"
description: Release candidate or beta channel.
- name: channel:stable
color: "0e8a16"
description: Stable release channel.
- name: channel:maintenance
color: "fbca04"
description: Maintenance release channel.
- name: review:release
color: "f9d0c4"
description: Needs release-owner review.
- name: priority:p0
color: "e41a1c"
description: Critical/urgent.
- name: priority:p1
color: "ff7f00"
description: High priority.
- name: priority:p2
color: "ffff33"
description: Normal priority.
- name: priority:p3
color: "999999"
description: Low priority/backlog.