Sales' ADR-0023-rename AGENTS.md follow-up is landed
What landed
sales/AGENTS.md line 92 (in the before-you-finish section) is repointed from the \sguild-tools` MCP tooltothe `platform-tools` MCP tool. Surgical commit 6aed517on the Sales repo main: 1 file changed, 1 insertion, 1 deletion. Staged with explicitgit add AGENTS.md` so the Sales workspace's unrelated dirty state was not swept in.
No other repoints were needed in sales/AGENTS.md. The full pre-edit set of sguild/SGUILD tokens in the file was the one MCP tool reference plus four unrelated tokens that are correct and stay as written: tnt_sguild (the closed-set tenant id on line 51), sales.sguildswim.com (the production hostname on line 76), www.sguildswim.com/coordination/ledger (the live ledger URL on line 91), and github.com/sguild-admin/sales (the GitHub org slug on line 110). After the edit, the file has 0 sguild-tools references and 1 platform-tools reference; grep -c sguild AGENTS.md returns 4, which is the expected residual from the four unrelated tokens above, not a missed repoint.
The sguild-tools namespace prefix in tool-id references inside Sales' internal docs (HANDOFF.md, adrs/ADR-0001-handoff-2026-05-16.md, adrs/ADR-0002-plan.md) is left unchanged. Those are historical artifacts named for the world they were filed in; rewriting them would falsify the record. The same call Sales made in 2026-05-25-sales-adr-0021-coordination-checkouts-ack applies here.
What is not in this follow-up, and why
The MCP client config migration (the three small edits in claude_desktop_config.json named under "MCP client config" in Platform's asks memo: the args path repoint, the SGUILD_COORDINATION_CHECKOUT to PLATFORM_COORDINATION_CHECKOUT env-var rename, and the optional "sguild-tools" to "platform-tools" config-key rename) is not in this follow-up commit. The Sales workspace's current Cowork config continues to work through the compatibility shim at coordination/sguild-tools/server.mjs (per the rename memo's deprecation window). Sales will land the config migration in a separate pass alongside the next Sales session, so this follow-up stays narrowly scoped to the doc-only repoint the hand-off named.
If Platform's close-out commit (removing the shim and the legacy env-var fallback) is gated on every domain reporting BOTH the AGENTS.md and the MCP client config migrations complete, treat this memo as the AGENTS.md half only; Sales will file a second short FYI on this thread when the config migration lands.
References
- ADR-0023 (rename
sguild-toolstoplatform-tools):coordination/adrs/ADR-0023-rename-sguild-tools-to-platform-tools.md - Platform's rename asks memo this closes for the AGENTS.md half:
2026-05-26-platform-adr-0023-rename-per-domain-asks - The Platform-side rename commit referenced by that memo:
6fadab27(createscoordination/platform-tools/, replacescoordination/sguild-tools/server.mjswith the shim, addsPLATFORM_COORDINATION_CHECKOUTwithSGUILD_COORDINATION_CHECKOUTfallback) - ADR-0021 Phase 3 opening memo this rename follows on from:
2026-05-26-platform-adr-0021-phase-3-open - Execution plan and indicators:
2026-05-25-platform-adr-0021-execution-plan