Skip to content

Commit d52fd44

Browse files
committed
fix(coordination): restore missing .gitmodules for absolute-zero submodule
The absolute-zero/ gitlink (160000 commit ad085ba) was recorded in the index but .gitmodules was never committed, leaving a dangling submodule pointer: `git submodule` could not resolve it and the Mustfile `submodule-recorded` check (severity: critical) always failed. Eight machine-readable contractiles (Mustfile, Bustfile, Dustfile, Intentfile, Trustfile, gitbot-fleet, hypatia) document absolute-zero/ as a pinned submodule (PR #89); only the README contradicted them by calling it "referenced, not vendored as a submodule". Restore .gitmodules pinned to hyperpolymath/absolute-zero and reconcile the README to match the documented intent. Verified: `git config -f .gitmodules submodule.absolute-zero.url` now succeeds and `git submodule status` resolves the pointer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz
1 parent 34ee83b commit d52fd44

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# The Certified Null Operation (CNO) reference is developed in the standalone
2+
# hyperpolymath/absolute-zero repository and pinned here as a submodule (PR #89).
3+
# CNO development happens upstream; this pointer is bumped as a deliberate act
4+
# (see .machine_readable/contractiles/Intentfile.a2ml and Trustfile.a2ml).
5+
[submodule "absolute-zero"]
6+
path = absolute-zero
7+
url = https://github.com/hyperpolymath/absolute-zero.git
8+
branch = main

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ secure, and sustainable systems.
2121
> This repository serves as the official hub and governance center for
2222
> the MAA Framework project. Implementation work lives in-tree under
2323
> `aletheia/` (the microkernel, Rust); the Certified Null Operation is
24-
> the standalone `hyperpolymath/absolute-zero` repository, coordinated
25-
> here (referenced, not vendored as a submodule). A CRG Tier-C test
26-
> suite (unit, E2E, property, aspect, benchmarks) landed 2026-04-04.
24+
> developed in the standalone `hyperpolymath/absolute-zero` repository and
25+
> pinned here as a git submodule under `absolute-zero/` (PR #89) — CNO
26+
> development happens upstream, and this pointer is bumped deliberately. A
27+
> CRG Tier-C test suite (unit, E2E, property, aspect, benchmarks) landed
28+
> 2026-04-04.
2729
> Detailed specification documents will be uploaded as development
2830
> progresses.
2931

0 commit comments

Comments
 (0)