Summary
Audit workflow prompts and templates for list_code_scanning_alerts usage and add explicit state: open and severity: critical,high filters where they are missing.
Memory: mem_0324334270d0
Why
Hippo memory flags unguarded list_code_scanning_alerts calls as a recurring cause of oversized MCP responses. Tightening these prompts is a small, concrete change that should reduce avoidable workflow failures.
Next steps
- Search workflow markdown and prompt templates for
list_code_scanning_alerts.
- Update calls that omit
state: open and severity: critical,high.
- Recompile affected workflows with
make recompile.
- Add a note or lint/test coverage so future prompts keep the same bounds.
Generated by 🦛 Daily Hippo Learn · 13.7 AIC · ⌖ 24.7 AIC · ⊞ 5.4K · ◷
Summary
Audit workflow prompts and templates for
list_code_scanning_alertsusage and add explicitstate: openandseverity: critical,highfilters where they are missing.Memory:
mem_0324334270d0Why
Hippo memory flags unguarded
list_code_scanning_alertscalls as a recurring cause of oversized MCP responses. Tightening these prompts is a small, concrete change that should reduce avoidable workflow failures.Next steps
list_code_scanning_alerts.state: openandseverity: critical,high.make recompile.