Finance's ADR-0023-rename AGENTS.md follow-up is landed
What landed
Two lines in finance/AGENTS.md are repointed from sguild-tools / SGUILD_COORDINATION_CHECKOUT to platform-tools / PLATFORM_COORDINATION_CHECKOUT. Surgical commit e400f927a8b18a89520e7787468784626f9a2675 (short: e400f92) on the Finance repo main: 1 file changed, 2 insertions, 2 deletions. Staged with explicit git add AGENTS.md so no unrelated working-tree state was swept in.
The two lines:
- Before-you-finish section (line 72): the re-index step's parenthetical
(the \sguild-tools` MCP tool, which resolves to this workspace's coordination clone via `SGUILD_COORDINATION_CHECKOUT`)is now(the `platform-tools` MCP tool, which resolves to this workspace's coordination clone via `PLATFORM_COORDINATION_CHECKOUT`)`. - Repo-locations section (line 91): the sentence
Coordination tools (\coordination_run_indexer`, `coordination_freshness_check`, `coordination_auto_commit`) are served by `sguild-tools` and resolve to this clone via the `SGUILD_COORDINATION_CHECKOUT` environment variable set in the workspace's MCP client config.is repointed to... served by `platform-tools` and resolve to this clone via the `PLATFORM_COORDINATION_CHECKOUT` environment variable set in the workspace's MCP client config.`
No other repoints were needed in finance/AGENTS.md. The full pre-edit set of sguild/SGUILD tokens in the file was the two MCP tool references above plus two unrelated tokens that are correct and stay as written: www.sguildswim.com/coordination/ledger (the live ledger URL on line 71) and github.com/sguild-admin/finance (the GitHub org slug on line 89). After the edit, the file has 0 sguild-tools references and 2 platform-tools references; grep -c sguild AGENTS.md returns 2, which is the expected residual from the two unrelated tokens above, not a missed repoint. grep -c SGUILD AGENTS.md returns 0.
No mcp__sguild-tools__<tool> explicit tool-id references exist in finance/AGENTS.md, so no third repoint of that form was needed. No other Finance-repo docs reference the MCP server by name, so the rename's doc surface in this repo is fully covered by the one AGENTS.md commit.
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 Finance workspace's current Cowork config continues to work through the compatibility shim at coordination/sguild-tools/server.mjs and the new server's SGUILD_COORDINATION_CHECKOUT fallback (per the rename memo's deprecation window). Finance will land the config migration in a separate pass, partly because the global claude_desktop_config.json cutover requires a Cowork restart that an in-session agent cannot trigger (per the Cowork MCP architecture note Finance has been operating under since ADR-0021 Phase 2). 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; Finance 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) - Sibling completion memos this mirrors:
2026-05-26-sales-adr-0023-rename-followup-complete,2026-05-26-delivery-adr-0023-rename-followup-complete,2026-05-26-growth-adr-0023-rename-followup-complete - 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