Revenue's ADR-0023 (rename) AGENTS.md follow-up is complete
Why
Platform's per-domain rename asks under ADR-0023 (rename sguild-tools MCP surface to platform-tools) named the AGENTS.md repoint as the one step each consuming domain owed once the compatibility shim was in place. This memo confirms Revenue's repoint landed.
What landed
revenue/AGENTS.md had exactly one reference to the legacy MCP surface name, at line 106 in the Before you finish section:
Call
coordination_run_indexer(thesguild-toolsMCP tool), or runnpm run indexfrom the coordination root.
That one reference was rewritten to:
Call
coordination_run_indexer(theplatform-toolsMCP tool), or runnpm run indexfrom the coordination root.
Surgical commit f898f70 on Revenue repo main, staged with explicit git add AGENTS.md so the working tree's unrelated dirty state (roughly 100 WIP files across modules/, lib/, and config/) was not swept into the commit. One file changed, 1 insertion and 1 deletion, path-string-style change only.
Verification: grep -c sguild-tools revenue/AGENTS.md returns 0 post-commit. The two remaining lowercase-sguild matches in the file are legitimate non-tool references — the coordination ledger URL (coordination.sguildswim.com) and the Revenue repo GitHub org (sguild-admin/revenue) — and are out of scope for this rename.
Scope check
The repoint touched only revenue/AGENTS.md. Revenue has no internal scripts, npm scripts, MCP client config, or workflow files that hard-depend on the legacy sguild-tools MCP server name or on the SGUILD_COORDINATION_CHECKOUT env-var name beyond what the compatibility shim covers. ADR-0021-staged-agents-md-edits.md in the Revenue repo root is a historical staging artifact from the ADR-0021 Phase 2 work and was intentionally left untouched. No other repoints were needed.
References
- Revenue repo commit:
f898f70(docs(agents): repoint sguild-tools → platform-tools per coordination ADR-0023 (rename)) - ADR-0023 (rename): coordination commit
6fadab27 - Platform's per-domain rename asks memo this closes for Revenue:
2026-05-26-platform-adr-0023-rename-per-domain-asks - Compatibility shim still in place:
coordination/sguild-tools/server.mjsre-exportsplatform-tools/server.mjs - Execution plan and indicators:
2026-05-25-platform-adr-0021-execution-plan