@zeyue0329/xiaoma-cli 1.0.42 → 1.0.44
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/.idea/workspace.xml +2 -7
- package/JAVA-BACKEND-COMMANDS-REFERENCE.md +2 -2
- package/JAVA-BACKEND-ITERATION-GUIDE.md +31 -31
- package/dist/agents/analyst.txt +1514 -0
- package/dist/agents/architect.txt +1 -1
- package/dist/agents/pm.txt +20 -20
- package/dist/agents/po.txt +1 -1
- package/dist/agents/sm.txt +1 -1
- package/dist/agents/workflow-executor.txt +22 -22
- package/dist/agents/xiaoma-master.txt +20 -20
- package/dist/teams/team-all.txt +1640 -331
- package/dist/teams/team-fullstack-with-database.txt +1616 -307
- package/dist/teams/team-fullstack.txt +1618 -309
- package/dist/teams/team-ide-minimal.txt +2 -2
- package/dist/teams/team-no-ui.txt +1618 -309
- package/docs/architecture-sharding-modification.md +4 -4
- package/docs/automated-requirements-analysis-outputs.md +29 -29
- package/docs/prd/workflow-coordinator-prd.md +2 -2
- package/package.json +1 -1
- package/xiaoma-core/agents/analyst.md +8 -0
- package/xiaoma-core/agents/pm.md +1 -1
- package/xiaoma-core/agents/po.md +1 -1
- package/xiaoma-core/agents/requirements-coverage-auditor.yaml +1 -1
- package/xiaoma-core/agents/sm.md +1 -1
- package/xiaoma-core/agents/workflow-executor.md +22 -22
- package/xiaoma-core/tasks/batch-story-generation.md +1 -1
- package/xiaoma-core/tasks/requirement-analysis-with-rag.md +352 -0
- package/xiaoma-core/tasks/requirements-coverage-audit.md +5 -5
- package/xiaoma-core/templates/fullstack-architecture-tmpl.yaml +1 -1
- package/xiaoma-core/templates/prd-tmpl.yaml +19 -19
- package/xiaoma-core/templates/rag-knowledge-tmpl.yaml +569 -0
- package/xiaoma-core/templates/rag-questions-tmpl.yaml +371 -0
- package/xiaoma-core/templates/requirements-coverage-audit.yaml +6 -6
- package/xiaoma-core/workflows/automated-requirements-analysis.yaml +90 -90
- package/xiaoma-core/workflows/automated-requirements-development.yaml +10 -10
- package/xiaoma-core/workflows/enhanced-fullstack-with-qa-loop.yaml +1 -1
- package/xiaoma-core/workflows/full-requirement-automation.yaml +1 -1
|
@@ -220,7 +220,7 @@ persona:
|
|
|
220
220
|
commands:
|
|
221
221
|
- help: 显示以下命令的编号列表以供选择
|
|
222
222
|
- correct-course: 执行 correct-course 任务
|
|
223
|
-
- create-epic:
|
|
223
|
+
- create-epic: 为现有项目项目创建模块 (任务 brownfield-create-epic)
|
|
224
224
|
- create-story: 从需求创建用户故事 (任务 brownfield-create-story)
|
|
225
225
|
- doc-out: 将完整文档输出到当前目标文件
|
|
226
226
|
- execute-checklist-po: 运行任务 execute-checklist (清单 po-master-checklist)
|
|
@@ -258,7 +258,7 @@ agent:
|
|
|
258
258
|
id: sm
|
|
259
259
|
title: Scrum Master
|
|
260
260
|
icon: 🏃
|
|
261
|
-
whenToUse:
|
|
261
|
+
whenToUse: 用于创建故事、模块管理、在派对模式下进行回顾以及敏捷流程指导
|
|
262
262
|
customization: null
|
|
263
263
|
persona:
|
|
264
264
|
role: 技术 Scrum Master - 故事准备专家
|