project.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. project:
  2. id: "aceflow_taskmaster_001"
  3. name: "TaskMaster AceFlow项目"
  4. description: "基于AceFlow v3.0的任务管理系统"
  5. version: "1.0.0"
  6. created_at: "2025-07-11T10:00:00Z"
  7. technology_stack:
  8. - javascript
  9. - nodejs
  10. - vue
  11. - sqlite
  12. - api
  13. aceflow:
  14. version: "3.0.0"
  15. default_mode: "smart"
  16. auto_mode_selection: true
  17. ai_assistance_level: "L2" # L1=建议, L2=执行, L3=自主
  18. workflow:
  19. iteration_prefix: "iter"
  20. auto_generate_iteration_id: true
  21. stage_timeout_hours: 24
  22. auto_progress_tracking: true
  23. quality_gates_enabled: true
  24. team:
  25. size: 1
  26. roles:
  27. - "Full Stack Developer"
  28. collaboration_mode: "individual"
  29. output:
  30. base_path: "./aceflow_result"
  31. file_format: "markdown"
  32. include_timestamps: true
  33. auto_backup: true
  34. retention_days: 90
  35. ai:
  36. providers:
  37. primary: "claude"
  38. fallback: "openai"
  39. local_llm: false
  40. confidence_threshold: 0.8
  41. auto_execution_threshold: 0.9
  42. quality:
  43. code_review:
  44. required: true
  45. auto_analysis: true
  46. testing:
  47. min_coverage: 80
  48. auto_test: true
  49. security:
  50. vulnerability_scan: true
  51. secrets_detection: true
  52. integrations:
  53. ide:
  54. enabled: true
  55. type: "vscode"
  56. auto_sync: true
  57. git:
  58. enabled: true
  59. auto_commit: false
  60. ci_cd:
  61. enabled: false
  62. type: "github_actions"