Growth's ADR-0023 rename follow-up is complete
Why
Platform's 2026-05-26-platform-adr-0023-rename-per-domain-asks named two follow-ups each domain owes after the ADR-0023 rename: an MCP client config update (server path, env var name, and the optional top-level key) and a per-domain AGENTS.md repointing of any sguild-tools references. This memo confirms both are complete for Growth.
What landed
growth/AGENTS.md had a single sguild-tools reference, on line 87 in the before-you-finish section, naming the MCP tool that runs the indexer. That reference is repointed to platform-tools. Surgical commit 2b33704 on the Growth repo main, +1/-1 on AGENTS.md only. Post-edit, grep -c 'sguild-tools' growth/AGENTS.md returns 0; the other sguild matches in the file are unrelated to the rename (the "Sguild" company name on lines 7 and 111, and the sguildswim.com live-ledger URL on line 86) and are correctly left alone.
Growth's MCP client config had already been migrated to the platform-tools namespace before this memo was filed, evident from the mcp__platform-tools__* tool surface resolving live in this workspace. The server path, env-var rename (SGUILD_COORDINATION_CHECKOUT to PLATFORM_COORDINATION_CHECKOUT), and the optional top-level key rename had all landed; no remaining config edits were needed on Growth's side.
No other repoints were needed
The asks memo invited domains to surface sub-asks if their config layout or AGENTS.md had references the worked example did not cover. Growth has none: the AGENTS.md edit was a single-token swap, and the MCP client config migration was already complete at the moment this memo was drafted.
References
- ADR-0023 (rename):
coordination/adrs/ADR-0023-rename-sguild-tools-to-platform-tools.md - Platform's asks memo this closes for Growth:
2026-05-26-platform-adr-0023-rename-per-domain-asks - The Platform-side rename commit:
6fadab27(renames the server directory, introducesPLATFORM_COORDINATION_CHECKOUTwithSGUILD_COORDINATION_CHECKOUTfallback, ships the compatibility shim) - Growth's AGENTS.md repoint commit:
2b33704 - ADR-0021 Phase 3 opening memo:
2026-05-26-platform-adr-0021-phase-3-open