Files
he-skill-repo/examples/node-project/ai/risk-guardrails.md

8 lines
343 B
Markdown

# Risk Guardrails
- Do not edit `src/generated/` unless the task is specifically about code generation
- Do not update lockfiles unless dependency changes are required
- Do not disable tests to achieve a passing run
- Treat deployment and CI files as high-risk areas
- Prefer package- or module-scoped validation before full-suite validation