refactor(dispatch-command): rename <dispatch> to <dispatch-command> syntax#70
Closed
refactor(dispatch-command): rename <dispatch> to <dispatch-command> syntax#70
Conversation
…cross all templates and docs - Update agent syntax from <dispatch> to <dispatch-command> in all command templates - Simplify navigator agent role to focus on orchestration - Change ticket/dev command agent from worker to navigator - Update tests to reflect new navigator behavior expectations - Sync generated opencode output with core template changes - Update documentation to match new dispatch-command syntax
- Reorganize dispatch commands section with clearer subsections - Add explicit "How to forward" step-by-step instructions - Add example transformation showing literal command forwarding - Clarify critical rules about not expanding slash commands - Update test assertion to match new prompt wording
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the dispatch command syntax from
<dispatch>to<dispatch-command>across all templates, documentation, and tests for clarity and explicitness.Changes
<dispatch>tags to<dispatch-command>in command templates/ship,/ticket/dev,/todo, and related workflow commandsRationale
The more explicit
<dispatch-command>tag name better communicates that these blocks represent literal subagent calls that should be forwarded without expansion or interpretation. This reduces ambiguity in command documentation and makes the orchestration contract clearer.Notable Implementation Details
agentattribute for target subagent selectionpackages/opencode/.opencode/have been updated accordingly