Commit d52fd44
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_015qwVESTcbfanY2iJPQNoSz1 parent 34ee83b commit d52fd44
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