Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The Certified Null Operation (CNO) reference is developed in the standalone
# hyperpolymath/absolute-zero repository and pinned here as a submodule (PR #89).
# CNO development happens upstream; this pointer is bumped as a deliberate act
# (see .machine_readable/contractiles/Intentfile.a2ml and Trustfile.a2ml).
[submodule "absolute-zero"]
path = absolute-zero
url = https://github.com/hyperpolymath/absolute-zero.git
branch = main
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ secure, and sustainable systems.
> This repository serves as the official hub and governance center for
> the MAA Framework project. Implementation work lives in-tree under
> `aletheia/` (the microkernel, Rust); the Certified Null Operation is
> the standalone `hyperpolymath/absolute-zero` repository, coordinated
> here (referenced, not vendored as a submodule). A CRG Tier-C test
> suite (unit, E2E, property, aspect, benchmarks) landed 2026-04-04.
> developed in the standalone `hyperpolymath/absolute-zero` repository and
> pinned here as a git submodule under `absolute-zero/` (PR #89) — CNO
> development happens upstream, and this pointer is bumped deliberately. A
> CRG Tier-C test suite (unit, E2E, property, aspect, benchmarks) landed
> 2026-04-04.
> Detailed specification documents will be uploaded as development
> progresses.

Expand Down
Loading