claude-pace 0.6.2 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +12 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,25 +13,26 @@ Most statuslines show "you used 60%." That number means nothing without context.
13
13
 
14
14
  ## Install
15
15
 
16
- Requires `jq`. Node.js is only needed for install, not runtime.
16
+ Requires `jq`.
17
17
 
18
- ```bash
19
- npx claude-pace
20
- ```
18
+ **Plugin (recommended):**
21
19
 
22
- Restart Claude Code. Done.
20
+ Inside Claude Code:
23
21
 
24
- <details>
25
- <summary>Other methods</summary>
22
+ ```
23
+ /plugin marketplace add Astro-Han/claude-pace
24
+ /plugin install claude-pace
25
+ /reload-plugins
26
+ /claude-pace:setup
27
+ ```
26
28
 
27
- **Plugin:**
29
+ **npx:**
28
30
 
29
31
  ```bash
30
- claude plugin marketplace add Astro-Han/claude-pace
31
- claude plugin install claude-pace
32
+ npx claude-pace
32
33
  ```
33
34
 
34
- Then inside Claude Code, type `/claude-pace:setup`.
35
+ Restart Claude Code. Done.
35
36
 
36
37
  **Manual:**
37
38
 
@@ -54,8 +55,6 @@ Add to `~/.claude/settings.json`:
54
55
 
55
56
  Restart Claude Code. Done.
56
57
 
57
- </details>
58
-
59
58
  To remove: delete the `statusLine` block from `~/.claude/settings.json`.
60
59
 
61
60
  ## How It Compares
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-pace",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "A statusline for Claude Code. Pure Bash + jq, single file.",
5
5
  "bin": {
6
6
  "claude-pace": "cli.js"