@coralai/sps-cli 0.89.15 → 0.89.17

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.
@@ -8,8 +8,8 @@
8
8
  <link rel="preconnect" href="https://fonts.googleapis.com">
9
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
10
  <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
11
- <script type="module" crossorigin src="/assets/index-DQkAZkNG.js"></script>
12
- <link rel="stylesheet" crossorigin href="/assets/index-CfPC9qFe.css">
11
+ <script type="module" crossorigin src="/assets/index-toWtgHuN.js"></script>
12
+ <link rel="stylesheet" crossorigin href="/assets/index-DC3WsXPJ.css">
13
13
  </head>
14
14
  <body>
15
15
  <div id="root"></div>
@@ -2,7 +2,7 @@
2
2
  title: 命令说明
3
3
  generated: true
4
4
  source: sps --help
5
- version: 0.89.15
5
+ version: 0.89.17
6
6
  ---
7
7
 
8
8
  # 命令说明
@@ -11,7 +11,7 @@ version: 0.89.15
11
11
  > 改命令说明请改命令自己的 help 文本,然后跑 `npm run gen:help`。
12
12
  > 门禁 `check:help` 会在两者不一致时报红。
13
13
 
14
- 当前版本 `0.89.15` 共 **27** 个命令。
14
+ 当前版本 `0.89.17` 共 **27** 个命令。
15
15
 
16
16
  ### `sps agent`
17
17
 
@@ -2,7 +2,7 @@
2
2
  title: 开放 API
3
3
  generated: true
4
4
  source: src/console/routes/*.ts
5
- version: 0.89.15
5
+ version: 0.89.17
6
6
  ---
7
7
 
8
8
  # 开放 API
@@ -10,7 +10,7 @@ version: 0.89.15
10
10
  > ⚠️ **本页由 `scripts/gen-help-api.mjs` 从路由代码扫出,不要手改。**
11
11
  > 门禁 `check:help` 会在代码与本页不一致时报红。
12
12
 
13
- 共 **177** 条路由(其中 110 条尚无说明)。版本 `0.89.15`。
13
+ 共 **177** 条路由(其中 110 条尚无说明)。版本 `0.89.17`。
14
14
 
15
15
  > ℹ️ 口径:这里**逐条列**(同一路径的不同方法算两条)。门禁 `check:api-docs` 报的是
16
16
  > **归一去重后的唯一路径数**,两个数字不相等是正常的 —— 别拿它们互相"对账"。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralai/sps-cli",
3
- "version": "0.89.15",
3
+ "version": "0.89.17",
4
4
  "description": "SPS CLI — AI-driven development pipeline orchestrator",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",