ancoder-skill-cli 0.13.32 → 0.13.34
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
|
@@ -51,11 +51,11 @@ The installer downloads the matching prebuilt binary, installs it as `skill-cli`
|
|
|
51
51
|
The `raw/main` URL is the moving latest channel. Each GitHub release updates Gitee `main` with the newest install bundle. If you need a reproducible install, pin a specific release tag instead:
|
|
52
52
|
|
|
53
53
|
```powershell
|
|
54
|
-
irm https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.
|
|
54
|
+
irm https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.33/scripts/install.ps1 | iex
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
-
curl -fsSL https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.
|
|
58
|
+
curl -fsSL https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.33/scripts/install.sh | bash
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
Before sharing the Gitee command externally, make sure both the Gitee `main` branch and the release tag have been updated. The installer in `main` is generated from the latest release bundle.
|
|
@@ -69,8 +69,8 @@ Gitee release checklist:
|
|
|
69
69
|
- `https://gitee.com/marvin-dev/skill-cli-release/raw/main/scripts/install.ps1`
|
|
70
70
|
- `https://gitee.com/marvin-dev/skill-cli-release/raw/main/scripts/install.sh`
|
|
71
71
|
- `https://gitee.com/marvin-dev/skill-cli-release/raw/main/bin/targets/skill-cli-win32-x64.exe`
|
|
72
|
-
- `https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.
|
|
73
|
-
- `https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.
|
|
72
|
+
- `https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.33/scripts/install.ps1`
|
|
73
|
+
- `https://gitee.com/marvin-dev/skill-cli-release/raw/v0.13.33/bin/targets/skill-cli-win32-x64.exe`
|
|
74
74
|
Or run:
|
|
75
75
|
|
|
76
76
|
```bash
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ancoder-skill-cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.34",
|
|
4
4
|
"description": "CLI for managing everything-claude-code (ECC) components — agents, skills, commands, rules, hooks, MCP configs. Single binary, all assets embedded.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"skill-cli": "bin/skill-cli.js"
|