@zeyue0329/xiaoma-cli 1.0.41 → 1.0.43

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 (33) hide show
  1. package/.idea/workspace.xml +23 -2
  2. package/JAVA-BACKEND-COMMANDS-REFERENCE.md +2 -2
  3. package/JAVA-BACKEND-ITERATION-GUIDE.md +31 -31
  4. package/dist/agents/architect.txt +1 -1
  5. package/dist/agents/pm.txt +20 -20
  6. package/dist/agents/po.txt +1 -1
  7. package/dist/agents/sm.txt +1 -1
  8. package/dist/agents/workflow-executor.txt +170 -20
  9. package/dist/agents/xiaoma-master.txt +20 -20
  10. package/dist/teams/team-all.txt +193 -43
  11. package/dist/teams/team-fullstack-with-database.txt +24 -24
  12. package/dist/teams/team-fullstack.txt +22 -22
  13. package/dist/teams/team-ide-minimal.txt +2 -2
  14. package/dist/teams/team-no-ui.txt +22 -22
  15. package/docs/architecture-sharding-modification.md +4 -4
  16. package/docs/automated-requirements-analysis-outputs.md +29 -29
  17. package/docs/prd/workflow-coordinator-prd.md +2 -2
  18. package/package.json +6 -1
  19. package/tools/api-server.js +367 -0
  20. package/xiaoma-core/agents/pm.md +1 -1
  21. package/xiaoma-core/agents/po.md +1 -1
  22. package/xiaoma-core/agents/requirements-coverage-auditor.yaml +1 -1
  23. package/xiaoma-core/agents/sm.md +1 -1
  24. package/xiaoma-core/agents/workflow-executor.md +174 -20
  25. package/xiaoma-core/tasks/batch-story-generation.md +1 -1
  26. package/xiaoma-core/tasks/requirements-coverage-audit.md +5 -5
  27. package/xiaoma-core/templates/fullstack-architecture-tmpl.yaml +1 -1
  28. package/xiaoma-core/templates/prd-tmpl.yaml +19 -19
  29. package/xiaoma-core/templates/requirements-coverage-audit.yaml +6 -6
  30. package/xiaoma-core/workflows/automated-requirements-analysis.yaml +90 -90
  31. package/xiaoma-core/workflows/automated-requirements-development.yaml +739 -0
  32. package/xiaoma-core/workflows/enhanced-fullstack-with-qa-loop.yaml +1 -1
  33. package/xiaoma-core/workflows/full-requirement-automation.yaml +1 -1
@@ -169,7 +169,7 @@ workflow:
169
169
  wait_for_previous_completion: true
170
170
  timeout: 1800
171
171
  retry: 3
172
- notes: "串行创建增强用户故事 - 每个史诗依次完成"
172
+ notes: "串行创建增强用户故事 - 每个模块依次完成"
173
173
 
174
174
  - agent: dev
175
175
  action: implement_story
@@ -398,7 +398,7 @@ ultimate_sequence:
398
398
  - ai_guided_improvement
399
399
  timeout: 3600
400
400
  retry: 3
401
- notes: "企业级增强用户故事创建 - 每个史诗依次完成"
401
+ notes: "企业级增强用户故事创建 - 每个模块依次完成"
402
402
 
403
403
  # 3.3 串行开发实现
404
404
  - step: sequential_development