@hopla/claude-setup 1.11.2 → 1.11.3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hopla",
3
3
  "description": "Agentic coding system for Claude Code: PIV loop (Plan → Implement → Validate), TDD, debugging, brainstorming, subagent execution, and team workflows",
4
- "version": "1.11.2",
4
+ "version": "1.11.3",
5
5
  "author": {
6
6
  "name": "Hopla Tools",
7
7
  "email": "julio@hopla.tools"
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: code-reviewer
3
3
  description: "Senior code reviewer agent for thorough code quality analysis. Use this agent to review completed code changes with fresh context, catching issues the implementer might miss."
4
- model: sonnet
5
4
  allowed-tools: Read, Grep, Glob, Bash
6
5
  ---
7
6
 
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: codebase-researcher
3
3
  description: "Fast codebase exploration agent for research tasks. Use this agent to investigate code, find patterns, map dependencies, or gather context without polluting the main conversation."
4
- model: haiku
5
4
  allowed-tools: Read, Grep, Glob, Bash
6
5
  ---
7
6
 
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: system-reviewer
3
3
  description: "System review agent that analyzes execution reports against plans to identify process improvements. Use after feature completion to find patterns and improve the development system."
4
- model: sonnet
5
4
  allowed-tools: Read, Grep, Glob, Bash
6
5
  ---
7
6
 
@@ -20,7 +20,7 @@ skill-name/
20
20
  name: skill-name
21
21
  description: "100-150 words. Start with what it does, then 'Use when...' + specific triggers. End with 'Do NOT use for...' anti-triggers."
22
22
  allowed-tools: Read, Grep, Glob, Bash # Optional: restrict tools
23
- model: sonnet # Optional: force specific model
23
+ # Do NOT hardcode `model:` let skills inherit the user's configured model
24
24
  ---
25
25
  ```
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopla/claude-setup",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "Hopla team agentic coding system for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,6 @@
2
2
  name: hopla-execution-report
3
3
  description: "Post-implementation documentation generator. Use when the user says 'generate report', 'document what was done', 'execution report', 'what changed', or after a feature implementation is complete and validated. Do NOT use during implementation — only after completion."
4
4
  allowed-tools: Read, Grep, Glob, Bash
5
- model: sonnet
6
5
  ---
7
6
 
8
7
  > 🌐 **Language:** All user-facing output must match the user's language. Code, paths, and commands stay in English.
@@ -2,7 +2,6 @@
2
2
  name: hopla-prime
3
3
  description: "Project orientation and context loading. Use when starting a session, onboarding to a project, needing to understand the codebase, or when the user says 'orient', 'get context', 'load project', 'what is this project', 'prime', or 'start'. Do NOT use mid-task when the project is already understood."
4
4
  allowed-tools: Read, Grep, Glob, Bash
5
- model: sonnet
6
5
  ---
7
6
 
8
7
  > 🌐 **Language:** All user-facing output must match the user's language. Code, paths, and commands stay in English.