feat: Update orchestration commands to reference ce:* instead of workflows:*

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-03-01 15:26:27 -08:00
parent 64c9b326a8
commit 01f15fdca9
4 changed files with 14 additions and 14 deletions

View File

@@ -323,9 +323,9 @@ mcp__xcodebuildmcp__shutdown_simulator({ simulator_id: "[uuid]" })
/xcode-test current
```
## Integration with /workflows:review
## Integration with /ce:review
When reviewing PRs that touch iOS code, the `/workflows:review` command can spawn this as a subagent:
When reviewing PRs that touch iOS code, the `/ce:review` command can spawn this as a subagent:
```
Task general-purpose("Run /xcode-test for scheme [name]. Build, install on simulator, test key screens, check for crashes.")