@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.
Files changed (37) hide show
  1. package/.idea/workspace.xml +2 -7
  2. package/JAVA-BACKEND-COMMANDS-REFERENCE.md +2 -2
  3. package/JAVA-BACKEND-ITERATION-GUIDE.md +31 -31
  4. package/dist/agents/analyst.txt +1514 -0
  5. package/dist/agents/architect.txt +1 -1
  6. package/dist/agents/pm.txt +20 -20
  7. package/dist/agents/po.txt +1 -1
  8. package/dist/agents/sm.txt +1 -1
  9. package/dist/agents/workflow-executor.txt +22 -22
  10. package/dist/agents/xiaoma-master.txt +20 -20
  11. package/dist/teams/team-all.txt +1640 -331
  12. package/dist/teams/team-fullstack-with-database.txt +1616 -307
  13. package/dist/teams/team-fullstack.txt +1618 -309
  14. package/dist/teams/team-ide-minimal.txt +2 -2
  15. package/dist/teams/team-no-ui.txt +1618 -309
  16. package/docs/architecture-sharding-modification.md +4 -4
  17. package/docs/automated-requirements-analysis-outputs.md +29 -29
  18. package/docs/prd/workflow-coordinator-prd.md +2 -2
  19. package/package.json +1 -1
  20. package/xiaoma-core/agents/analyst.md +8 -0
  21. package/xiaoma-core/agents/pm.md +1 -1
  22. package/xiaoma-core/agents/po.md +1 -1
  23. package/xiaoma-core/agents/requirements-coverage-auditor.yaml +1 -1
  24. package/xiaoma-core/agents/sm.md +1 -1
  25. package/xiaoma-core/agents/workflow-executor.md +22 -22
  26. package/xiaoma-core/tasks/batch-story-generation.md +1 -1
  27. package/xiaoma-core/tasks/requirement-analysis-with-rag.md +352 -0
  28. package/xiaoma-core/tasks/requirements-coverage-audit.md +5 -5
  29. package/xiaoma-core/templates/fullstack-architecture-tmpl.yaml +1 -1
  30. package/xiaoma-core/templates/prd-tmpl.yaml +19 -19
  31. package/xiaoma-core/templates/rag-knowledge-tmpl.yaml +569 -0
  32. package/xiaoma-core/templates/rag-questions-tmpl.yaml +371 -0
  33. package/xiaoma-core/templates/requirements-coverage-audit.yaml +6 -6
  34. package/xiaoma-core/workflows/automated-requirements-analysis.yaml +90 -90
  35. package/xiaoma-core/workflows/automated-requirements-development.yaml +10 -10
  36. package/xiaoma-core/workflows/enhanced-fullstack-with-qa-loop.yaml +1 -1
  37. 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: 为现有项目项目创建史诗 (任务 brownfield-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 - 故事准备专家