-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprpm.json
More file actions
213 lines (213 loc) · 7.62 KB
/
Copy pathprpm.json
File metadata and controls
213 lines (213 loc) · 7.62 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
{
"name": "workforce-skills",
"version": "1.0.0",
"description": "AgentWorkforce skill packages and curated collections (published under @agent-relay). The autonomous-run cutover stack is grouped as the private autonomous-run-private collection.",
"author": "khaliqgant",
"organization": "agent-relay",
"private": true,
"license": "Proprietary",
"repository": "https://github.com/AgentWorkforce/workforce",
"packages": [
{
"name": "autonomous-run-contract",
"version": "1.0.1",
"description": "Use at the start of every autonomous, multi-PR, cutover-class delegated run. Authors the binding contract between operator and agent: gates, flip mechanism, rollback triggers, standing constraints, cross-repo authority, and explicit escalate-to-human conditions.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"contract",
"cutover",
"authority",
"cross-repo",
"never-stop"
],
"files": [
".agentworkforce/workforce/skills/autonomous-run-contract/SKILL.md"
]
},
{
"name": "auto-merge-and-composition-safety",
"version": "1.0.0",
"description": "Use before auto-merging any PR in an autonomous run, and between consecutive merges that touch overlapping code. Covers live CI verification, substantive review, stale-vs-actionable bot triage, and cross-PR composition discipline.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"merge-safety",
"composition",
"ci",
"review"
],
"files": [
".agentworkforce/workforce/skills/auto-merge-and-composition-safety/SKILL.md"
]
},
{
"name": "dormant-flip-and-rollback",
"version": "1.0.0",
"description": "Use when designing or executing a cutover-class change. Encodes dark-launch, single-switch flip, refusal to flip on amber, and pre-authorized rollback procedure.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"cutover",
"dark-launch",
"rollback",
"feature-flag"
],
"files": [
".agentworkforce/workforce/skills/dormant-flip-and-rollback/SKILL.md"
]
},
{
"name": "swarm-blockers-and-gate-scoreboard",
"version": "1.0.0",
"description": "Use during an autonomous run to dispatch supporting codex-impl plus claude-review agent pairs against hard blockers, and maintain the live RED/GREEN gate scoreboard.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"swarm",
"blockers",
"scoreboard",
"multi-agent"
],
"files": [
".agentworkforce/workforce/skills/swarm-blockers-and-gate-scoreboard/SKILL.md"
]
},
{
"name": "tiered-acceptance",
"version": "1.0.0",
"description": "Use when a single gate would require deep proof across a large set. Splits acceptance into tier-1 deep proof and tier-2 smoke proof while preserving dormant-default, per-item enablement, and rollback.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"acceptance",
"validation",
"tiering",
"rollback"
],
"files": [
".agentworkforce/workforce/skills/tiered-acceptance/SKILL.md"
]
},
{
"name": "instrument-dont-guess",
"version": "1.0.0",
"description": "Use when a fix has failed two consecutive times for the same symptom. Requires the third action to be a temporary diagnostic rather than another guess, and covers removing diagnostics after root cause.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"autonomous-run",
"diagnostics",
"observability",
"root-cause",
"debugging"
],
"files": [
".agentworkforce/workforce/skills/instrument-dont-guess/SKILL.md"
]
},
{
"name": "slack-relayfile-writeback-debugging",
"version": "1.0.0",
"description": "Use when an outbound Slack writeback (channel/thread/DM) silently fails to deliver — no error, no dead-letter. Covers the relayfile ops-API getOp recipe (X-Correlation-Id required) to read the persisted lastError, where the Slack error actually surfaces (not the batch consumer logs), the missing_scope/im:write 3-place fix, cf-vs-bridge dispatch, and duplicate/silent-send pitfalls.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"slack",
"relayfile",
"cloud",
"writeback",
"debugging",
"scopes"
],
"files": [
".agentworkforce/workforce/skills/slack-relayfile-writeback-debugging/SKILL.md"
]
},
{
"name": "slack-relayfile-readdown-debugging",
"version": "1.0.0",
"description": "Use when inbound Slack content (channel/thread/DM) doesn't read down to disk or an integration-event preview says 'unavailable'. Covers reading mount sync state, write-only-vs-mirror mounts, the bare-vs-suffixed channel-id drop, the preview two-shape gap, mount wedges, and the relayfile#262 backfill trap.",
"format": "claude",
"subtype": "skill",
"private": true,
"tags": [
"slack",
"relayfile",
"cloud",
"sync",
"mount",
"debugging"
],
"files": [
".agentworkforce/workforce/skills/slack-relayfile-readdown-debugging/SKILL.md"
]
}
],
"collections": [
{
"id": "autonomous-run-private",
"name": "Autonomous Run Private",
"description": "Private autonomous-run operating stack for Agent Relay cutovers: contract authority, merge safety, dormant flips, diagnostics, blocker swarms, and tiered acceptance.",
"version": "1.0.0",
"category": "development",
"tags": [
"autonomous-run",
"cutover",
"agent-relay",
"merge-safety",
"rollback"
],
"packages": [
{
"packageId": "@agent-relay/autonomous-run-contract",
"version": "1.0.1",
"required": true,
"reason": "Binding authority contract for gates, merge/flip grants, rollback triggers, and escalation rules."
},
{
"packageId": "@agent-relay/auto-merge-and-composition-safety",
"version": "1.0.0",
"required": true,
"reason": "Per-PR live CI, review, bot-triage, and cross-PR composition safety before autonomous merges."
},
{
"packageId": "@agent-relay/dormant-flip-and-rollback",
"version": "1.0.0",
"required": true,
"reason": "Dark-launch and single-switch flip discipline with a pre-authorized rollback path."
},
{
"packageId": "@agent-relay/swarm-blockers-and-gate-scoreboard",
"version": "1.0.0",
"required": true,
"reason": "Support-agent dispatch and live RED/GREEN gate scoreboard for hard blockers."
},
{
"packageId": "@agent-relay/tiered-acceptance",
"version": "1.0.0",
"required": true,
"reason": "Tier-1 deep proof and tier-2 smoke proof for broad acceptance gates."
},
{
"packageId": "@agent-relay/instrument-dont-guess",
"version": "1.0.0",
"required": true,
"reason": "Diagnostic-first discipline after repeated failed fixes for the same symptom."
}
]
}
]
}