File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @studyzy/openspec-cn" ,
3- "version" : " 0.16.0" ,
3+ "version" : " 0.16.0-1 " ,
44 "description" : " 面向AI编程助手的规范驱动开发框架OpenSpec的简体中文汉化版本" ,
55 "keywords" : [
66 " openspec" ,
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export class ChangeCommand {
282282
283283 private printNextSteps ( ) : void {
284284 const bullets : string [ ] = [ ] ;
285- bullets . push ( '- 确保变更在specs/中有增量:使用标题## ADDED/MODIFIED/REMOVED/RENAMED Requirements ' ) ;
285+ bullets . push ( '- 确保变更在specs/中有增量:使用标题## 新增|修改|移除|重命名需求 ' ) ;
286286 bullets . push ( '- 每个需求必须至少包含一个#### 场景:块' ) ;
287287 bullets . push ( '- 调试解析的增量:openspec-cn change show <id> --json --deltas-only' ) ;
288288 console . error ( '后续步骤:' ) ;
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export class ValidateCommand {
168168 private printNextSteps ( type : ItemType ) : void {
169169 const bullets : string [ ] = [ ] ;
170170 if ( type === 'change' ) {
171- bullets . push ( '- 确保变更在specs/中有增量:使用标题## ADDED/MODIFIED/REMOVED/RENAMED Requirements ' ) ;
171+ bullets . push ( '- 确保变更在specs/中有增量:使用标题## 新增|修改|移除|重命名需求 ' ) ;
172172 bullets . push ( '- 每个需求必须至少包含一个#### 场景:块' ) ;
173173 bullets . push ( '- 调试解析的增量:openspec-cn change show <id> --json --deltas-only' ) ;
174174 } else {
You can’t perform that action at this time.
0 commit comments