Skip to content

Development

This section explains how to change Atlas safely.

The goal is not only to make local edits possible. The goal is to make those edits preserve:

  • source-of-truth clarity
  • compatibility expectations
  • test evidence
  • documentation quality
flowchart TD
    Change[Make a change] --> Build[Build and test]
    Build --> Review[Review architecture and contracts]
    Review --> Docs[Update docs]
    Docs --> Release[Release safely]

This change path shows the standard Atlas development loop. Code, proof, documentation, and release discipline are expected to move together, not as separate cleanup steps.

flowchart LR
    Development[Development docs] --> Local[Local workflow]
    Development --> Tests[Testing and evidence]
    Development --> Surfaces[Adding new surfaces]
    Development --> Compatibility[Change discipline]
    Development --> Docs[Documentation standards]

This page map helps contributors find the owning guidance for the kind of change they are making. That is especially useful in a repository where runtime code, automation, and docs are all governed surfaces.

Use This Section When

  • you plan to change code, docs, governance inputs, or release automation
  • you need to choose the right validation evidence
  • you are preparing a reviewable branch and want the repository’s contribution rules in one place

Pages in This Section

Purpose

This page explains the Atlas material for development and points readers to the canonical checked-in workflow or boundary for this topic.

Stability

This page is part of the canonical Atlas docs spine. Keep it aligned with the current repository behavior and adjacent contract pages.