@zeyue0329/xiaoma-cli 6.0.0-alpha.17 → 6.0.0-alpha.19
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/package.json +1 -1
- package/src/modules/xmc/agents/auto-iteration-orchestrator.agent.yaml +8 -0
- package/src/modules/xmc/workflows/auto-iteration/full-auto-workflow.md +813 -394
- package/src/modules/xmc/workflows/auto-iteration/requirement-to-epic-workflow.md +428 -0
- package/src/modules/xmc/workflows/auto-iteration/story-implementation-workflow.md +675 -0
- package/src/modules/xmc/workflows/auto-iteration/full-auto-workflow-old.yaml +0 -0
package/package.json
CHANGED
|
@@ -78,6 +78,14 @@ agent:
|
|
|
78
78
|
exec: "{project-root}/{xiaoma_folder}/xmc/workflows/auto-iteration/full-auto-workflow.md"
|
|
79
79
|
description: 🚀 全自动执行迭代开发(输入需求文档,自动完成全部阶段)
|
|
80
80
|
|
|
81
|
+
- trigger: requirement-to-epic
|
|
82
|
+
exec: "{project-root}/{xiaoma_folder}/xmc/workflows/auto-iteration/requirement-to-epic-workflow.md"
|
|
83
|
+
description: 📊 需求分析到 Epic 生成(Phase 1-3:需求分析、PRD、架构设计、Epic 创建)
|
|
84
|
+
|
|
85
|
+
- trigger: story-implementation
|
|
86
|
+
exec: "{project-root}/{xiaoma_folder}/xmc/workflows/auto-iteration/story-implementation-workflow.md"
|
|
87
|
+
description: 💻 用户故事自动化实现(Phase 4:创建→校验→开发→审查→测试 5 步循环)
|
|
88
|
+
|
|
81
89
|
- trigger: phase-analyze
|
|
82
90
|
exec: "{project-root}/{xiaoma_folder}/xmc/workflows/auto-iteration/phases/phase-1-analyze.md"
|
|
83
91
|
description: 📊 Phase 1 - 自动需求分析(需求理解、业务规则匹配)
|