[AAASM-5047] 🐛 (docs-hub): Pin core module ref to main#132
Conversation
agent-assembly's default branch was renamed master→main; the docs aggregation
registry still pinned core `ref: master`, so `git clone -b master` failed
("pathspec 'master' did not match") and broke the Aggregate job on every docs
PR + scheduled main run. Point core at `main`. All modules now on main.
|
🔎 Claude Code review — evidence for maintainerCI state: Green. All 3 checks pass — SonarCloud (pass), Aggregate all module docs (pass), hub component metadata (pass). The Aggregate job is the one that was failing on every run before this change; it now completes, confirming the stale Scope vs ticket (AAASM-5047): Exactly as scoped. One file, Side-effects: None beyond intended. The other four modules were already on Two-party review: evidence only. Not an approval; not self-merged. |
✅ Claude Code review — READY (maintainer evidence)
Verdict: scope-complete, MERGEABLE. Merge before #133 (its gate stacks on this). Evidence only — not an approval, not self-merged. |



What
Pins the
core(agent-assembly) module inmodules.jsonfromref: "master"toref: "main", matching the other three SDK modules. Also updates the accompanyingchanneldescription prose that referenced "master HEAD" to "main HEAD". No other entries touched.Why
agent-assemblyrenamed its default branchmaster→mainon 2026-07-23. The docs-hub Aggregate CI (aggregate.yml) clones each module at its pinnedref; the stalemasterpin makesgit clone -b masterfail withpathspec 'master' did not match, breaking the Aggregate job on every docs PR and the scheduledmainrun. Consequence: no aggregated Pages deploy has shipped since 2026-07-23.The fix already existed as commit
bc78d6f37, stranded on unrelated PR #131; this PR cherry-picks it onto its own branch so it can land independently.How verified
python3 -m json.tool modules.json→ valid JSONrefis nowmain(core, python-sdk, node-sdk, go-sdk, arena)grep master modules.json→ only the generic$commentprose ("master/main HEAD") remains; noreffield references masterJira
https://lightning-dust-mite.atlassian.net/browse/AAASM-5047