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
docs: neutralize library name-shaming in stackguard's own copy
stackguard's voice should not editorialize about specific libraries
being bad — that's the policy author's call, not the tool's. The
example policy under examples/ is the place to be opinionated;
it's a fictional org's own document.
Strip named libraries (lodash, MongoDB, JWT, axios, etc.) from:
- README problem statement, ASCII diagram, quickstart, 'what it
checks' bullets, and rollout guide
- CONTRIBUTING manual-test commands
- The bug report issue template's example command
- ADR-002 example list
- The system prompt sent to the checker model — replaced the
named few-shot examples with the underlying rule (match the
prompt's explicit words against the policy's explicit words)
The example policy under examples/policy.example.md is left
intact — it's *meant* to be specific.
0 commit comments