cli-blueprint 7.0.1 → 7.0.2
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 +7 -0
- package/package.json +1 -1
- package/skill/skill.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,13 @@ Installs the Blueprint skill into the current IDE skills directory
|
|
|
11
11
|
so the IDE agent can discover the protocol and compile goals into
|
|
12
12
|
implementation-ready engineering blueprints.
|
|
13
13
|
|
|
14
|
+
|
|
15
|
+
也可以直接从 CLI.Tax 对象存储安装(与站点「安装命令」一致):
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npx https://cli.tax/cli-downloads/clitax-wvz6zmRWmX.tgz install
|
|
19
|
+
```
|
|
20
|
+
|
|
14
21
|
Source: https://github.com/88208555/blueprint-clitax.git
|
|
15
22
|
|
|
16
23
|
The live endpoint is `https://cli.tax/wvz6zmRWmX` and speaks
|
package/package.json
CHANGED
package/skill/skill.json
CHANGED