Skip to content

Commit 271af67

Browse files
committed
chore(standalone): remove absolute-zero submodule — coordinate, don't vendor
Per the standalone-repos decision: maa-framework no longer vendors the CNO as a git submodule; it coordinates the standalone hyperpolymath/absolute-zero repo (untouched in its own repo). - Removed the absolute-zero submodule gitlink + .gitmodules. - README: 'absolute-zero/ git submodule' → standalone repo coordinated here; dropped the absolute-zero/ entry from the in-tree layout diagram. - 6a2/ECOSYSTEM.a2ml: position = coordinator; added [related-projects] referencing absolute-zero (+ oblibeny) as standalone repos. No CI/build referenced the submodule path, so pipelines are unaffected. https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ
1 parent db66b53 commit 271af67

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.machine_readable/6a2/ECOSYSTEM.a2ml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ project = "maa-framework"
77
ecosystem = "hyperpolymath"
88

99
[position]
10-
type = "component"
10+
type = "coordinator" # maa-framework is the coordinating hub for its ecosystem
11+
12+
[related-projects]
13+
# Coordinating hub: the projects below are standalone top-level repos,
14+
# referenced/contextualised here — NOT vendored as submodules.
15+
absolute-zero = "hyperpolymath/absolute-zero — Certified Null Operation (CNO); standalone repo, coordinated here (submodule removed 2026-06-13)"
16+
oblibeny = "hyperpolymath/oblibeny — reference language designed for the framework"

README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toc::[]
1919
====
2020
*Early implementation* — Specification uploads still pending (ROADMAP Phase 1).
2121
22-
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) and in the `absolute-zero/` git submodule (the Certified Null Operation, pinned to upstream). A CRG Tier-C test suite (unit, E2E, property, aspect, benchmarks) landed 2026-04-04. Detailed specification documents will be uploaded as development progresses.
22+
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. Detailed specification documents will be uploaded as development progresses.
2323
====
2424

2525
== Overview
@@ -69,7 +69,6 @@ The framework addresses the following domains:
6969
│ └── workflows/ # CI wrappers + multi-forge synchronization
7070
├── .machine_readable/ # 6a2 metadata, contractiles, bot directives
7171
├── aletheia/ # Microkernel implementation (Rust)
72-
├── absolute-zero/ # CNO reference (git submodule, pinned)
7372
├── tests/ # E2E, property, aspect tests
7473
├── GOVERNANCE.adoc # Project governance
7574
├── README.adoc # This file

absolute-zero

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)