Defect (mechanical — exact string replacement)
Content references the legacy docs domain docs.stackbilt.dev. The canonical domain is docs.stackbilder.com, per the repo's own config:
astro.config.mjs → site: 'https://docs.stackbilder.com'
wrangler.toml → route pattern = "docs.stackbilder.com/*", with the legacy route marked "Keep old route during transition (remove after 30 days)".
Replace docs.stackbilt.dev → docs.stackbilder.com at all 6 sites (no other text changes):
| File |
Line |
Context |
src/content/docs/security.md |
254 |
https://docs.stackbilt.dev/ecosystem/repo-visibility.json |
src/content/docs/security.md |
291 |
https://docs.stackbilt.dev/ecosystem/repo-visibility.json |
src/content/docs/security.md |
301 |
https://docs.stackbilt.dev/ecosystem/repo-visibility.json |
src/content/docs/security.md |
314 |
https://docs.stackbilt.dev/ecosystem/repo-visibility.json |
src/content/docs/mcp.md |
103 |
rendered at \docs.stackbilt.dev/mcp`` |
src/content/docs/mcp.md |
132 |
https://docs.stackbilt.dev/mcp |
Scope
Definition of done: zero occurrences of docs.stackbilt.dev in src/content/docs/. Pure host swap; paths unchanged.
Not in scope: other domains (*.stackbilt.dev for auth/mcp/img are correct and unchanged), the wrangler legacy-route entry (infra, removed separately post-transition).
Filed by AEGIS 2026-05-30 as the first auto-fix test of the docs→CodeBeast mechanical loop.
Defect (mechanical — exact string replacement)
Content references the legacy docs domain
docs.stackbilt.dev. The canonical domain isdocs.stackbilder.com, per the repo's own config:astro.config.mjs→site: 'https://docs.stackbilder.com'wrangler.toml→ routepattern = "docs.stackbilder.com/*", with the legacy route marked "Keep old route during transition (remove after 30 days)".Replace
docs.stackbilt.dev→docs.stackbilder.comat all 6 sites (no other text changes):src/content/docs/security.mdhttps://docs.stackbilt.dev/ecosystem/repo-visibility.jsonsrc/content/docs/security.mdhttps://docs.stackbilt.dev/ecosystem/repo-visibility.jsonsrc/content/docs/security.mdhttps://docs.stackbilt.dev/ecosystem/repo-visibility.jsonsrc/content/docs/security.mdhttps://docs.stackbilt.dev/ecosystem/repo-visibility.jsonsrc/content/docs/mcp.mdrendered at \docs.stackbilt.dev/mcp``src/content/docs/mcp.mdhttps://docs.stackbilt.dev/mcpScope
src/content/docs/security.md— 4×docs.stackbilt.dev→docs.stackbilder.comsrc/content/docs/mcp.md— 2×docs.stackbilt.dev→docs.stackbilder.comDefinition of done: zero occurrences of
docs.stackbilt.devinsrc/content/docs/. Pure host swap; paths unchanged.Not in scope: other domains (
*.stackbilt.devfor auth/mcp/img are correct and unchanged), the wrangler legacy-route entry (infra, removed separately post-transition).Filed by AEGIS 2026-05-30 as the first auto-fix test of the docs→CodeBeast mechanical loop.