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

7 lines
274 B
Markdown

# 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