Commit 082f45d
fix(coordination): restore missing .gitmodules for absolute-zero submodule (#117)
## What & why
The `absolute-zero/` gitlink (`160000 commit ad085ba`) was recorded in
the index, but `.gitmodules` was never committed — leaving a **dangling
submodule pointer**. As a result `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 git submodule (PR #89)**. Only the README contradicted
them ("referenced, not vendored as a submodule"). This PR resolves the
contradiction in favour of the documented majority intent.
## Changes
- Add `.gitmodules` pinning `absolute-zero` to
`https://github.com/hyperpolymath/absolute-zero.git`.
- Reconcile the README status paragraph to describe it as a pinned
submodule (matching ROADMAP, the contractiles, and PR #89).
## Verification
- `git config -f .gitmodules submodule.absolute-zero.url` now succeeds →
the critical `submodule-recorded` check passes.
- `git submodule status` resolves the pinned pointer.
## Context
This is task **A1** of a broader estate assessment (the coordination fix
that unblocks a fresh clone reaching the CNO foundation). Part of a
documentation/coordination honesty pass across the estate. Draft pending
human review.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz
---
_Generated by [Claude
Code](https://claude.ai/code/session_015qwVESTcbfanY2iJPQNoSz)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8c13869 commit 082f45d
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments