Summary
Add or extend tests around workflow prompt generation so any emitted list_code_scanning_alerts call always includes state: open and severity: critical,high.
Memory: mem_0324334270d0
Why
Hippo recall surfaced a recurring failure mode where unbounded code-scanning queries produce oversized responses and break downstream workflow runs. This is a high-confidence, narrow fix because the memory already points to the exact guardrail the project needs.
Next steps
- Inspect prompt generation code and related tests under
pkg/workflow/.
- Add or update regression tests that assert emitted code-scanning queries include
state: open and severity: critical,high.
- Run the relevant selective tests, then run the repo’s final validation command set expected for workflow/compiler changes.
Generated by 🦛 Daily Hippo Learn · 20 AIC · ⌖ 20.8 AIC · ⊞ 5.4K · ◷
Summary
Add or extend tests around workflow prompt generation so any emitted
list_code_scanning_alertscall always includesstate: openandseverity: critical,high.Memory:
mem_0324334270d0Why
Hippo recall surfaced a recurring failure mode where unbounded code-scanning queries produce oversized responses and break downstream workflow runs. This is a high-confidence, narrow fix because the memory already points to the exact guardrail the project needs.
Next steps
pkg/workflow/.state: openandseverity: critical,high.