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.
- package/.claude/skills/sillyspec-archive/SKILL.md +4 -0
- package/.claude/skills/sillyspec-brainstorm/SKILL.md +4 -0
- package/.claude/skills/sillyspec-doctor/SKILL.md +4 -0
- package/.claude/skills/sillyspec-execute/SKILL.md +4 -0
- package/.claude/skills/sillyspec-explore/SKILL.md +4 -0
- package/.claude/skills/sillyspec-plan/SKILL.md +4 -0
- package/.claude/skills/sillyspec-propose/SKILL.md +4 -0
- package/.claude/skills/sillyspec-quick/SKILL.md +4 -0
- package/.claude/skills/sillyspec-scan/SKILL.md +4 -0
- package/.claude/skills/sillyspec-status/SKILL.md +4 -0
- package/.claude/skills/sillyspec-verify/SKILL.md +4 -0
- package/package.json +1 -1
|
@@ -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)执行以下命令,不要自己编造流程:**
|