From ce64923f23067b2dd8312810329a34d1f77ef6cf Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Thu, 23 Jul 2026 14:48:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(aggregate):=20clone=20core=20(a?= =?UTF-8?q?gent-assembly)=20from=20main,=20not=20renamed=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.json b/modules.json index a6a90bf..047105e 100644 --- a/modules.json +++ b/modules.json @@ -8,11 +8,11 @@ { "name": "core", "repo": "ai-agent-assembly/agent-assembly", - "ref": "master", + "ref": "main", "generator": "mdbook", "subpath": "core", "doc_dir": "docs", - "channel": "FULL version set: master HEAD under /core/latest/ PLUS every release git tag rebuilt into /core//, with the channels+archived manifest at /core/versions.json (AAASM-3753)", + "channel": "FULL version set: main HEAD under /core/latest/ PLUS every release git tag rebuilt into /core//, with the channels+archived manifest at /core/versions.json (AAASM-3753)", "base_url_strategy": "mdBook emits root-relative asset paths, so it is subpath-safe with no flag. The in-theme #aaasm-version-selector derives the site root from path_to_root at runtime and fetches /core/versions.json, so each book lives under /core/latest/ and /core// with the manifest + a site-root redirect at /core/.", "build": "cd docs && mdbook build -d /latest; then for each 'v*.*.*' git tag: git worktree add + mdbook build -d / (logging extra-archived.txt); then python3 docs/ci/build_versions.py latest latest /versions.json (archived[] seeded from the rebuilt tags = git source of truth; moving pre-release/stable channels seeded from the live deployed manifest); cp docs/site-root-index.html /index.html", "out_glob": ["index.html", "latest/index.html", "/index.html", "versions.json"]