Summary
Port the issue proposer from the daemon (v1.62.1). Bridges detection systems to GitHub issues automatically.
What to port
- Module:
issue-proposer.ts — 4 detectors, dedup via web_events, GitHub issue creation
- Registration in
scheduled/index.ts
Detectors
- Task failure patterns (repeated failure_kind)
- Repo failure rates (>50% fail rate)
- Scheduled task errors (>50% error rate in 24h)
- RuntimeGuard correlations (high-score findings)
- LLM trace anomalies (executor error rates)
Scrub checklist
- GitHub repo target should come from env config, not hardcoded
- Labels (
self-improvement, bug) should be configurable
Summary
Port the issue proposer from the daemon (v1.62.1). Bridges detection systems to GitHub issues automatically.
What to port
issue-proposer.ts— 4 detectors, dedup via web_events, GitHub issue creationscheduled/index.tsDetectors
Scrub checklist
self-improvement,bug) should be configurable