Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aw-failure-investigator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 3 additions & 21 deletions .github/workflows/aw-failure-investigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,30 +312,12 @@ Tone instruction: Write in clinical, neutral style. Use numbered lists, avoid ed

## Output Requirements

**Report Formatting**: Use `###` or lower for all headers in the issue body. Wrap evidence/log excerpts and verbose tables in `<details><summary>Section Name</summary>` tags.

### Parent report issue structure

Include these sections:
1. Executive summary
2. Failure clusters (table)
3. Evidence (logs/audit/audit-diff)
4. Existing issue correlation
5. Proposed fix roadmap (P0/P1/P2)
6. Sub-issues created

### Sub-issue quality bar

- Prefer a few high-quality, actionable sub-issues over many weak ones.
- Avoid duplicates of already-open issues unless new evidence materially changes scope.
- Reference the parent issue and the concrete run IDs analyzed.
Follow `shared/reporting.md` for header levels and progressive disclosure formatting.
When creating a parent report issue, include: executive summary, failure cluster table, evidence, existing issue correlation, fix roadmap (P0/P1/P2), and sub-issues created.
For sub-issues, prioritize high-quality actionable items, avoid duplicates unless scope changed, and reference the parent issue and analyzed run IDs.

**Important**: If no action is needed after completing your analysis, you **MUST** call the `noop` safe-output tool with a brief explanation.

```json
{"noop": {"message": "No action needed: [brief explanation of what was analyzed and why]"}}
```

## agent: `cluster-evidence-extractor`
---
description: Extracts per-cluster audit evidence including dominant errors, tool patterns, anomalies, and failure class
Expand Down
Loading