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