Development

These pages cover local development, CI, release process, and how the docs site is built. Use them as a contributor or reviewer rather than as an operator.

Topics

  • Contributing for local environment setup, Go version, and the contribution workflow.
  • Code Quality for the strict typed Go conventions, ast-grep rules, and Semgrep boundaries.
  • Testing for the unit, integration, and end-to-end testing strategy.
  • E2E Framework for runnable E2E lane commands, labels, manifest routing, and reports.
  • Performance Evidence for captured load, cold-start, and recovery results.
  • CI And Supply Chain for the CI pipeline, version pinning, and supply-chain controls.
  • Docs Style Guide for writing, structure, linking, and docs verification guidance.
  • Docs Site for how this Hugo site is structured, built, and published.

Use Another Section If

  • the question is about installing, wiring, or operating the provider: go to Start Here or Operations .
  • the question is about exact CLI, configuration, or contract behavior: go to Reference .
  • the question is about the design rationale behind a feature: go to Architecture .

In This Section