@hopla/claude-setup 1.0.9 → 1.1.0

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.
@@ -9,6 +9,8 @@ Perform a technical code review focused on finding real bugs and issues.
9
9
 
10
10
  Read `CLAUDE.md` or `AGENTS.md` to understand project standards and patterns.
11
11
 
12
+ If `.agents/guides/` exists, read any guides relevant to the files being reviewed (e.g. `@.agents/guides/api-guide.md` when reviewing API changes). These guides define the expected patterns for specific task types.
13
+
12
14
  ## Step 2: Identify Changed Files
13
15
 
14
16
  ```bash
@@ -11,6 +11,7 @@ Read in this order:
11
11
  1. **$1** — The plan file (read it entirely before writing a single line of code)
12
12
  2. `CLAUDE.md` or `AGENTS.md` at project root — rules and patterns to follow
13
13
  3. All files listed in the plan's **Context References** section
14
+ 4. Any `.agents/guides/` files referenced in the plan or relevant to the tasks (e.g. `@.agents/guides/api-guide.md`)
14
15
 
15
16
  Do not start implementing until you have read everything above.
16
17
 
@@ -98,6 +99,6 @@ Provide a summary of what was done:
98
99
  ## Step 6: Suggest Next Steps
99
100
 
100
101
  After the summary, suggest:
101
- 1. Run `/execution-report` to document this implementation for system review
102
- 2. Run `/code-review` for a technical quality check
103
- 3. Run `/commit` once everything is approved
102
+ 1. Run `/hopla-execution-report` to document this implementation for system review
103
+ 2. Run `/hopla-code-review` for a technical quality check
104
+ 3. Run `/hopla-commit` once everything is approved
@@ -22,6 +22,7 @@ Read the following to understand the project:
22
22
  1. `CLAUDE.md` or `AGENTS.md` at project root — architecture rules, patterns, constraints
23
23
  2. `README.md` — project overview and setup
24
24
  3. `package.json` or `pyproject.toml` — stack, dependencies, scripts
25
+ 4. `.agents/guides/` — if this directory exists, read any guides relevant to the feature being planned (e.g. `@.agents/guides/api-guide.md` when planning an API endpoint)
25
26
 
26
27
  Then run:
27
28
 
@@ -133,4 +134,4 @@ Confirm to the user:
133
134
  - Plan saved to: `.agents/plans/[feature-name].md`
134
135
  - Summary of tasks included
135
136
  - Any open questions or decisions that require human confirmation before execution
136
- - Suggest running `/commit` to save the plan to the repository
137
+ - Suggest running `/hopla-commit` to save the plan to the repository
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopla/claude-setup",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Hopla team agentic coding system for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {