Summary
Add validation or helper guidance so workflow prompts that call list_code_scanning_alerts consistently include state: open and severity: critical,high.
Memory: mem_0324334270d0
Rationale
Hippo surfaced a high-retrieval memory that unconstrained list_code_scanning_alerts calls can produce oversized MCP responses. This is a focused, actionable quick win that could prevent prompt/runtime failures in affected workflows.
Next steps
- Locate workflow prompts and templates that reference
list_code_scanning_alerts.
- Add validation, linting, or helper text that requires or strongly nudges
state: open and severity: critical,high.
- Update any existing prompts that omit those filters.
- Add a regression test covering the constrained form and the failure/warning path for unconstrained usage.
Generated by 🦛 Daily Hippo Learn · 23.9 AIC · ⌖ 21.3 AIC · ⊞ 5.4K · ◷
Summary
Add validation or helper guidance so workflow prompts that call
list_code_scanning_alertsconsistently includestate: openandseverity: critical,high.Memory:
mem_0324334270d0Rationale
Hippo surfaced a high-retrieval memory that unconstrained
list_code_scanning_alertscalls can produce oversized MCP responses. This is a focused, actionable quick win that could prevent prompt/runtime failures in affected workflows.Next steps
list_code_scanning_alerts.state: openandseverity: critical,high.