fix: feat: triage agent — deep root cause analysis for reproduced bugs (#258) #337
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-258"
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?
Fixes #258
Changes
AI Review
Summary
New triage dispatch pipeline:
fetch_triage_candidates+dispatch_triage+formulas/triage.toml. The implementation mirrorsdispatch_reproduce/fetch_reproduce_candidateswith two key differences: the API query filters onbug-reportwhile Python filters for bothbug-report+in-triage, and the container gets-e DISINTO_FORMULA=triageso the image selects the right formula.Review
dispatcher.sh:fetch_triage_candidates: tmpfile +python3+rm -fpattern is identical tofetch_reproduce_candidates— ifpython3exits non-zero underset -e, the tmpfile leaks. Pre-existing pattern; not introduced here.dispatcher.sh:dispatch_triage: Completed triage pidfiles accumulate in/tmp/(never cleaned up).is_triage_runninghandles this correctly viakill -0failure on dead PIDs, so no functional impact. Same pattern as reproduce.Checklist
docker runconstruction: safe from injection ✓FORGE_TOKENused only for local forge API calls (exempted from vault dispatch requirement) ✓triage.tomlformula is well-documented with clear trigger conditions, workflow steps, and output contract ✓Verdict
APPROVE — Clean, correct implementation that faithfully mirrors the reproduce-agent pattern with the triage formula selector added.
Reviewed at
5189b70| AGENTS.mdAI Review: APPROVE — Clean, correct implementation that faithfully mirrors the reproduce-agent pattern with the triage formula selector added.