feat: add target repo examples and file layout guidance
This commit is contained in:
6
examples/go-project/ai/risk-guardrails.md
Normal file
6
examples/go-project/ai/risk-guardrails.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Risk Guardrails
|
||||
|
||||
- Treat `cmd/` entrypoints and deployment wiring as high risk
|
||||
- Do not silently change interfaces consumed by other packages
|
||||
- Be careful with goroutines, channels, and context cancellation paths
|
||||
- Do not rewrite broad package layouts for a narrow bugfix
|
||||
Reference in New Issue
Block a user