@nick848/sf-cli 1.0.3 → 1.0.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/CHANGELOG.md CHANGED
@@ -5,6 +5,50 @@ 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.7 (2026-03-22)
9
+
10
+ **新增功能**
11
+
12
+ - ✨ 多工作流管理 - 支持同时管理多个活跃变更
13
+ - 📋 `/opsx:list` - 列出所有活跃工作流
14
+ - 🔄 `/opsx:switch <变更ID>` - 切换工作流
15
+
16
+ **改进**
17
+
18
+ - 🔧 状态文件独立存储 - `.workflow-states/{changeId}.json`
19
+ - 🔧 自动迁移旧格式状态文件
20
+ - 🔧 简化工作流切换逻辑
21
+
22
+ ## v1.0.6 (2026-03-22)
23
+
24
+ **修复问题**
25
+
26
+ - 🐛 修复 `/opsx:*` 命令无法识别的问题
27
+ - 🔧 `opsx:*` 命令直接通过解析器验证,无需预定义列表
28
+ - 🔧 `opsx:*` 命令始终允许执行(工作流管理命令)
29
+
30
+ ## v1.0.5 (2026-03-22)
31
+
32
+ **修复问题**
33
+
34
+ - 🐛 修复交互问题 - 移除编号选项,改为直接显示可用命令
35
+ - 🎨 改进工作流状态显示 - 显示进度条和详细信息
36
+
37
+ ## v1.0.4 (2026-03-22)
38
+
39
+ **新增功能**
40
+
41
+ - 🔄 `/new` 命令重构 - 自动项目分析、规格拆分、等待确认
42
+ - 📝 规格文件自动生成 - 保存到 `openspec/changes/{changeId}-spec.md`
43
+ - ✅ 规格确认流程 - 确认后自动进入下一阶段
44
+ - 🔍 深度项目分析 - 读取 AGENTS.md、config.yaml、规范文件
45
+
46
+ **修复问题**
47
+
48
+ - 修复 `/new` 与 `/opsx:propose` 流程冲突问题
49
+ - 修复没有自动生成规格文件的问题
50
+ - 修复流程割裂、用户体验差的问题
51
+
8
52
  ## v1.0.3 (2026-03-22)
9
53
 
10
54
  **新增功能**