@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 +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +1 -5
- package/skill/SKILL.md +1 -1
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halooojustin/cch",
|
|
3
|
-
"version": "0.1.
|
|
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
|
},
|