speccore 5.69.2 → 5.69.3

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.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: spec-about
3
+ description: SpecCore about — HTML 展示页
4
+ version: 5.69.2
5
+ category: display
6
+ ---
7
+
8
+ # /spec:about
9
+
10
+ 执行 `speccore about`,生成 HTML 并在 IDE 中直接展示。
11
+
12
+ ## 执行步骤
13
+ 1. 读取项目根目录 AGENTS.md 了解上下文
14
+ 2. 执行: `speccore about`
15
+ 3. 从输出中提取生成的 HTML 文件路径(一般为 `speccore-about.html` 或 `deploy/about.html`)
16
+ 4. 使用 `present_files` / `file://` 直接打开该 HTML 文件
17
+
18
+ ## 注意
19
+ - 不需要终端用户手动操作,AI 直接展示页面
20
+ - accept页可直接与用户交互,无需返回文本
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: spec-dashboard
3
+ description: SpecCore dashboard — HTML 展示页
4
+ version: 5.69.2
5
+ category: display
6
+ ---
7
+
8
+ # /spec:dashboard
9
+
10
+ 执行 `speccore dashboard`,生成 HTML 并在 IDE 中直接展示。
11
+
12
+ ## 执行步骤
13
+ 1. 读取项目根目录 AGENTS.md 了解上下文
14
+ 2. 执行: `speccore dashboard`
15
+ 3. 从输出中提取生成的 HTML 文件路径(一般为 `speccore-dashboard.html` 或 `deploy/status.html`)
16
+ 4. 使用 `present_files` / `file://` 直接打开该 HTML 文件
17
+
18
+ ## 注意
19
+ - 不需要终端用户手动操作,AI 直接展示页面
20
+ - accept页可直接与用户交互,无需返回文本
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: spec-help
3
+ description: SpecCore help — HTML 展示页
4
+ version: 5.69.2
5
+ category: display
6
+ ---
7
+
8
+ # /spec:help
9
+
10
+ 执行 `speccore help`,生成 HTML 并在 IDE 中直接展示。
11
+
12
+ ## 执行步骤
13
+ 1. 读取项目根目录 AGENTS.md 了解上下文
14
+ 2. 执行: `speccore help`
15
+ 3. 从输出中提取生成的 HTML 文件路径(一般为 `speccore-help.html` 或 `deploy/help.html`)
16
+ 4. 使用 `present_files` / `file://` 直接打开该 HTML 文件
17
+
18
+ ## 注意
19
+ - 不需要终端用户手动操作,AI 直接展示页面
20
+ - accept页可直接与用户交互,无需返回文本
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: spec-welcome
3
+ description: SpecCore welcome — HTML 展示页
4
+ version: 5.69.2
5
+ category: display
6
+ ---
7
+
8
+ # /spec:welcome
9
+
10
+ 执行 `speccore welcome`,生成 HTML 并在 IDE 中直接展示。
11
+
12
+ ## 执行步骤
13
+ 1. 读取项目根目录 AGENTS.md 了解上下文
14
+ 2. 执行: `speccore welcome`
15
+ 3. 从输出中提取生成的 HTML 文件路径(一般为 `speccore-welcome.html` 或 `deploy/welcome.html`)
16
+ 4. 使用 `present_files` / `file://` 直接打开该 HTML 文件
17
+
18
+ ## 注意
19
+ - 不需要终端用户手动操作,AI 直接展示页面
20
+ - accept页可直接与用户交互,无需返回文本
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.69.2",
3
+ "version": "5.69.3",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",