-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathregistry.yaml
More file actions
150 lines (143 loc) · 5.11 KB
/
Copy pathregistry.yaml
File metadata and controls
150 lines (143 loc) · 5.11 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
# Machine-readable pattern registry for loop-engineering
# Used by loop-audit, loop-cost, docs site, and tooling.
patterns:
- id: pr-babysitter
name: PR Babysitter
file: pr-babysitter.md
goal: Shepherd PRs through review, CI, rebase, and merge
cadence: 5m-15m
risk: medium
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [pr-review-triage, minimal-fix, rebase-and-clean]
state: pr-babysitter-state.md
phases: [discover, triage, fix, verify, notify]
human_gates: [security, payments, auth, max-fix-attempts]
starter: starters/pr-babysitter
week_one_mode: L1
token_cost: high
cost:
tokens_noop: 3000
tokens_report: 80000
tokens_action: 250000
suggested_daily_cap: 2000000
early_exit_required: true
- id: daily-triage
name: Daily Triage
file: daily-triage.md
goal: Prioritized morning scan of CI, issues, commits, and chat
cadence: 1d-2h
risk: low
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [loop-triage, minimal-fix]
state: STATE.md
phases: [report, act-small-wins, escalate]
human_gates: [design-decisions, multi-file-refactors]
starter: starters/minimal-loop
week_one_mode: L1
token_cost: low
cost:
tokens_noop: 5000
tokens_report: 50000
tokens_action: 200000
suggested_daily_cap: 100000
early_exit_required: false
- id: ci-sweeper
name: CI Sweeper
file: ci-sweeper.md
goal: React to failing CI with minimal fixes and escalation
cadence: 5m-15m
risk: medium
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [ci-triage, minimal-fix]
state: ci-sweeper-state.md
phases: [detect, classify, fix, verify, escalate]
human_gates: [infra-failures, max-attempts, security-tests]
starter: starters/ci-sweeper
week_one_mode: L2
token_cost: very-high
cost:
tokens_noop: 5000
tokens_report: 50000
tokens_action: 200000
suggested_daily_cap: 1000000
early_exit_required: true
- id: post-merge-cleanup
name: Post-Merge Cleanup
file: post-merge-cleanup.md
goal: Follow-up tech debt and cleanup after merges to main
cadence: 1d-6h
risk: low
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [post-merge-scan, minimal-fix]
state: post-merge-state.md
phases: [scan-merges, prioritize, fix-small, ticket-large]
human_gates: [architectural-debt, feature-flags, large-diffs]
starter: starters/post-merge-cleanup
week_one_mode: L1
token_cost: low
cost:
tokens_noop: 5000
tokens_report: 40000
tokens_action: 150000
suggested_daily_cap: 200000
early_exit_required: false
- id: dependency-sweeper
name: Dependency Sweeper
file: dependency-sweeper.md
goal: Discover, safely apply, and verify dependency + vulnerability updates with human gates on risky changes
cadence: 6h-1d
risk: medium
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [dependency-triage, minimal-fix, loop-verifier]
state: dependency-sweeper-state.md
phases: [scan, triage-risk, patch-safe, verify-worktree, escalate-risky]
human_gates: [major-bumps, high-sev-cve, denylisted-packages, max-attempts]
starter: starters/dependency-sweeper
week_one_mode: L2
token_cost: medium
cost:
tokens_noop: 5000
tokens_report: 60000
tokens_action: 300000
suggested_daily_cap: 500000
early_exit_required: true
- id: changelog-drafter
name: Changelog Drafter
file: changelog-drafter.md
goal: Scan merged PRs and commits, draft categorized high-quality release notes or CHANGELOG entries for human review
cadence: 1d
risk: low
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [changelog-scan, draft-release-notes, loop-verifier]
state: changelog-drafter-state.md
phases: [scan-merges, categorize, draft, review, publish]
human_gates: [breaking-changes, security, major-features, marketing-sensitive]
starter: starters/changelog-drafter
week_one_mode: L1
token_cost: low
cost:
tokens_noop: 5000
tokens_report: 35000
tokens_action: 80000
suggested_daily_cap: 100000
early_exit_required: false
- id: issue-triage
name: Issue Triage
file: issue-triage.md
goal: Discover, deduplicate, prioritize and label incoming issues/discussions so the team always has a clean actionable queue. Excellent low-risk companion to Daily Triage.
cadence: 2h-1d
risk: low
tools: [grok, claude-code, codex, openclaw, opencode, github-actions]
skills: [issue-triage, loop-verifier]
state: issue-triage-state.md
phases: [discover, dedupe, score, propose-labels, human-review]
human_gates: [security, p0-p1, ambiguous-duplicates, stale-closures]
starter: starters/issue-triage
week_one_mode: L1
token_cost: low
cost:
tokens_noop: 3000
tokens_report: 30000
tokens_action: 60000
suggested_daily_cap: 80000
early_exit_required: false