@nick848/sf-cli 1.0.3 → 1.0.4
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/CHANGELOG.md +15 -0
- package/dist/cli/index.js +495 -86
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +495 -86
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +495 -86
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## v1.0.4 (2026-03-22)
|
|
9
|
+
|
|
10
|
+
**新增功能**
|
|
11
|
+
|
|
12
|
+
- 🔄 `/new` 命令重构 - 自动项目分析、规格拆分、等待确认
|
|
13
|
+
- 📝 规格文件自动生成 - 保存到 `openspec/changes/{changeId}-spec.md`
|
|
14
|
+
- ✅ 规格确认流程 - 确认后自动进入下一阶段
|
|
15
|
+
- 🔍 深度项目分析 - 读取 AGENTS.md、config.yaml、规范文件
|
|
16
|
+
|
|
17
|
+
**修复问题**
|
|
18
|
+
|
|
19
|
+
- 修复 `/new` 与 `/opsx:propose` 流程冲突问题
|
|
20
|
+
- 修复没有自动生成规格文件的问题
|
|
21
|
+
- 修复流程割裂、用户体验差的问题
|
|
22
|
+
|
|
8
23
|
## v1.0.3 (2026-03-22)
|
|
9
24
|
|
|
10
25
|
**新增功能**
|