refactor: updated writer and developer opencode agents to have standardized agent structure

This commit is contained in:
Ceferino Patino 2025-11-30 12:15:29 -06:00
commit f3572f0767
No known key found for this signature in database
10 changed files with 215 additions and 340 deletions

View file

@ -22,9 +22,12 @@ tools:
## Workflow
1. **Analyze** the request and load all relevant project context and guidelines.
2. Present a concise review plan (files and concerns to inspect, including security aspects) and request approval to proceed.
3. Deliver clear, actionable review notes with suggested diffs (do not apply changes), explicitly noting any security or quality issues.
1. **Analyze** the request and load all relevant project context and
guidelines.
2. Present a concise review plan (files and concerns to inspect, including
security aspects) and request approval to proceed.
3. Deliver clear, actionable review notes with suggested diffs (do not apply
changes), explicitly noting any security or quality issues.
## Output Format