siluzan-cso-cli 1.1.12 → 1.1.14

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.
Files changed (29) hide show
  1. package/README.md +34 -30
  2. package/dist/{chunk-K7JCQOEZ.js → chunk-TVHODPID.js} +28 -20
  3. package/dist/{extract-cover-QK3HAZI2.js → extract-cover-RZ5OIHTV.js} +1 -1
  4. package/dist/index.js +685 -353
  5. package/dist/skill/SKILL.md +52 -53
  6. package/dist/skill/_meta.json +2 -2
  7. package/dist/skill/assets/three-lib-content-workflow.example.md +14 -1
  8. package/dist/skill/assets//344/272/247/345/223/201/350/265/204/344/272/247/345/272/223.md +1 -1
  9. package/dist/skill/assets//346/265/201/351/207/217/345/233/240/345/255/220/345/272/223.md +353 -351
  10. package/dist/skill/assets//347/203/271/350/260/203/346/226/271/346/263/225/345/272/223.md +1 -1
  11. package/dist/skill/references/account-group.md +15 -15
  12. package/dist/skill/references/authorize.md +8 -9
  13. package/dist/skill/references/extract-cover.md +14 -14
  14. package/dist/skill/references/list-accounts.md +31 -31
  15. package/dist/skill/references/persona.md +13 -13
  16. package/dist/skill/references/planning.md +26 -26
  17. package/dist/skill/references/publish.md +17 -9
  18. package/dist/skill/references/rag.md +25 -18
  19. package/dist/skill/references/report.md +35 -35
  20. package/dist/skill/references/setup.md +7 -4
  21. package/dist/skill/references/task.md +22 -21
  22. package/dist/skill/references/upload.md +5 -5
  23. package/dist/skill/references/web-pages.md +38 -40
  24. package/dist/skill/three-lib-content-workflow/collaboration.md +11 -0
  25. package/dist/skill/three-lib-content-workflow/content-writer.workflow.md +4 -3
  26. package/dist/skill/three-lib-content-workflow/persona-reverse-sop.md +39 -0
  27. package/dist/skill/three-lib-content-workflow/sop.md +22 -4
  28. package/package.json +20 -20
  29. package/scripts/postinstall.mjs +3 -1
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "siluzan-cso-cli",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Siluzan platform AI Skill CLI — multi-platform content publishing (video/image-text) for Cursor, Claude Code, and OpenClaw.",
5
- "type": "module",
6
- "bin": {
7
- "siluzan-cso": "./dist/index.js"
8
- },
9
- "files": [
10
- "dist",
11
- "README.md",
12
- "scripts/postinstall.mjs"
13
- ],
14
5
  "keywords": [
15
- "siluzan",
16
- "skill",
17
6
  "ai-skill",
18
- "cursor",
19
7
  "claude-code",
20
- "openclaw",
8
+ "cli",
9
+ "content-publishing",
10
+ "cursor",
21
11
  "mcp",
12
+ "openclaw",
22
13
  "publish",
23
- "video",
24
- "content-publishing",
25
- "cli"
14
+ "siluzan",
15
+ "skill",
16
+ "video"
26
17
  ],
27
18
  "homepage": "https://www.siluzan.com",
19
+ "bugs": {
20
+ "url": "https://dev.azure.com/jack4it/Sammamish/_git/siluzan-skill/issues"
21
+ },
22
+ "license": "UNLICENSED",
28
23
  "repository": {
29
24
  "type": "git",
30
25
  "url": "https://dev.azure.com/jack4it/Sammamish/_git/siluzan-skill",
31
26
  "directory": "cso-cli"
32
27
  },
33
- "bugs": {
34
- "url": "https://dev.azure.com/jack4it/Sammamish/_git/siluzan-skill/issues"
28
+ "bin": {
29
+ "siluzan-cso": "./dist/index.js"
35
30
  },
36
- "license": "UNLICENSED",
31
+ "files": [
32
+ "dist",
33
+ "README.md",
34
+ "scripts/postinstall.mjs"
35
+ ],
36
+ "type": "module",
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
@@ -2,4 +2,6 @@
2
2
  * 安装本包后提示:升级 CLI 后请同步 Skill(见 siluzan-cso update)。
3
3
  * monorepo / 本地 link 时每次 install 也会执行,属预期。
4
4
  */
5
- console.log("[siluzan-cso]: 安装成功,请执行 siluzan-cso init -d /path/to/skills 复制项目中最新的skill文件来更新你的skill");
5
+ console.log(
6
+ "[siluzan-cso]: 安装成功,请执行 siluzan-cso init -d /path/to/skills 复制项目中最新的skill文件来更新你的skill",
7
+ );