Skip to main content
This guide captures the baseline operating model we recommend for production usage.
  • Use branch-per-run for non-trivial agent tasks.
  • Treat main as promoted, reviewed state.
  • Scope API keys to the minimum required permissions.
  • Add metadata in commit messages so runs are traceable.

Operational practices

  • Track commit and merge latency in your critical paths.
  • Enforce repository naming conventions and limits.
  • Keep human review workflows for high-impact changes.