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

224 B

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