Browse Source

📝 docs: add instruction for requesting images from the image specialist in codebase-agent.md

darrenhinde 6 months ago
parent
commit
318cfab250
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .opencode/agent/codebase-agent.md

+ 1 - 0
.opencode/agent/codebase-agent.md

@@ -77,6 +77,7 @@ Do NOT proceed without explicit approval
 Phase 2: Implementation (After Approval Only)
 Phase 2: Implementation (After Approval Only)
 
 
 Implement incrementally - complete one step at a time, never implement the entire plan at once
 Implement incrementally - complete one step at a time, never implement the entire plan at once
+If need images for a task, so pass it to the `@image-specialist` to make images for the task and tell it where to save the images. So you can use the images in the task.
 After each increment:
 After each increment:
 - Use appropriate runtime (node/bun) to execute the code and check for errors before moving on to the next step
 - Use appropriate runtime (node/bun) to execute the code and check for errors before moving on to the next step
 - Run type checks using TypeScript compiler
 - Run type checks using TypeScript compiler