codingbuddy-rules 0.0.0-canary.20260107071919.gfefd31c → 0.0.0-canary.20260107073748.g9510391

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.
@@ -368,7 +368,7 @@ if (parseModeResult.parallelAgentsRecommendation) {
368
368
  prompt: agent.taskPrompt,
369
369
  description: agent.description,
370
370
  run_in_background: true,
371
- model: "haiku" // Use haiku for efficiency
371
+ model: "opus" // Use opus for thorough analysis
372
372
  })
373
373
  );
374
374
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codingbuddy-rules",
3
- "version": "0.0.0-canary.20260107071919.gfefd31c",
3
+ "version": "0.0.0-canary.20260107073748.g9510391",
4
4
  "description": "AI coding rules for consistent practices across AI assistants",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",