Skip to content

Dev Operations

This section documents day-to-day maintainer operations for running governance commands, collecting evidence, and coordinating release readiness.

These pages explain the operational side of the maintainer package. For the root command surface itself, use makes. For hosted automation entrypoints, use gh-workflows.

Visual Summary

flowchart LR
    setup[toolchain setup] --> commands[command surface]
    commands --> gates[repository gates]
    gates --> evidence[evidence collection]
    evidence --> diagnostics[diagnostics and reporting]
    diagnostics --> release[release operations]

Pages In This Section