sillyspec 3.10.6 → 3.10.7

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.
@@ -3,6 +3,10 @@ name: sillyspec:archive
3
3
  description: 归档变更 — 规范沉淀,可追溯
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:brainstorm
3
3
  description: 需求探索 — 结构化头脑风暴,含技术方案输出(创建性工作前必用)
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -13,6 +13,10 @@ description: 项目自检 — 检查 CLI、配置、构建环境和外部依赖
13
13
  - 给出安装命令:`npm install -g sillyspec`
14
14
  - 停止,不要继续后续步骤
15
15
 
16
+ ## 多变更说明
17
+
18
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
19
+
16
20
  ## 执行
17
21
 
18
22
  **CLI 可用后,使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:execute
3
3
  description: 波次执行 — 子代理并行 + 强制 TDD + 两阶段审查
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -17,6 +17,10 @@ description: 自由思考模式 — 讨论、画图、调研,不写代码
17
17
  ## 话题
18
18
  $ARGUMENTS
19
19
 
20
+ ## 多变更说明
21
+
22
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
23
+
20
24
  ## 执行
21
25
 
22
26
  **你必须先使用 exec 工具(shell)执行以下命令读取统一 CLI prompt:**
@@ -3,6 +3,10 @@ name: sillyspec:plan
3
3
  description: 编写实现计划 — 2-5 分钟粒度,精确到文件路径和代码
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:propose
3
3
  description: 生成结构化规范 — proposal + design + tasks
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:quick
3
3
  description: 快速任务 — 跳过完整流程,直接做
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:scan
3
3
  description: 代码扫描 — 分析项目结构、约定和架构
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:status
3
3
  description: 查看项目进度和状态
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
@@ -3,6 +3,10 @@ name: sillyspec:verify
3
3
  description: 验证实现 — 对照规范检查 + 测试套件
4
4
  ---
5
5
 
6
+ ## 多变更说明
7
+
8
+ 如果项目有多个活跃变更(`.sillyspec/changes/` 下有多个目录),所有 `sillyspec run` 命令需要加 `--change <变更名>`。只有一个变更时可省略(CLI 自动检测)。
9
+
6
10
  ## 执行
7
11
 
8
12
  **你必须使用 exec 工具(shell)执行以下命令,不要自己编造流程:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sillyspec",
3
- "version": "3.10.6",
3
+ "version": "3.10.7",
4
4
  "description": "SillySpec CLI — 流程状态机,让 AI 严格按步骤来",
5
5
  "icon": "logo.jpg",
6
6
  "homepage": "https://sillyspec.ppdmq.top/",