davenov-cc 1.0.7 → 1.0.8
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 +5 -2
- package/commands/davenov:cc:update.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,6 @@ Slash commands that can be invoked with `/<command-name>`:
|
|
|
10
10
|
|
|
11
11
|
- **davenov:cc:interview** - Interview mode for expanding specifications
|
|
12
12
|
- **davenov:cc:rule** - Create or modify Claude Code rules
|
|
13
|
-
- **davenov:cc:update** - Update to latest version and sync to ~/.claude/
|
|
14
13
|
|
|
15
14
|
### Skills
|
|
16
15
|
|
|
@@ -33,12 +32,16 @@ That's it! The installer will copy all commands and skills to `~/.claude/`.
|
|
|
33
32
|
|
|
34
33
|
## Updating
|
|
35
34
|
|
|
36
|
-
|
|
35
|
+
### `/davenov:cc:update`
|
|
36
|
+
|
|
37
|
+
The easiest way — just run this slash command from any Claude Code session:
|
|
37
38
|
|
|
38
39
|
```
|
|
39
40
|
/davenov:cc:update
|
|
40
41
|
```
|
|
41
42
|
|
|
43
|
+
### Manual update
|
|
44
|
+
|
|
42
45
|
Or run the npx command directly:
|
|
43
46
|
|
|
44
47
|
```bash
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Update
|
|
2
|
+
description: Update Davenov CC (skills & slash commands collection) to the latest version
|
|
3
3
|
allowed-tools:
|
|
4
4
|
- Bash
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# Update
|
|
7
|
+
# Update Davenov CC Collection
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
This command updates the **davenov-cc** npm package — a collection of Claude Code skills and slash commands — to the latest version and syncs them to your `~/.claude/` folder.
|
|
10
10
|
|
|
11
11
|
## Instructions
|
|
12
12
|
|