@hopla/claude-setup 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +16 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,13 +5,27 @@ Hopla team agentic coding system for Claude Code. Installs global rules and comm
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npx @hopla/claude-setup
8
+ npm install -g @hopla/claude-setup
9
+ claude-setup
9
10
  ```
10
11
 
11
12
  To overwrite existing files without prompting:
12
13
 
13
14
  ```bash
14
- npx @hopla/claude-setup --force
15
+ claude-setup --force
16
+ ```
17
+
18
+ ## Update
19
+
20
+ ```bash
21
+ npm install -g @hopla/claude-setup@latest
22
+ claude-setup --force
23
+ ```
24
+
25
+ ## Uninstall
26
+
27
+ ```bash
28
+ claude-setup --uninstall
15
29
  ```
16
30
 
17
31
  ## What gets installed
@@ -31,11 +45,3 @@ npx @hopla/claude-setup --force
31
45
  | `/code-review-fix` | Fix issues found in a code review report |
32
46
  | `/execution-report` | Generate an implementation report for system review |
33
47
  | `/system-review` | Analyze implementation against plan to find process improvements |
34
-
35
- ## Update
36
-
37
- Re-run the install command to update to the latest version:
38
-
39
- ```bash
40
- npx @hopla/claude-setup@latest
41
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopla/claude-setup",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Hopla team agentic coding system for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {