config.yaml 916 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # AceFlow v2.0 核心配置
  2. # 项目级配置文件
  3. project:
  4. name: "aceflow-pateoas-framework"
  5. version: "2.0.0"
  6. created_at: "2025-07-10"
  7. team_size: "1-5人"
  8. project_type: "framework"
  9. flow:
  10. mode: "minimal" # minimal | standard | complete
  11. auto_switch: true
  12. current_stage: null
  13. workflow_pattern: "P→D→R"
  14. agile:
  15. enabled: true
  16. framework: "scrum" # scrum | kanban | custom
  17. iteration_length: "2weeks"
  18. ceremonies:
  19. planning: true
  20. daily_standup: true
  21. review: true
  22. retrospective: true
  23. ai:
  24. enabled: true
  25. auto_recommendations: true
  26. decision_engine: "enhanced"
  27. memory_system: "vector_based"
  28. web:
  29. enabled: true
  30. port: 8080
  31. auto_open: true
  32. notifications:
  33. enabled: true
  34. channels: ["console", "web"]
  35. memory:
  36. retention_days: 90
  37. auto_cleanup: true
  38. vector_search: true
  39. performance:
  40. cache_enabled: true
  41. cache_ttl: 3600
  42. max_memory_mb: 512