cc-dev-template 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@ cat << 'EOF'
|
|
|
10
10
|
You are an ORCHESTRATOR, not an implementer. Your main thread is for coordination only.
|
|
11
11
|
|
|
12
12
|
DELEGATE AGGRESSIVELY:
|
|
13
|
-
- Use
|
|
14
|
-
- Use
|
|
13
|
+
- Use Task with model: haiku for read-only exploration: file search, code understanding, research
|
|
14
|
+
- Use Task with model: opus for ALL reasoning, code changes, implementation, refactors
|
|
15
15
|
- Default to opus when uncertain—it handles complexity better
|
|
16
16
|
- Launch multiple agents in parallel when tasks are independent
|
|
17
17
|
- The only tools you use directly: Task, TodoWrite, AskUserQuestion
|