[BUG] Workflow synthesis report contains incomplete and garbage data.
Open 💬 1 comment Opened Jun 19, 2026 by S-Luiten
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The synthesized report after a completed workflow is incomplete and invalid. The summary literally says "items 123 test", and the confirmed list only contains 3 entries, even though there were 29 confirmed findings.
What Should Happen?
Workflow synthesis report should be complete and not contain garbage.
Error Messages/Logs
Steps to Reproduce
{
"summary": "REDACTED",
"agentCount": 111,
"logs": [
"Categorizing 222 changed .cs files into review domains...",
"Mapped into 11 domains covering 223 files.",
"Verified 49 candidate findings. Synthesizing report..."
],
"result": {
"domainsReviewed": 11,
"candidateFindings": 49,
"confirmedCount": 29,
"contestedCount": 14,
"refutedCount": 6,
"synthesis": {
"summary": "items 123 test",
"confirmed": [
{
"title": "REDACTED",
"file": "REDACTED",
"severity": "high",
"description": "REDACTED"
},
{
"title": "REDACTED",
"file": "REDACTED",
"severity": "high",
"description": "REDACTED"
},
{
"title": "REDACTED",
"file": "REDACTED",
"severity": "high",
"description": "REDACTED"
}
]
}
}
}
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.173 (Claude Code)
Platform
Other
Operating System
Windows
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗