feat: add target repo examples and file layout guidance
This commit is contained in:
7
examples/node-project/ai/risk-guardrails.md
Normal file
7
examples/node-project/ai/risk-guardrails.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user