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

7 lines
224 B
Markdown

# Risk Guardrails
- Do not casually modify `Cargo.lock`
- Be careful with feature flags and workspace-wide effects
- Avoid broad lifetime or trait refactors for narrow tasks
- Treat unsafe code paths as high scrutiny areas