You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove untested timing and performance claims from multi-agent RCA
Remove all timing and performance claims across multi-agent RCA implementation:
- Remove "55% faster than sequential" and "55% time savings" from README.md
- Remove agent time budgets (90-120s, 60-90s) from agent prompts
- Remove "2-3 min vs 4-5 min" claims from triage.md
- Remove specific timeout values from constants.md descriptions
- Remove performance claim from rca-aggregation-rules.md
- Simplify aggregation logic in triage.md to reference rca-aggregation-rules.md
- Add clarifying note to infra-detective.md about infrastructure patterns
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: workflows/acs-triage/.claude/agents/infra-detective.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Read known infrastructure patterns from:
44
44
45
45
### 2. Error Pattern Matching
46
46
47
-
Match the error message against known patterns:
47
+
Match the error message against known infrastructure flake patterns. Note: These patterns are specific to infrastructure flake detection and differ from the team assignment patterns in `reference/error-signatures.md`.
-`calculate_unified_confidence()`: Base from Infrastructure Detective + adjustments for recent changes (+10%) and similar issues (+5%)
213
+
-`assess_risk()`: Infrastructure flakes = Low; High frequency or critical components = High
214
+
-`sanitize()`: Remove API tokens, passwords, secrets, internal URLs with credentials, IP addresses, employee emails
252
215
253
216
5.**Cleanup RCA Team**
254
217
```
@@ -471,20 +434,17 @@ After running this command, you should have:
471
434
**Parallel Execution:**
472
435
- Phase 1a + 1b: Run setup and fetch concurrently
473
436
- Phase 4: Run CI/Vuln/Flaky analysis in parallel (3 concurrent tool calls)
474
-
- Total time savings: 70-100 seconds vs sequential execution
475
437
476
438
**Deep CI Failure Analysis:**
477
-
- Time budget: 4-5 minutes per CI_FAILURE issue (Stage 2 of Phase 4a)
478
-
- Deep analysis runs sequentially per issue (each requires significant investigation)
479
-
- With 5 issues max and potential for all to be CI failures, worst case is ~25 minutes for analysis alone
439
+
- Deep analysis runs sequentially per issue
480
440
- The investigator agent methodology is read once from `/tmp/triage/stackrox/.claude/agents/stackrox-ci-failure-investigator.md` and applied to each issue
481
441
482
442
## Notes
483
443
484
444
-**Timeout**: 1800 seconds total (30 minutes)
485
445
-**Issue Limit**: 5 issues per run to allow time for deep CI failure analysis
486
-
-**Deep CI Failure Analysis**: Each CI_FAILURE issue gets 4-5 minutes of deep root cause investigation using the stackrox CI failure investigator methodology. Results appear in comments and reports but do NOT influence team assignment.
487
-
-**Parallel Analysis**: CI/Vuln/Flaky analysis MUST run concurrently (saves 60-80s). Within Phase 4a, deep analysis runs sequentially per CI_FAILURE issue.
446
+
-**Deep CI Failure Analysis**: Each CI_FAILURE issue gets deep root cause investigation using the stackrox CI failure investigator methodology. Results appear in comments and reports but do NOT influence team assignment.
447
+
-**Parallel Analysis**: CI/Vuln/Flaky analysis MUST run concurrently. Within Phase 4a, deep analysis runs sequentially per CI_FAILURE issue.
488
448
-**READ-ONLY by default**: Use `--comment` flag to write to JIRA
489
449
-**High Confidence Threshold**: ≥80% for auto-assignment recommendations
490
450
-**Version Awareness**: Automatically detects and adjusts for version mismatches
0 commit comments