@halooojustin/cch 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -16,7 +16,7 @@ Claude Code stores conversation history in `~/.claude/projects/`, scoped per dir
16
16
  ## Install
17
17
 
18
18
  ```bash
19
- npm install -g cch
19
+ npm install -g @halooojustin/cch
20
20
  ch setup # adds shell aliases (cn, cnf, cls, cps, chs)
21
21
  source ~/.zshrc # or open a new terminal
22
22
  ```
package/README.zh-CN.md CHANGED
@@ -16,7 +16,7 @@ Claude Code 的对话历史存在 `~/.claude/projects/` 下,按项目目录隔
16
16
  ## 安装
17
17
 
18
18
  ```bash
19
- npm install -g cch
19
+ npm install -g @halooojustin/cch
20
20
  ch setup # 自动添加 shell 别名 (cn, cnf, cls, cps, chs)
21
21
  source ~/.zshrc # 或新开终端
22
22
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halooojustin/cch",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Claude Code History — AI-powered conversation history management with Zellij/tmux session support",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,10 +30,6 @@
30
30
  "README.md",
31
31
  "README.zh-CN.md"
32
32
  ],
33
- "repository": {
34
- "type": "git",
35
- "url": "https://github.com/user/cch"
36
- },
37
33
  "engines": {
38
34
  "node": ">=18"
39
35
  },
package/skill/SKILL.md CHANGED
@@ -113,7 +113,7 @@ claude
113
113
  ### 5. 安装 CCH
114
114
 
115
115
  ```bash
116
- npm install -g cch
116
+ npm install -g @halooojustin/cch
117
117
  ```
118
118
 
119
119
  ### 6. 设置 shell 别名