Skip to content

Repo_management

[AIR-3][AIS-3][BPC-3][RES-3]

Cross-Repository Standards

Overview

Add a brief overview of this document here.

Table of Contents

  • Section 1
  • Section 2

  • Dependency Policy

  • Major versions must match across all repos
  • Security-critical dependencies pinned with SHA-256 hashes

  • Security Requirements

    [workspace.security]
    constant_time = true
    memory_isolation = "strict"
    rng_implementation = "hardware"
    

  • Compliance Enforcement

    # Validate all repos
    anya-audit repos --all --level strict
    

See Also