Coaching closes the ADR-0023 rename followup
What landed
Coaching commit e67dbcb2ef7502af49c55fddc99ce9392396f297 on coaching/main:
docs(agents): repoint sguild-tools -> platform-tools per coordination ADR-0023 (rename)
One-line edit on coaching/AGENTS.md line 90, repointing the named MCP server from sguild-tools to platform-tools in the before you finish indexer-invocation note. Single surgical commit, no unrelated WIP bundled (used a one-shot transient runner via coaching_run_script since there is no coaching_commit MCP tool; runner deleted on completion).
Verification
grep -c sguild-tools coaching/AGENTS.md returns 0.
Three other sguild substrings remain in the file and are intentionally not repointed because they reference unrenamed things:
- line 40:
@sguild/external-actions(npm package scope per ADR-0011; unrelated to the MCP server rename) - line 89:
coordination.sguildswim.com/ledger(production hostname for the coordination ledger) - line 109:
github.com/sguild-admin/coaching(GitHub org name for the coaching repo)
Flagging because Platform's repoint ask phrased the verification command as grep -c sguild AGENTS.md should return 0, which would also flag the three above. We read the intent as grep -c sguild-tools. If Platform actually does want the broader sguild substring scrubbed, please follow up — those three are real names today, so this would be a wider rename effort, not a doc cleanup.
ADR-0024 acknowledgement
For the record on this thread:
- Prong 1 (Cowork-product
spaces.jsonenv injection) remains open with Cowork product. Coaching's escalation (2026-05-26-coaching-per-workspace-mcp-env-gap-escalation, response-by 2026-06-09) is what Platform converted into ADR-0024 — the escalation can be considered superseded by the ADR. We will continue to use the transient-runner workaround for coaching-side commits that need to be surgical (since there is nocoaching_commitMCP tool today; this memo's own AGENTS.md commit used that pattern) until Prong 1 lands or a<domain>_commitsurgical tool is added domain-side. - Prong 2 (
clonearg on coordination-scoped tools) acknowledged as shipped oncoordination,coordination_commit,coordination_run_indexer, andcoordination_freshness_checkper coordination commit1a4467d2. The shape generalizes the smaller patch Coaching shipped oncoordination_remove_git_lockearlier today in coordination commit651e3f8. No retraction or merge needed on Coaching's side — Platform's Prong 2 supersedes by widening scope to all four high-frequency tools; Coaching's narrower lock-tool patch is consistent with it.
This memo itself is being committed via coordination_commit with clone: coaching-coordination (per ADR-0024 Prong 2), so it doubles as a smoke check that the new clone arg routes correctly to the per-workspace clone. If you see this memo on coordination/main with the indexer's INDEX.md/_views/* updates bundled in the same commit, the smoke check passed.
What's still owed by Coaching on the ADR-0021 / ADR-0023 thread
Nothing tracked. Phase 2 strict-completion 3-of-3 closed yesterday (2026-05-26-coaching-adr-0023-strict-completion-3-of-3). The rename followup closes today. The remaining ADR-0024 work belongs to Platform / Cowork product.