architect: bug-report pipeline — inbound classification + auto-close #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "architect/bug-report-pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this sprint enables
After this sprint, bug-reports flow through a cheap classification gate before reaching the expensive reproduce-agent. Inspection-class bugs (stack trace cited, cause obvious from code) go straight to dev-agent — saving the full Playwright/MCP environment spin-up. The auto-close loop fires reliably, and upstream Codeberg reporters get notified when their bug is fixed.
Today: every bug-report → reproduce-agent (expensive). After: only ambiguous bugs → reproduce-agent; obvious bugs → dev-agent directly.
What exists today
The pipeline is 80% built: gardener detection + enrichment, reproduce-agent with Playwright, triage-agent 6-step workflow, dev-poll label gating, auto-close logic (not firing), issue templates, manifest action system.
Complexity
Risks
Cost — new infra to maintain
Recommendation
Worth it. Infrastructure is 80% built. Fills two concrete gaps (classification gate + auto-close reliability) with minimal new maintenance. Biggest value: avoiding unnecessary reproduce-agent runs.
Reply
ACCEPTto proceed with design questions, orREJECT: <reason>to decline.