-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpick-gates.example.json
More file actions
27 lines (27 loc) · 889 Bytes
/
Copy pathpick-gates.example.json
File metadata and controls
27 lines (27 loc) · 889 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
{
"dormant_days": 180,
"blocked": {
"example-owner/example-repo": {
"reason": "maintainer asked us to slow down — whole-repo freeze, finish what's open and take nothing new",
"until": null,
"recorded": "2026-08-02"
},
"other-owner/other-project": {
"reason": "rejected AI-assisted work mid-review — respectful drop, do not re-probe",
"until": null,
"recorded": "2026-08-02"
},
"third-owner/paused-project": {
"reason": "queue looked undeliverable on first probe; re-evaluate after the date passes",
"until": "2026-09-01",
"recorded": "2026-08-02"
}
},
"proven_by": {
"acme-widgets/frobnicator": {
"reason": "6 landed via local squash-merge; the fork PRs read CLOSED",
"evidence": "https://github.com/acme-widgets/frobnicator/commit/<sha>",
"recorded": "2026-08-14"
}
}
}