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

274 B

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