Skip to content

Delivery

bijux-atlas-dev/delivery is the section home for this handbook slice.

flowchart TD
    Delivery[Delivery section] --> Lanes[CI lanes and checks]
    Delivery --> Compat[Compatibility and versioning]
    Delivery --> Publish[Publish and release workflows]
    Delivery --> Docs[Docs deploy]
    Delivery --> Ready[Final readiness]
    Lanes --> Model[Governed delivery lifecycle]
    Compat --> Model
    Publish --> Model
    Docs --> Model
    Ready --> Model

Delivery is the governed transition from validated repository state to published artifacts, deployed docs, release metadata, and required status signals. These pages should help maintainers understand not just which workflows exist, but which of them gate PRs, nightly validation, release candidates, and public publication.

Delivery Control Map

  • workflow execution lives under .github/workflows/
  • release-specific configs and metadata live under release and packaging sources
  • compatibility classification ties delivery to contracts, docs, automation, and generated outputs
  • final readiness is the last maintainer checkpoint before promotion

Pages