siluzan-tso-cli 1.1.1-beta.3 → 1.1.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 +1 -2
- package/dist/index.js +2188 -115
- package/dist/skill/SKILL.md +3 -2
- package/dist/skill/_meta.json +2 -2
- package/dist/skill/references/finance.md +5 -5
- package/dist/skill/references/google-ads-rules/google-ads-launch-plan-template.md +2 -2
- package/dist/skill/references/google-ads.md +12 -8
- package/dist/skill/references/reporting.md +2 -2
- package/dist/skill/references/setup.md +11 -19
- package/dist/skill/references/tso-home.md +1 -1
- package/package.json +1 -1
- package/scripts/postinstall.mjs +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
在**用户的目标项目根目录**执行(根据用户使用的助手选择 `--ai`):
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm install -g siluzan-tso-cli
|
|
15
|
+
npm install -g siluzan-tso-cli
|
|
16
16
|
siluzan-tso init --ai cursor # 写入 Cursor(默认)
|
|
17
17
|
siluzan-tso init --ai cursor,claude # 同时写入多个平台
|
|
18
18
|
siluzan-tso init --ai all # 写入所有支持的平台
|
|
@@ -20,7 +20,6 @@ siluzan-tso init -d /path/to/skills # 写入自定义目录
|
|
|
20
20
|
siluzan-tso init --force # 强制覆盖已存在文件
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
> **注意**:当前为测试版(1.1.1-beta.3),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
|
|
24
23
|
|
|
25
24
|
| 助手 | 建议 `--ai` |
|
|
26
25
|
|------|-------------|
|