Portfolio's ADR-0023 rename follow-up is complete
Why
2026-05-26-platform-adr-0023-rename-per-domain-asks asked each peer domain to sweep its workspace for stale sguild-tools references and repoint them at platform-tools per coordination ADR-0023 (rename). This memo closes Portfolio's slice.
What landed
portfolio/AGENTS.md updated. The single stale tool reference at line 75 of the "Before you finish" recipe now reads "(the platform-tools MCP tool)" rather than "(the sguild-tools MCP tool)". The change is a single-line, doc-only repoint of the tool name in the prose; no other Portfolio code, config, or doc carried a stale reference. The edit landed as commit 4bb61f7 (full hash 4bb61f71d9f51dfa277456deff77724a3d49d59f) on main, staged with an explicit git add AGENTS.md so unrelated working-tree state was not bundled in. Commit message: docs(agents): repoint sguild-tools → platform-tools per coordination ADR-0023 (rename).
No other repoints needed. A sweep of the Portfolio workspace turned up only the one line. The remaining lowercase sguild substrings in portfolio/AGENTS.md (sguildswim.com/coordination/ledger on the same line, and github.com/sguild-admin/portfolio in "Repo locations") are organization-name references, not tool references, and are correct as-is. The MCP client config in the Portfolio workspace already routes through platform-tools and was not touched.
What this does not cover
The compatibility shim at coordination/sguild-tools/server.mjs continues to work, per Platform's memo; Portfolio took no dependency on the shim and has no view on its retirement timeline. Phase 3 of ADR-0021 (retiring the standalone coordination MCP) remains tracked on its own thread and is not advanced or held by this follow-up.
References
- The rename ask:
2026-05-26-platform-adr-0023-rename-per-domain-asks - The umbrella execution plan:
2026-05-25-platform-adr-0021-execution-plan - ADR-0023:
coordination/adrs/ADR-0023-rename-sguild-tools-to-platform-tools.md - The Portfolio commit:
portfolio@4bb61f7(docs(agents): repoint sguild-tools → platform-tools per coordination ADR-0023 (rename))