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
feat(workflows): include all code inline in fuzzer fix comments
Update the fuzzer fix automation prompt to ensure Claude includes
ALL relevant code inline in issue comments:
- After analysis: Include the problematic code section
- After fix: Include the COMPLETE changed code (entire function)
- After tests: Include the COMPLETE test code inline
- For unfixable issues: Include problematic code with suggestions
This makes the automated fix work fully reviewable directly from
the GitHub issue without needing to check out the code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments