Commit bc7ac44
feat: add issue proposer — auto-file GitHub issues from detection systems (#11)
Port issue-proposer scheduled task with 5 detectors:
1. Task failure patterns (repeated failure_kind in cc_tasks)
2. Repo failure rates (>50% fail rate over 7d)
3. Scheduled task errors (>50% error rate in 24h)
4. Argus/RuntimeGuard correlations (high-severity findings)
5. LLM trace anomalies (executor error rates >40% in 48h)
Dedup via web_events watermarks and GitHub issue search.
Configurable labels, repo target from env config, 6-hourly cadence
with governance limits (max 3 issues per run).
Closes #11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2307173 commit bc7ac44
2 files changed
Lines changed: 428 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
0 commit comments