refactor: rename <dispatch> to <dispatch-command> and restructure navigator orchestration#69
Closed
refactor: rename <dispatch> to <dispatch-command> and restructure navigator orchestration#69
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
This PR renames the
<dispatch>tag to<dispatch-command>across all templates and documentation for clarity and consistency. It also restructures the navigator agent instructions to better describe its orchestration role.Changes
Syntax Update
<dispatch agent="...">to<dispatch-command agent="...">in all command templatesNavigator Agent Restructuring
Affected Commands
/ship- delegation to branch, commit, and PR creation/todo- planning, implementation, and commit delegation/ticket/dev- full ticket implementation workflowValidation
All templates compile correctly and tests pass with the new syntax.