Skip to content

Governance

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

flowchart TD
    Governance[Governance section] --> Rules[Rule sources]
    Governance --> Policies[Policy loading]
    Governance --> Docs[Docs spine]
    Governance --> Evidence[Evidence contracts]
    Governance --> Enforcement[Rule enforcement]
    Rules --> Control[Repository rule system]
    Policies --> Control
    Docs --> Control
    Evidence --> Control
    Enforcement --> Control

Governance is the part of the maintainer handbook that explains how repository rules become real behavior. It owns the connection between documented doctrine, checked-in policy sources, evidence quality, and the enforcement path that makes those rules more than aspirations.

What Governance Owns In This Repo

  • rule and doctrine sources under configs/sources/governance/governance/
  • policy inputs under configs/sources/governance/policy/
  • docs spine and navigation integrity across the handbook trees
  • evidence expectations that support review, release, and policy decisions
  • automation enforcement paths that turn rules into checks or reports

Pages