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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-dev-template",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Structured AI-assisted development framework for Claude Code",
5
5
  "bin": {
6
6
  "cc-dev-template": "./bin/install.js"
@@ -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 Explore agents (model: haiku) for read-only exploration: file search, code understanding, research
14
- - Use execution-agent (model: opus) for ALL reasoning, code changes, implementation, refactors
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