project_state.json 743 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "project_id": "aceflow_taskmaster_001",
  3. "flow_mode": "smart",
  4. "selected_mode": null,
  5. "current_stage": null,
  6. "current_stage_name": null,
  7. "overall_progress": 0,
  8. "stage_progress": 0,
  9. "iteration_id": null,
  10. "stage_states": {},
  11. "created_at": "2025-07-11T10:00:00Z",
  12. "last_updated": "2025-07-11T10:00:00Z",
  13. "version": "3.0.0",
  14. "ai_suggestions": [],
  15. "memory_pool": {
  16. "requirements": [],
  17. "decisions": [],
  18. "issues": [],
  19. "feedback": [],
  20. "learning": []
  21. },
  22. "health_check": {
  23. "overall_health": "good",
  24. "issues": [],
  25. "recommendations": []
  26. },
  27. "next_actions": [],
  28. "metrics": {
  29. "total_iterations": 0,
  30. "completed_stages": 0,
  31. "average_stage_time": 0,
  32. "quality_score": 0
  33. }
  34. }