Skip to content

refactor: change ticket/dev agent to navigator#74

Merged
dbpolito merged 2 commits intomainfrom
feature/ticket-dev-navigator-agent
Apr 1, 2026
Merged

refactor: change ticket/dev agent to navigator#74
dbpolito merged 2 commits intomainfrom
feature/ticket-dev-navigator-agent

Conversation

@dbpolito
Copy link
Copy Markdown
Contributor

@dbpolito dbpolito commented Apr 1, 2026

Ticket

SKIPPED

Description

Changes the ticket/dev command agent from worker to navigator, enabling navigator-led orchestration for ticket-based development workflows. Updates related documentation and web surfaces to reflect the new orchestration pattern.

Checklist

Agent Configuration

  • Change ticket/dev agent from worker to navigator in commands/index.ts
  • Update generated OpenCode command definition
  • Add test assertion for navigator agent assignment

Documentation Updates

  • Simplify navigator agent bullet points for clarity
  • Expand AGENTS.md guidance on linked surface areas
  • Update web docs to reflect navigator-led orchestration

Web Surfaces

  • Update CommandShowcase commit agent label
  • Add ticket/dev to navigator command examples

Validation

  • Verify ticket/dev command uses navigator agent
  • Confirm web docs describe navigator-led flows

- Change ticket/dev command agent from worker to navigator
- Update navigator agent descriptions for clarity and brevity
- Expand AGENTS.md docs on linked surface areas
- Update web docs to reflect navigator-led orchestration
- Add test assertion for ticket/dev agent assignment
@dbpolito dbpolito self-assigned this Apr 1, 2026
Copy link
Copy Markdown

@kompassdev kompassdev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

★★★★☆

Good refactor overall, but there are a few issues to address:

  1. CommandShowcase.astro line 71: The /commit scenario agentName was incorrectly changed to 'Navigator', but the commit command still uses agent: "worker" in packages/core/commands/index.ts. This should remain 'Worker'.

  2. CommandShowcase.astro line 208: The /ticket-dev scenario still shows agentName: 'Worker' but should now be 'Navigator' to reflect the PR's change of ticket/dev agent from worker to navigator.

  3. Accidentally committed session file: ses_2bc2173baffeB1I7F6eAoRVAd1.json appears to be an OpenCode session log that should be removed from the commit.

- Fix /commit scenario agentName back to 'Worker' (incorrectly changed)
- Fix /ticket-dev scenario agentName to 'Navigator' (was still 'Worker')
- Remove accidentally committed OpenCode session file
@dbpolito
Copy link
Copy Markdown
Contributor Author

dbpolito commented Apr 1, 2026

All feedback addressed:

  1. ✅ Fixed /commit scenario agentName back to 'Worker' (line 71)
  2. ✅ Fixed /ticket-dev scenario agentName to 'Navigator' (line 208)
  3. ✅ Removed accidentally committed session file ses_2bc2173baffeB1I7F6eAoRVAd1.json

@dbpolito dbpolito merged commit 02ca934 into main Apr 1, 2026
1 check passed
@dbpolito dbpolito deleted the feature/ticket-dev-navigator-agent branch April 1, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant