refactor(opencode): migrate from legacy commands to agents #1

Merged
morten-olsen merged 2 commits from feature/opencode-agents-migration into main 2026-01-07 21:14:37 +01:00
Owner

Migrates opencode commands to use the new agent system for more sophisticated multi-step workflows.

Changes

  • feat(opencode): add project and review agents

    • Added for project-related workflows
    • Added for code review workflows
  • refactor(opencode): migrate project command to agent

    • Removed large-task command configuration
    • Added project agent pointing to agents/project.md
    • Added review agent for code review workflow
  • refactor(opencode): remove legacy review-my-code command

    • Removed review-my-code command configuration
    • Deleted associated prompt file review-my-code.md

Motivation

Agents enable more sophisticated multi-step workflows compared to simple command prompts, allowing better handling of complex tasks like project management and code review.

Migrates opencode commands to use the new agent system for more sophisticated multi-step workflows. ## Changes - **feat(opencode): add project and review agents** - Added for project-related workflows - Added for code review workflows - **refactor(opencode): migrate project command to agent** - Removed large-task command configuration - Added project agent pointing to agents/project.md - Added review agent for code review workflow - **refactor(opencode): remove legacy review-my-code command** - Removed review-my-code command configuration - Deleted associated prompt file review-my-code.md ## Motivation Agents enable more sophisticated multi-step workflows compared to simple command prompts, allowing better handling of complex tasks like project management and code review.
- Add project agent for structured change workflow
- Add review agent for code review process
- Both agents use documented prompts for consistent behavior
- Remove large-task command configuration
- Add project agent pointing to agents/project.md
- Add review agent for code review workflow
- Agents enable more sophisticated multi-step workflows
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
envs/home-manager!1
No description provided.