devflow-engine 1.1.24__tar.gz → 1.1.25__tar.gz

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 (1141) hide show
  1. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.gitignore +4 -0
  2. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/PKG-INFO +1 -1
  3. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/pyproject.toml +1 -1
  4. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/cli/app.py +12 -3
  5. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/runtime_observability.py +123 -66
  6. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/invoke.py +14 -13
  7. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/stores/execution_store.py +117 -0
  8. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/worker.py +51 -1
  9. devflow_engine-1.1.25/tests/test_observability_evidence_contract.py +78 -0
  10. devflow_engine-1.1.25/tests/test_quick_action_queue.py +73 -0
  11. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +0 -965
  12. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +0 -910
  13. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +0 -1119
  14. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +0 -98
  15. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +0 -661
  16. devflow_engine-1.1.24/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +0 -353
  17. devflow_engine-1.1.24/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +0 -262
  18. devflow_engine-1.1.24/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +0 -1021
  19. devflow_engine-1.1.24/tests/area9_playground/test_ideation_arm_playground.py +0 -333
  20. devflow_engine-1.1.24/tests/cli/test_repo_local_dag_paths.py +0 -30
  21. devflow_engine-1.1.24/tests/idea/test_devin_ddr_docs_operator_guide.py +0 -158
  22. devflow_engine-1.1.24/tests/test_devin2_pi_runner.py +0 -151
  23. devflow_engine-1.1.24/tests/test_devin_chat_scenario_catalog.py +0 -69
  24. devflow_engine-1.1.24/tests/test_devin_chat_tier_routing.py +0 -278
  25. devflow_engine-1.1.24/tests/test_devin_multi_turn_eval_defaults.py +0 -78
  26. devflow_engine-1.1.24/tests/test_devin_real_eval.py +0 -37
  27. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.github/workflows/devflow-enforce.yml +0 -0
  28. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi/agents/filemaker-expert/filemaker-expert.md +0 -0
  29. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +0 -0
  30. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +0 -0
  31. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi/npm/.gitignore +0 -0
  32. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi/settings.json +0 -0
  33. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi-lens/cache/session-start-guidance.json +0 -0
  34. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi-lens/cache/session-start-guidance.meta.json +0 -0
  35. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi-lens/cache/todo-baseline.json +0 -0
  36. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/.pi-lens/cache/todo-baseline.meta.json +0 -0
  37. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/DESIGN_NOTES.md +0 -0
  38. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/OPERATOR.md +0 -0
  39. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/README.md +0 -0
  40. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/source_docs/assumptions_registry.json +0 -0
  41. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/source_docs/domain_entities.json +0 -0
  42. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/source_docs/product_brief.json +0 -0
  43. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/source_docs/user_workflows.json +0 -0
  44. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +0 -0
  45. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +0 -0
  46. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +0 -0
  47. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +0 -0
  48. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +0 -0
  49. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +0 -0
  50. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +0 -0
  51. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +0 -0
  52. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +0 -0
  53. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +0 -0
  54. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +0 -0
  55. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +0 -0
  56. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +0 -0
  57. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/architecture.md +0 -0
  58. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +0 -0
  59. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/index.md +0 -0
  60. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/prd.md +0 -0
  61. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/project_charter.md +0 -0
  62. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/ux_design.md +0 -0
  63. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +0 -0
  64. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +0 -0
  65. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +0 -0
  66. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1002_production_pipeline_story_entrypoint.md +0 -0
  67. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +0 -0
  68. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +0 -0
  69. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1030_registry_db_perfect_registration.md +0 -0
  70. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1031_init_dedupe_and_strict_refactor.md +0 -0
  71. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +0 -0
  72. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +0 -0
  73. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +0 -0
  74. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +0 -0
  75. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +0 -0
  76. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +0 -0
  77. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +0 -0
  78. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +0 -0
  79. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +0 -0
  80. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +0 -0
  81. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +0 -0
  82. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +0 -0
  83. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +0 -0
  84. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +0 -0
  85. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.1_execution-store_sqlite-bootstrap.md +0 -0
  86. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.2_execution-store_schema_core-tables.md +0 -0
  87. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.3_execution-store_run-lifecycle-persistence.md +0 -0
  88. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.4_execution-store_node-execution-persistence.md +0 -0
  89. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.5_execution-store_artifacts-errors-review-packets.md +0 -0
  90. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.6_logging_layout_correlation-ids_tool-logs.md +0 -0
  91. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +0 -0
  92. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +0 -0
  93. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +0 -0
  94. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +0 -0
  95. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +0 -0
  96. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-502_repo-analysis-capture-evidence.md +0 -0
  97. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-503_generate-baseline-draft-stories-per-plane.md +0 -0
  98. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-504_draft-storage-provenance-and-non-canonical-separation.md +0 -0
  99. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-505_promote-drafts-to-canonical-with-traceability.md +0 -0
  100. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-506_review-and-diff-drafts-vs-canonical.md +0 -0
  101. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/DF2-IMPL-620_genai_workflow_engine_conversion.md +0 -0
  102. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +0 -0
  103. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +0 -0
  104. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +0 -0
  105. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +0 -0
  106. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +0 -0
  107. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +0 -0
  108. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +0 -0
  109. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +0 -0
  110. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +0 -0
  111. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +0 -0
  112. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-902_preflight-check-catalog-and-config.md +0 -0
  113. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +0 -0
  114. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +0 -0
  115. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +0 -0
  116. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-906_preflight-scenarios-respect-story-planes.md +0 -0
  117. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-907_parallel-batch-run-and-summary.md +0 -0
  118. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-908_node-devflow-parity-preflight-json.md +0 -0
  119. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +0 -0
  120. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +0 -0
  121. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-501_idea-init-and-structure.md +0 -0
  122. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-507_list-and-inspect-ideas-analyses-drafts.md +0 -0
  123. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-508_link-idea-artifacts-to-execution-runs.md +0 -0
  124. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +0 -0
  125. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +0 -0
  126. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +0 -0
  127. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.1_review-packet_schema-and-loader.md +0 -0
  128. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.2_review-runner_core-workflow.md +0 -0
  129. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.3_review-findings_persistence_execution-store.md +0 -0
  130. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.4_remediation-run-spec_generation.md +0 -0
  131. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.5_security-and-safety_review-policies.md +0 -0
  132. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.6_contract-compliance-and-soundness_checks.md +0 -0
  133. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.7_cli-review-command_and_artifacts.md +0 -0
  134. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.2_error-queue_claiming-concurrency.md +0 -0
  135. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.4_remediation-runs_model-and-linkage.md +0 -0
  136. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.5_error-solver_workflow-orchestration.md +0 -0
  137. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.6_github-issues_ingestion-watcher.md +0 -0
  138. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.7_execution-errors_to_error-tasks-ingestion.md +0 -0
  139. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.8_error-cli_minimal-commands.md +0 -0
  140. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.9_node-devflow-semantics_compatibility.md +0 -0
  141. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/control-plane-source-of-truth-sketch.md +0 -0
  142. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/devflow-queue-ops-skill-tree.md +0 -0
  143. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/devflow-skill-overlays.md +0 -0
  144. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/devflow-skill-registry-spec.md +0 -0
  145. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/devin-ideation-source-docs.md +0 -0
  146. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/devin-intake-ideation-boundary.md +0 -0
  147. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/error-solving-dag-note.md +0 -0
  148. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/evals/source-doc-sparse-input-eval.md +0 -0
  149. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/evals/source-doc-targeted-mutation-eval.md +0 -0
  150. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/llm-invocation-architecture.md +0 -0
  151. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/project-doc-agent-contracts.md +0 -0
  152. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/project-doc-cross-reference-rules.md +0 -0
  153. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/project-doc-richness-contract.md +0 -0
  154. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/prompts/anti-patterns.md +0 -0
  155. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/prompts/devin-agent-prompt.md +0 -0
  156. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/prompts/devin2-agent-prompt.md +0 -0
  157. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +0 -0
  158. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/queue-worker-infra.md +0 -0
  159. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/recovery-dag-contract.md +0 -0
  160. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/registry-doctrine.md +0 -0
  161. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/scope-idea-agentification.md +0 -0
  162. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-coherence-node-contract.md +0 -0
  163. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-mutation-acceptance-matrix.md +0 -0
  164. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-mutation-real-eval.md +0 -0
  165. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-mutation-support-index-contract.md +0 -0
  166. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-section-agent-contracts.md +0 -0
  167. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-doc-section-richness-contract.md +0 -0
  168. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-to-project-doc-impact-map.md +0 -0
  169. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/source-to-project-doc-reference-map.md +0 -0
  170. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/story-implementation-planning-node.md +0 -0
  171. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/cross_sourceXproject.json +0 -0
  172. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/internal_project.json +0 -0
  173. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/internal_source.json +0 -0
  174. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/ui-grounding-curtis-medium-tier-doctrine.md +0 -0
  175. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/docs/ui-grounding-curtis-structural-integration-note.md +0 -0
  176. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +0 -0
  177. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
  178. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +0 -0
  179. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +0 -0
  180. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +0 -0
  181. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +0 -0
  182. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
  183. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +0 -0
  184. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +0 -0
  185. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +0 -0
  186. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/eval_manifest.json +0 -0
  187. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/indexes/project_docs_index.json +0 -0
  188. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/indexes/source_docs_index.json +0 -0
  189. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/metrics/completeness.json +0 -0
  190. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T195349Z/metrics/quality.json +0 -0
  191. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +0 -0
  192. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
  193. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +0 -0
  194. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +0 -0
  195. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +0 -0
  196. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +0 -0
  197. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
  198. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +0 -0
  199. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +0 -0
  200. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +0 -0
  201. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/eval_manifest.json +0 -0
  202. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/indexes/project_docs_index.json +0 -0
  203. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/indexes/source_docs_index.json +0 -0
  204. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/metrics/completeness.json +0 -0
  205. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T211128Z/metrics/quality.json +0 -0
  206. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +0 -0
  207. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
  208. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +0 -0
  209. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +0 -0
  210. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +0 -0
  211. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +0 -0
  212. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
  213. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +0 -0
  214. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +0 -0
  215. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +0 -0
  216. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/eval_manifest.json +0 -0
  217. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/indexes/project_docs_index.json +0 -0
  218. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/indexes/source_docs_index.json +0 -0
  219. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/metrics/completeness.json +0 -0
  220. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T214046Z/metrics/quality.json +0 -0
  221. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +0 -0
  222. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
  223. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +0 -0
  224. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +0 -0
  225. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +0 -0
  226. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +0 -0
  227. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
  228. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +0 -0
  229. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +0 -0
  230. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +0 -0
  231. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/architecture.md +0 -0
  232. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +0 -0
  233. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/index.md +0 -0
  234. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/prd.md +0 -0
  235. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/project_charter.md +0 -0
  236. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/ux_design.md +0 -0
  237. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +0 -0
  238. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +0 -0
  239. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/product_brief.json +0 -0
  240. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +0 -0
  241. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/eval_manifest.json +0 -0
  242. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/indexes/project_docs_index.json +0 -0
  243. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/indexes/source_docs_index.json +0 -0
  244. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/accuracy.json +0 -0
  245. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/appropriate_update.json +0 -0
  246. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/thoroughness.json +0 -0
  247. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/metrics/completeness.json +0 -0
  248. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/20260322T223518Z/metrics/quality.json +0 -0
  249. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
  250. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
  251. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
  252. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
  253. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
  254. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +0 -0
  255. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +0 -0
  256. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
  257. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
  258. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
  259. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
  260. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
  261. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +0 -0
  262. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +0 -0
  263. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +0 -0
  264. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +0 -0
  265. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +0 -0
  266. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +0 -0
  267. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +0 -0
  268. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +0 -0
  269. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +0 -0
  270. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
  271. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
  272. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
  273. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
  274. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
  275. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
  276. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
  277. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
  278. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
  279. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
  280. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
  281. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
  282. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
  283. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
  284. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
  285. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
  286. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
  287. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
  288. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
  289. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
  290. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
  291. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
  292. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
  293. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
  294. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
  295. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  296. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  297. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  298. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
  299. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
  300. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
  301. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
  302. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
  303. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
  304. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
  305. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
  306. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
  307. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
  308. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  309. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  310. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  311. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
  312. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
  313. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
  314. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
  315. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
  316. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
  317. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  318. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
  319. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
  320. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
  321. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  322. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  323. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  324. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
  325. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
  326. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
  327. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
  328. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
  329. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
  330. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
  331. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
  332. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
  333. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  334. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
  335. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
  336. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +0 -0
  337. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +0 -0
  338. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
  339. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  340. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  341. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_activation_decision.json +0 -0
  342. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  343. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  344. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  345. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  346. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
  347. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
  348. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
  349. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
  350. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
  351. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
  352. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
  353. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
  354. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
  355. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
  356. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
  357. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
  358. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
  359. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
  360. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
  361. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
  362. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
  363. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  364. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  365. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  366. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  367. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  368. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  369. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
  370. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
  371. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
  372. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
  373. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
  374. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
  375. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
  376. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  377. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  378. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  379. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
  380. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
  381. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
  382. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  383. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  384. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  385. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  386. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  387. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  388. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
  389. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
  390. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
  391. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
  392. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
  393. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
  394. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
  395. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
  396. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
  397. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
  398. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
  399. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  400. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  401. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  402. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
  403. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
  404. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +0 -0
  405. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +0 -0
  406. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
  407. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  408. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  409. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  410. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  411. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  412. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  413. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
  414. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
  415. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
  416. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
  417. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
  418. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
  419. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
  420. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
  421. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
  422. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
  423. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
  424. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
  425. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
  426. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
  427. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
  428. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
  429. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  430. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  431. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  432. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  433. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  434. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  435. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
  436. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
  437. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
  438. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
  439. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
  440. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
  441. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
  442. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  443. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  444. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  445. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
  446. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
  447. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
  448. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  449. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  450. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  451. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  452. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  453. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  454. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
  455. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
  456. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
  457. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
  458. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
  459. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
  460. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
  461. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
  462. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
  463. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
  464. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
  465. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  466. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  467. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  468. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
  469. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
  470. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +0 -0
  471. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +0 -0
  472. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
  473. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  474. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  475. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  476. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  477. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  478. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  479. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
  480. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
  481. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
  482. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
  483. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
  484. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
  485. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
  486. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
  487. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
  488. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
  489. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
  490. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
  491. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
  492. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
  493. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
  494. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
  495. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +0 -0
  496. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +0 -0
  497. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
  498. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  499. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  500. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  501. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  502. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  503. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  504. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
  505. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
  506. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
  507. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
  508. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
  509. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
  510. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
  511. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
  512. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
  513. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
  514. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
  515. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
  516. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
  517. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
  518. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
  519. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
  520. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
  521. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  522. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  523. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  524. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  525. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  526. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  527. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
  528. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
  529. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
  530. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
  531. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
  532. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
  533. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  534. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  535. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  536. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
  537. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
  538. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
  539. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
  540. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
  541. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
  542. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
  543. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
  544. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
  545. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
  546. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
  547. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
  548. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
  549. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
  550. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
  551. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
  552. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
  553. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
  554. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
  555. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
  556. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
  557. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
  558. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
  559. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
  560. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
  561. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +0 -0
  562. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +0 -0
  563. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/project_bootstrap/dataset.yaml +0 -0
  564. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/project_bootstrap/run_eval.py +0 -0
  565. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/evals/project_bootstrap/schema.md +0 -0
  566. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/evals/source-doc-sparse-input-scenario.json +0 -0
  567. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/evals/source-doc-targeted-mutation-scenario.json +0 -0
  568. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/ideation_arm_playground.py +0 -0
  569. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/ideation_scenarios_template.json +0 -0
  570. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/iterate_arm_playground.py +0 -0
  571. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/run_ideation_arm_scenarios.py +0 -0
  572. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/run_iterate_scenarios.sh +0 -0
  573. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/playground/source_doc_mutation_eval.py +0 -0
  574. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/generic/prompt.md +0 -0
  575. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/ideation/prompt.md +0 -0
  576. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/ideation/scenarios.md +0 -0
  577. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/ideation_loop/prompt.md +0 -0
  578. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/insight/prompt.md +0 -0
  579. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/insight/scenarios.md +0 -0
  580. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/intake/prompt.md +0 -0
  581. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/iterate/prompt.md +0 -0
  582. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/shared/eval_doctrine.md +0 -0
  583. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin/shared/principles.md +0 -0
  584. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/devin_eval/assessment/prompt.md +0 -0
  585. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/idea/api_ideation_agent/prompt.md +0 -0
  586. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/idea/api_insight_agent/prompt.md +0 -0
  587. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/idea/response_doctrine/prompt.md +0 -0
  588. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/dependency_assessment/prompt.md +0 -0
  589. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/green/green/prompt.md +0 -0
  590. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/green/node_config/prompt.md +0 -0
  591. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/green_review/outcome_review/prompt.md +0 -0
  592. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/green_review/prior_run_review/prompt.md +0 -0
  593. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/red/prompt.md +0 -0
  594. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/redreview/prompt.md +0 -0
  595. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/redreview_repair/prompt.md +0 -0
  596. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/setupdoc/prompt.md +0 -0
  597. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/story_planning/prompt.md +0 -0
  598. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/implementation/test_design/prompt.md +0 -0
  599. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/README.md +0 -0
  600. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green/example.md +0 -0
  601. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green/green/prompt.md +0 -0
  602. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green/node_config/prompt.md +0 -0
  603. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +0 -0
  604. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  605. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green_enrich/example.md +0 -0
  606. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green_enrich/green_enrich/prompt.md +0 -0
  607. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green_enrich/node_config/prompt.md +0 -0
  608. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +0 -0
  609. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  610. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/code_repair/prompt.md +0 -0
  611. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/example.md +0 -0
  612. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/node_config/prompt.md +0 -0
  613. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
  614. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  615. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +0 -0
  616. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +0 -0
  617. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
  618. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +0 -0
  619. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +0 -0
  620. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/red/prompt.md +0 -0
  621. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red/red_repair/prompt.md +0 -0
  622. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red_review/example.md +0 -0
  623. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red_review/node_config/prompt.md +0 -0
  624. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  625. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +0 -0
  626. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/red_review/red_review/prompt.md +0 -0
  627. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/example.md +0 -0
  628. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/node_config/prompt.md +0 -0
  629. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  630. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +0 -0
  631. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +0 -0
  632. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/resolve_implicated_users/prompt.md +0 -0
  633. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/resolve/resolve_side_effects/prompt.md +0 -0
  634. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +0 -0
  635. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/code_repair/prompt.md +0 -0
  636. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/example.md +0 -0
  637. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/node_config/prompt.md +0 -0
  638. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
  639. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  640. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +0 -0
  641. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +0 -0
  642. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
  643. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +0 -0
  644. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +0 -0
  645. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/validate_enrich_gate/prompt.md +0 -0
  646. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/validate/validate_repair/prompt.md +0 -0
  647. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/write_workflows/example.md +0 -0
  648. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/write_workflows/node_config/prompt.md +0 -0
  649. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +0 -0
  650. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +0 -0
  651. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/integration/write_workflows/write_workflows/prompt.md +0 -0
  652. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/iterate/README.md +0 -0
  653. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/iterate/coder/prompt.md +0 -0
  654. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/iterate/framer/prompt.md +0 -0
  655. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/iterate/iterator/prompt.md +0 -0
  656. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/iterate/observer/prompt.md +0 -0
  657. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/diagnosis/prompt.md +0 -0
  658. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/execution/prompt.md +0 -0
  659. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/execution_verification/prompt.md +0 -0
  660. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/failure_investigation/prompt.md +0 -0
  661. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/preflight_health_repo_repair/prompt.md +0 -0
  662. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/remediation_execution/prompt.md +0 -0
  663. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/recovery/root_cause_investigation/prompt.md +0 -0
  664. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/scope_idea/doctrine/prompt.md +0 -0
  665. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_eval/document/prompt.md +0 -0
  666. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_eval/targeted_mutation/prompt.md +0 -0
  667. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/domain_entities/prompt.md +0 -0
  668. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/product_brief/prompt.md +0 -0
  669. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/project_doc_coherence/prompt.md +0 -0
  670. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/project_doc_render/prompt.md +0 -0
  671. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/source_doc_coherence/prompt.md +0 -0
  672. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +0 -0
  673. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_doc_mutation/user_workflows/prompt.md +0 -0
  674. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/source_scope/doctrine/prompt.md +0 -0
  675. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/prompts/ui_grounding/doctrine/prompt.md +0 -0
  676. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/audit_llm_invocations.py +0 -0
  677. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/audit_story_ideas.py +0 -0
  678. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/dump_run_node_outputs.py +0 -0
  679. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/green.sh +0 -0
  680. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/purge_implemented_story_queue.py +0 -0
  681. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/reconcile_story_queue.py +0 -0
  682. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/replay_scope_draft_idea.py +0 -0
  683. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/replay_scope_goldilocks.py +0 -0
  684. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_api_key_transport_smoke.py +0 -0
  685. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_gitcommit_refactor_node.py +0 -0
  686. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_green_node.py +0 -0
  687. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_once_no_recovery.py +0 -0
  688. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_preflight_node.py +0 -0
  689. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_red_node.py +0 -0
  690. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_refactor_node.py +0 -0
  691. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_security_node.py +0 -0
  692. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/run_with_recovery.py +0 -0
  693. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/validate_architecture.py +0 -0
  694. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/validate_stories.py +0 -0
  695. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/validate_tests.py +0 -0
  696. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/scripts/validate_tests_story.py +0 -0
  697. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/__init__.py +0 -0
  698. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/agentic_prompts.py +0 -0
  699. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/agentic_runtime.py +0 -0
  700. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/api_key_flow_harness.py +0 -0
  701. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/api_keys.py +0 -0
  702. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/bootstrap/__init__.py +0 -0
  703. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/bootstrap/provision_from_template.py +0 -0
  704. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/cli/__init__.py +0 -0
  705. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/core/__init__.py +0 -0
  706. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/core/config.py +0 -0
  707. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/core/logging.py +0 -0
  708. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/core/paths.py +0 -0
  709. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/core/toml_kv.py +0 -0
  710. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devflow_event_worker.py +0 -0
  711. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devflow_state.py +0 -0
  712. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devin2/__init__.py +0 -0
  713. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devin2/agent_definition.py +0 -0
  714. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devin2/pi_runner.py +0 -0
  715. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/devin_orchestration.py +0 -0
  716. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/error/__init__.py +0 -0
  717. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/error/remediation.py +0 -0
  718. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/error_solver_dag.py +0 -0
  719. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/question_classifier.py +0 -0
  720. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/repo_quality_judge.py +0 -0
  721. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/user_report_fix.py +0 -0
  722. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/errors/vision.py +0 -0
  723. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/__init__.py +0 -0
  724. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/actors.py +0 -0
  725. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/agentic.py +0 -0
  726. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/analyze.py +0 -0
  727. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/devin_chat_dag.py +0 -0
  728. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/diff.py +0 -0
  729. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/drafts.py +0 -0
  730. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/idea_creation_dag.py +0 -0
  731. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/ideation_enrichment.py +0 -0
  732. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/ideation_enrichment_worker.py +0 -0
  733. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/paths.py +0 -0
  734. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/promote.py +0 -0
  735. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/redaction.py +0 -0
  736. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/repo_tools.py +0 -0
  737. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/response_mode.py +0 -0
  738. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/story_pipeline.py +0 -0
  739. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/sufficiency.py +0 -0
  740. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/idea/traditional_stories.py +0 -0
  741. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/__init__.py +0 -0
  742. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/alembic_preflight.py +0 -0
  743. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/dag.py +0 -0
  744. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/green_gate.py +0 -0
  745. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/prompts.py +0 -0
  746. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/implementation/test_runtime.py +0 -0
  747. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/__init__.py +0 -0
  748. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/agentic.py +0 -0
  749. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/dag.py +0 -0
  750. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/prompts.py +0 -0
  751. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/supabase_schema.sql +0 -0
  752. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/integration/supabase_sync.py +0 -0
  753. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/__init__.py +0 -0
  754. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/cli_one_shot.py +0 -0
  755. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/cli_stream.py +0 -0
  756. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/execution_context.py +0 -0
  757. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/llm/provider_api.py +0 -0
  758. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/orchestration.py +0 -0
  759. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/planning/__init__.py +0 -0
  760. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/planning/analyze_repo.py +0 -0
  761. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/planning/render_drafts.py +0 -0
  762. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/playground/__init__.py +0 -0
  763. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/playground/hooks.py +0 -0
  764. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/process/__init__.py +0 -0
  765. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/process/dag.py +0 -0
  766. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/project_registration/__init__.py +0 -0
  767. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/project_registration/dag.py +0 -0
  768. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/project_registry.py +0 -0
  769. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/recovery/__init__.py +0 -0
  770. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/recovery/dag.py +0 -0
  771. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/recovery/models.py +0 -0
  772. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/refactor.py +0 -0
  773. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/__init__.py +0 -0
  774. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/cards.py +0 -0
  775. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/domain_normalize.py +0 -0
  776. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/effects.py +0 -0
  777. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/enforce_report.py +0 -0
  778. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_classify.py +0 -0
  779. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_draft.py +0 -0
  780. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_gate.py +0 -0
  781. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/packages.py +0 -0
  782. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/registry/pathways.py +0 -0
  783. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/review/__init__.py +0 -0
  784. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/review/dag.py +0 -0
  785. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/review/review_story.py +0 -0
  786. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/__init__.py +0 -0
  787. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/agentic.py +0 -0
  788. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/dag.py +0 -0
  789. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/models.py +0 -0
  790. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +0 -0
  791. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +0 -0
  792. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +0 -0
  793. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +0 -0
  794. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +0 -0
  795. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +0 -0
  796. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +0 -0
  797. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +0 -0
  798. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +0 -0
  799. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +0 -0
  800. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/skills/registry.example.yaml +0 -0
  801. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_assumptions.py +0 -0
  802. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_dag.py +0 -0
  803. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_eval.py +0 -0
  804. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_worker.py +0 -0
  805. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_docs_schema.py +0 -0
  806. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_docs_updater.py +0 -0
  807. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/__init__.py +0 -0
  808. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/agentic.py +0 -0
  809. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/dag.py +0 -0
  810. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/models.py +0 -0
  811. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/stores/__init__.py +0 -0
  812. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/__init__.py +0 -0
  813. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/contracts.py +0 -0
  814. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/discovery.py +0 -0
  815. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/evidence.py +0 -0
  816. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/hashing.py +0 -0
  817. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/implemented_queue_purge.py +0 -0
  818. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/indexer.py +0 -0
  819. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/io.py +0 -0
  820. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/markdown_contracts.py +0 -0
  821. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/reconciliation.py +0 -0
  822. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/validate_stories.py +0 -0
  823. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/validate_tests_story.py +0 -0
  824. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story/validation.py +0 -0
  825. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/story_validation.py +0 -0
  826. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/__init__.py +0 -0
  827. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/agentic.py +0 -0
  828. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/dag.py +0 -0
  829. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/models.py +0 -0
  830. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/pencil_bridge.py +0 -0
  831. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/__init__.py +0 -0
  832. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/__init__.py +0 -0
  833. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
  834. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +0 -0
  835. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
  836. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +0 -0
  837. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +0 -0
  838. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +0 -0
  839. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +0 -0
  840. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +0 -0
  841. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/schema.py +0 -0
  842. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/task.py +0 -0
  843. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/validate.py +0 -0
  844. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +0 -0
  845. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devflow_engine/worker_guard.py +0 -0
  846. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/__init__.py +0 -0
  847. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/dag.py +0 -0
  848. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/dag_two_arm.py +0 -0
  849. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/devin_chat_scenario_catalog.json +0 -0
  850. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/devin_eval.py +0 -0
  851. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/__init__.py +0 -0
  852. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/__init__.py +0 -0
  853. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/node.py +0 -0
  854. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/playground.py +0 -0
  855. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/prompt.md +0 -0
  856. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/continue_refinement.py +0 -0
  857. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +0 -0
  858. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +0 -0
  859. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +0 -0
  860. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/large_idea_split.py +0 -0
  861. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +0 -0
  862. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/source_documentation_added.py +0 -0
  863. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +0 -0
  864. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/user_says_create_it.py +0 -0
  865. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +0 -0
  866. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/vague_idea.py +0 -0
  867. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +0 -0
  868. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/ideation/tools.json +0 -0
  869. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/__init__.py +0 -0
  870. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/node.py +0 -0
  871. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/playground.py +0 -0
  872. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/prompt.md +0 -0
  873. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +0 -0
  874. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +0 -0
  875. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/codebase_exploration.py +0 -0
  876. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +0 -0
  877. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +0 -0
  878. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +0 -0
  879. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_insight_routing.py +0 -0
  880. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +0 -0
  881. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_debugging.py +0 -0
  882. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +0 -0
  883. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_question.py +0 -0
  884. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_question_evals.py +0 -0
  885. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/queue_status.py +0 -0
  886. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/queue_status_evals.py +0 -0
  887. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/source_doc_explanation.py +0 -0
  888. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +0 -0
  889. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/worker_state_check.py +0 -0
  890. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +0 -0
  891. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/insight/tools.json +0 -0
  892. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/__init__.py +0 -0
  893. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/node.py +0 -0
  894. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/playground.py +0 -0
  895. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/prompt.md +0 -0
  896. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/ideation_routing.py +0 -0
  897. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +0 -0
  898. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/insight_routing.py +0 -0
  899. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/insight_routing_evals.py +0 -0
  900. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/README.md +0 -0
  901. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/__init__.py +0 -0
  902. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +0 -0
  903. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +0 -0
  904. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +0 -0
  905. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +0 -0
  906. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +0 -0
  907. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +0 -0
  908. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +0 -0
  909. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +0 -0
  910. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +0 -0
  911. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +0 -0
  912. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +0 -0
  913. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +0 -0
  914. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +0 -0
  915. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +0 -0
  916. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +0 -0
  917. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +0 -0
  918. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +0 -0
  919. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +0 -0
  920. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +0 -0
  921. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +0 -0
  922. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +0 -0
  923. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/agent-roles.md +0 -0
  924. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/agents/README.md +0 -0
  925. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/artifacts.md +0 -0
  926. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/contract.md +0 -0
  927. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/eval-plan.md +0 -0
  928. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/node.py +0 -0
  929. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/pipeline/README.md +0 -0
  930. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/playground-contract.md +0 -0
  931. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/prompt.md +0 -0
  932. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/README.md +0 -0
  933. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +0 -0
  934. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +0 -0
  935. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +0 -0
  936. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +0 -0
  937. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +0 -0
  938. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +0 -0
  939. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +0 -0
  940. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +0 -0
  941. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +0 -0
  942. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_task_framing.py +0 -0
  943. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +0 -0
  944. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +0 -0
  945. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +0 -0
  946. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +0 -0
  947. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +0 -0
  948. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +0 -0
  949. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +0 -0
  950. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +0 -0
  951. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +0 -0
  952. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +0 -0
  953. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +0 -0
  954. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +0 -0
  955. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +0 -0
  956. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/routing-matrix.md +0 -0
  957. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/__init__.py +0 -0
  958. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert.md +0 -0
  959. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert.py +0 -0
  960. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert_eval/runner.py +0 -0
  961. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +0 -0
  962. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +0 -0
  963. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +0 -0
  964. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/helpers.py +0 -0
  965. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +0 -0
  966. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +0 -0
  967. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/models.py +0 -0
  968. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/post.py +0 -0
  969. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/router.py +0 -0
  970. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/nodes/shared/tools.py +0 -0
  971. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/shared/devin-chat-rubric.md +0 -0
  972. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/shared/devin-chat-scenario-suite.md +0 -0
  973. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/src/devin/shared/eval_doctrine.md +0 -0
  974. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +0 -0
  975. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +0 -0
  976. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +0 -0
  977. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +0 -0
  978. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +0 -0
  979. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_failure_recovery_dag.py +0 -0
  980. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +0 -0
  981. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +0 -0
  982. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +0 -0
  983. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_recovery_queue_normalization.py +0 -0
  984. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_worker_story_queue_red.py +0 -0
  985. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area12_scope_idea/conftest.py +0 -0
  986. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area12_scope_idea/test_scope_to_idea_dag.py +0 -0
  987. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +0 -0
  988. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_scope_cli_e2e.py +0 -0
  989. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_to_scope_dag.py +0 -0
  990. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_pencil_bridge.py +0 -0
  991. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_pencil_preflight_cli.py +0 -0
  992. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +0 -0
  993. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_ui_grounding_dag.py +0 -0
  994. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +0 -0
  995. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +0 -0
  996. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +0 -0
  997. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +0 -0
  998. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +0 -0
  999. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +0 -0
  1000. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +0 -0
  1001. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +0 -0
  1002. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +0 -0
  1003. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +0 -0
  1004. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +0 -0
  1005. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +0 -0
  1006. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +0 -0
  1007. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +0 -0
  1008. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +0 -0
  1009. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_idea_repo_tools.py +0 -0
  1010. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +0 -0
  1011. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +0 -0
  1012. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_area6_red.py +0 -0
  1013. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +0 -0
  1014. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +0 -0
  1015. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +0 -0
  1016. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +0 -0
  1017. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +0 -0
  1018. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +0 -0
  1019. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_green_harness.py +0 -0
  1020. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +0 -0
  1021. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +0 -0
  1022. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_harness.py +0 -0
  1023. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +0 -0
  1024. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +0 -0
  1025. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +0 -0
  1026. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +0 -0
  1027. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +0 -0
  1028. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +0 -0
  1029. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +0 -0
  1030. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +0 -0
  1031. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_security_harness.py +0 -0
  1032. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +0 -0
  1033. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +0 -0
  1034. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +0 -0
  1035. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +0 -0
  1036. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area7_review/test_review_dag_red.py +0 -0
  1037. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +0 -0
  1038. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_commit_per_run.py +0 -0
  1039. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_contract.py +0 -0
  1040. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +0 -0
  1041. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_journal.py +0 -0
  1042. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +0 -0
  1043. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +0 -0
  1044. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_repo_quality.py +0 -0
  1045. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_observability_gate_relaxation.py +0 -0
  1046. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_portal_and_modification.py +0 -0
  1047. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_question_classifier.py +0 -0
  1048. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_terminal_workspace_cleanup.py +0 -0
  1049. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +0 -0
  1050. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/area9_playground/test_df2_play_area9_red.py +0 -0
  1051. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_project_repo_binding.py +0 -0
  1052. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_refactor_cli_import.py +0 -0
  1053. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_repo_root_override.py +0 -0
  1054. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_story_execute_wrapper_run.py +0 -0
  1055. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_supabase_event_worker_cli.py +0 -0
  1056. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_supabase_realtime_listener.py +0 -0
  1057. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_worker_concurrent_start.py +0 -0
  1058. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_worker_kill_switch.py +0 -0
  1059. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/cli/test_worker_start_modes.py +0 -0
  1060. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/conftest.py +0 -0
  1061. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/backend_provision/provision_from_template.py +0 -0
  1062. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +0 -0
  1063. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +0 -0
  1064. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +0 -0
  1065. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/domain_entities.json +0 -0
  1066. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/product_brief.json +0 -0
  1067. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/user_workflows.json +0 -0
  1068. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/scenarios.json +0 -0
  1069. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/idea/test_actor_specificity_warning.py +0 -0
  1070. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/idea/test_capability_first_story_decomposition.py +0 -0
  1071. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/idea/test_story_pipeline_dfs_state.py +0 -0
  1072. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/integration/test_integration_agentic.py +0 -0
  1073. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/integration/test_integration_dag.py +0 -0
  1074. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/integration/test_integration_dag_nodes.py +0 -0
  1075. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/integration/test_integration_prompt_loading.py +0 -0
  1076. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/stores/test_idea_creation_queue.py +0 -0
  1077. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/stores/test_integration_queue.py +0 -0
  1078. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_agentic_prompt_loading.py +0 -0
  1079. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_agentic_runtime.py +0 -0
  1080. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_api_key_flow_harness.py +0 -0
  1081. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_api_keys.py +0 -0
  1082. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_area2_project_import_red.py +0 -0
  1083. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_area2_project_import_remaining_red.py +0 -0
  1084. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_area2_projects_red.py +0 -0
  1085. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_area3_execution_store_logging_red.py +0 -0
  1086. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_area4_story_system_red.py +0 -0
  1087. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_devflow_event_worker.py +0 -0
  1088. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_devflow_state_project_resolution.py +0 -0
  1089. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_devin2_agent_definition.py +0 -0
  1090. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_domain_normalize.py +0 -0
  1091. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_dump_run_node_outputs.py +0 -0
  1092. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_enforce_changed_filter.py +0 -0
  1093. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_enforce_report_directives.py +0 -0
  1094. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_error_solve_runtime_coder_path.py +0 -0
  1095. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_error_task_failure_message_persisted.py +0 -0
  1096. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_execution_store.py +0 -0
  1097. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_execution_store_story_queue_red.py +0 -0
  1098. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_generic_task_queue.py +0 -0
  1099. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_ideation_enrichment.py +0 -0
  1100. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_implemented_story_queue_purge.py +0 -0
  1101. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_cli_one_shot.py +0 -0
  1102. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_cli_stream_journal_sqlite.py +0 -0
  1103. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_cli_stream_logging.py +0 -0
  1104. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_codex_invocation_regression.py +0 -0
  1105. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_invocation_audit.py +0 -0
  1106. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_invoke.py +0 -0
  1107. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_provider_api.py +0 -0
  1108. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_provider_config.py +0 -0
  1109. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_llm_tier_invocation.py +0 -0
  1110. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_playground_source_doc_mutation_eval.py +0 -0
  1111. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_prd_mutation_grounding.py +0 -0
  1112. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_process_dag_imperative.py +0 -0
  1113. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_project_registration_dag.py +0 -0
  1114. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_project_registration_supabase_uuid.py +0 -0
  1115. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_queue_project_id_resolution.py +0 -0
  1116. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_refactor_llm_path.py +0 -0
  1117. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_register_one_time.py +0 -0
  1118. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_cards_and_gate.py +0 -0
  1119. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_classify_module_cards_parser.py +0 -0
  1120. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_detect_pathways.py +0 -0
  1121. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_draft_module_cards.py +0 -0
  1122. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_draft_module_cards_effects.py +0 -0
  1123. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_effect_overlap.py +0 -0
  1124. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_gate_module_cards.py +0 -0
  1125. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_gate_unknown_strict.py +0 -0
  1126. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +0 -0
  1127. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_llm_commands.py +0 -0
  1128. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_module_incremental_focus.py +0 -0
  1129. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_module_phase_and_apply.py +0 -0
  1130. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_registry_scan_ignores_build_dirs.py +0 -0
  1131. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_acceptance.py +0 -0
  1132. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_dag.py +0 -0
  1133. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_eval.py +0 -0
  1134. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_real_eval.py +0 -0
  1135. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_source_docs_updater.py +0 -0
  1136. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_story_contracts.py +0 -0
  1137. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/test_story_reconciliation.py +0 -0
  1138. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/unit/__init__.py +0 -0
  1139. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/tests/unit/test_story_validation.py +0 -0
  1140. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/users.json +0 -0
  1141. {devflow_engine-1.1.24 → devflow_engine-1.1.25}/uv.lock +0 -0
@@ -14,5 +14,9 @@ __pycache__/
14
14
  # DevFlow runtime
15
15
  .devflow/
16
16
 
17
+ # Agent / tooling runtime logs
18
+ .debug.log
19
+ .tau/
20
+
17
21
  # OS
18
22
  .DS_Store
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devflow-engine
3
- Version: 1.1.24
3
+ Version: 1.1.25
4
4
  Summary: DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)
5
5
  Author: DevFlow
6
6
  License: Proprietary
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devflow-engine"
3
- version = "1.1.24"
3
+ version = "1.1.25"
4
4
  description = "DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -1808,11 +1808,19 @@ def _resolve_worker_project(selector: str) -> tuple[str, Path]:
1808
1808
  candidate = Path(selector).expanduser()
1809
1809
  if candidate.exists():
1810
1810
  repo_root = candidate.resolve()
1811
+ repo_root_aliases = tuple(dict.fromkeys([str(repo_root), str(candidate), "."]))
1811
1812
  db_path = repo_root / ".devflow" / "execution.sqlite"
1812
1813
  if db_path.exists():
1813
1814
  store = ExecutionStore(db_path)
1814
1815
  with store._connect() as conn:
1815
- row = conn.execute("SELECT project_id FROM projects WHERE repo_root IN (?, '.') ORDER BY created_at DESC LIMIT 1", (str(repo_root),)).fetchone()
1816
+ placeholders = ",".join("?" for _ in repo_root_aliases)
1817
+ row = conn.execute(
1818
+ f"SELECT project_id FROM projects WHERE repo_root IN ({placeholders}) ORDER BY created_at DESC LIMIT 1",
1819
+ repo_root_aliases,
1820
+ ).fetchone()
1821
+ if row is not None and row[0]:
1822
+ return str(row[0]), repo_root
1823
+ row = conn.execute("SELECT project_id FROM quick_action_queue ORDER BY updated_at DESC LIMIT 1").fetchone()
1816
1824
  if row is not None and row[0]:
1817
1825
  return str(row[0]), repo_root
1818
1826
  row = conn.execute("SELECT project_id FROM idea_creation_queue ORDER BY updated_at DESC LIMIT 1").fetchone()
@@ -1874,8 +1882,8 @@ def worker_start(
1874
1882
  """[CANONICAL] Start the queue-driven worker for a project.
1875
1883
 
1876
1884
  This is the primary automated execution path for DevFlow. The worker
1877
- processes the project queues, including error tasks, recovery, idea,
1878
- story, source-doc mutation, and integration work, without manual
1885
+ processes the project queues, including quick actions, error tasks,
1886
+ recovery, idea, story, source-doc mutation, and integration work, without manual
1879
1887
  intervention.
1880
1888
 
1881
1889
  Use `--once` to process a single queued item (useful for debugging or
@@ -2950,6 +2958,7 @@ def story_list(
2950
2958
  return {r["status"]: r["cnt"] for r in rows}
2951
2959
 
2952
2960
  payload = {
2961
+ "quick_action_queue": queue_counts("quick_action_queue"),
2953
2962
  "story_queue": queue_counts("story_queue"),
2954
2963
  "idea_queue": queue_counts("idea_queue"),
2955
2964
  "integration_queue": queue_counts("integration_queue"),
@@ -67,18 +67,47 @@ def collect_runtime_evidence_bundle(
67
67
  )
68
68
 
69
69
 
70
+ # The evidence doctrine — stated once, injected into every observability
71
+ # prompt. This is the guardrail that stopped the engine from shipping a fix
72
+ # off an unproven "the endpoint doesn't exist" hypothesis (error_task
73
+ # 45475193): it read code, asserted a cause, and wrote a patch before ever
74
+ # reproducing the user's actual symptom. Observability builds EVIDENCE, and
75
+ # evidence has a strict definition.
76
+ _EVIDENCE_DOCTRINE = (
77
+ "WHAT EVIDENCE MEANS (read this first):\n"
78
+ "- Evidence is ACTUAL PROGRAM OUTPUT you produced and captured: a command's "
79
+ "stdout/stderr, an HTTP status+body, a database query result, a log line, a "
80
+ "failing assertion. Reading source code is NOT evidence — it produces "
81
+ "HYPOTHESES, never confirmed facts. If you did not run something and capture "
82
+ "its output, you have not observed it.\n"
83
+ "- You REPRODUCE THE USER'S REPORTED SYMPTOM FIRST. The symptom is the exact "
84
+ "action the user took and the exact wrong result they got — not a nearby "
85
+ "condition you find interesting. A repro that exercises a different action, "
86
+ "or asserts a different result, than the user reported is NOT a reproduction "
87
+ "and does NOT count as observed.\n"
88
+ "- For every candidate cause you must state a NULL HYPOTHESIS (the claim that "
89
+ "this cause is NOT the problem — i.e. that this hop works correctly) and the "
90
+ "falsification test whose real output would disprove it. A cause is only "
91
+ "'evidenced' once its null hypothesis is FALSIFIED by captured output. Until "
92
+ "then it is a hypothesis, and you must label it as such.\n"
93
+ "- You may NOT name a confirmed root cause or 'where the bug lives' from "
94
+ "static reading. confidence stays 'low' until the symptom is reproduced with "
95
+ "captured output."
96
+ )
97
+
70
98
  _PHASE1_REQUIRED_KEYS = (
71
- "summary", "affected_files", "likely_location",
72
- "repro_tests", "open_questions", "confidence",
99
+ "summary", "reported_symptom", "affected_files", "candidate_causes",
100
+ "likely_location", "repro_tests", "open_questions", "confidence",
73
101
  )
74
102
 
75
103
  # Phase 3 may answer some questions previously raised by phase 2;
76
104
  # 'deferred_questions' replaces phase 1's 'open_questions' for downstream
77
105
  # consumers. observed/repro_* fields are the actual observation payload.
78
106
  _FINAL_REQUIRED_KEYS = (
79
- "summary", "affected_files", "likely_location",
80
- "repro_tests", "deferred_questions", "confidence",
81
- "observed", "repro_artifact_path", "repro_run_command", "repro_output",
107
+ "summary", "reported_symptom", "affected_files", "candidate_causes",
108
+ "evidence", "likely_location", "repro_tests", "deferred_questions",
109
+ "confidence", "observed", "repro_artifact_path", "repro_run_command",
110
+ "repro_output",
82
111
  )
83
112
 
84
113
 
@@ -173,30 +202,41 @@ def _phase1_initial_analysis(
173
202
  payload = {
174
203
  "task": "user_report_observability_phase1_analysis",
175
204
  "instruction": (
176
- "You are diagnosing a user-reported bug in a real codebase. "
177
- "Your working directory is the project repo USE YOUR TOOLS "
178
- "(ls, find, grep, read) to actually locate the relevant code "
179
- "before answering. Do NOT guess paths or function names. "
180
- "Workflow: (1) ls / find the area of the codebase the report "
181
- "names; (2) grep for the symptoms (endpoint name, error "
182
- "string, component name); (3) read the specific files that "
183
- "match to confirm the root cause; (4) only then emit the "
184
- "final JSON. Every entry in affected_files must be a path you "
185
- "verified exists. likely_location must include a file path "
186
- "AND the function/line where the bug lives. Every repro_test "
187
- "must reference a real test file (read the existing test "
188
- "tree to pick the right home). open_questions should ONLY "
189
- "contain things you couldn't determine after reading the code "
190
- " not things you didn't bother to look up. 'high' confidence "
191
- "requires named function + verified repro path."
205
+ _EVIDENCE_DOCTRINE + "\n\n"
206
+ "PHASE 1 characterize the symptom and map the failing path. "
207
+ "This phase does NOT confirm a cause and does NOT fix anything; "
208
+ "it sets up the reproduction the next phase will run. Your "
209
+ "working directory is the project repo USE YOUR TOOLS (ls, "
210
+ "find, grep, read) to ground everything; do NOT guess paths or "
211
+ "function names. Workflow: (1) restate the REPORTED SYMPTOM "
212
+ "exactly the precise user action and the precise wrong result "
213
+ "(this is what must be reproduced; do not substitute a different "
214
+ "symptom). (2) Trace the execution path that action travels "
215
+ "(e.g. UI submit -> API route -> persistence -> reload query -> "
216
+ "render) and grep/read each hop so you know the real code. "
217
+ "(3) For EACH hop that could produce the reported result, record "
218
+ "a candidate_cause: a hypothesis, its null_hypothesis (this hop "
219
+ "works), and the falsification_test (the command/request whose "
220
+ "real output would disprove the null). (4) Propose repro_tests "
221
+ "that reproduce the REPORTED SYMPTOM (the user's action + the "
222
+ "user's wrong result), against a real test file. "
223
+ "Do NOT assert likely_location yet — leave it null unless a hop "
224
+ "is already contradicted by output you actually captured. "
225
+ "open_questions = only what you genuinely cannot determine. "
226
+ "confidence MUST be 'low' at this phase (nothing is reproduced "
227
+ "yet)."
192
228
  ),
193
229
  "output_contract": (
194
- "After your investigation, emit ONE final JSON OBJECT with "
195
- "keys: summary (str), affected_files (list of {path, "
196
- "reason}), likely_location (str file path + function/line), "
197
- "repro_tests (list of {name, file, rationale, language}), "
198
- "open_questions (list of str), confidence "
199
- "('low'|'medium'|'high')."
230
+ "Emit ONE final JSON OBJECT with keys: summary (str), "
231
+ "reported_symptom (str the exact user action and exact wrong "
232
+ "result, as the thing to reproduce), affected_files (list of "
233
+ "{path, reason} paths you verified exist), candidate_causes "
234
+ "(list of {hypothesis, null_hypothesis, falsification_test} — "
235
+ "the hops, each falsifiable), likely_location (str|null — null "
236
+ "unless already contradicted by captured output), repro_tests "
237
+ "(list of {name, file, rationale, language} — each reproduces "
238
+ "the reported symptom), open_questions (list of str), confidence "
239
+ "('low' for this phase)."
200
240
  ),
201
241
  "error_report": user_report,
202
242
  "workspace_root": str(repo_root),
@@ -251,7 +291,10 @@ def _loop_observe_and_resolve(
251
291
 
252
292
  state: dict[str, Any] = {
253
293
  "summary": analysis.get("summary"),
294
+ "reported_symptom": analysis.get("reported_symptom"),
254
295
  "affected_files": analysis.get("affected_files") or [],
296
+ "candidate_causes": analysis.get("candidate_causes") or [],
297
+ "evidence": [],
255
298
  "likely_location": analysis.get("likely_location"),
256
299
  "repro_tests": analysis.get("repro_tests") or [],
257
300
  "confidence": analysis.get("confidence"),
@@ -279,45 +322,57 @@ def _loop_observe_and_resolve(
279
322
  payload = {
280
323
  "task": "user_report_observability_combined_gate_loop",
281
324
  "instruction": (
282
- "Two co-equal gates must pass before this analysis is "
283
- "complete: (A) every open question is either ANSWERED "
284
- "(from code/tools) or marked DEFERRED (genuinely needs "
285
- "runtime info you cannot get from static inspection). "
286
- "(B) the bug is OBSERVED you wrote a repro test in "
287
- "the sandbox, ran it, and the captured output matches "
288
- "the reported failure pattern. The two gates feed each "
289
- "other: running the test often surfaces concrete data "
290
- "that answers an open question; answering a question "
291
- "often changes which test to write or how to run it. "
292
- "Look at the current state (analysis + open questions + "
293
- "last test result) and do the SINGLE most useful thing "
294
- "next: answer a question (with tools), edit or write "
295
- "the repro test (sandbox path provided), run the test "
296
- "(bash), or mark a question deferred. After that one "
297
- "action, evaluate and emit the updated state. You will "
298
- "be re-invoked with your updated state until BOTH gates "
299
- "pass do NOT try to do everything in one pass."
325
+ _EVIDENCE_DOCTRINE + "\n\n"
326
+ "PHASE 2 reproduce the reported symptom, then falsify "
327
+ "nulls with real output. Two co-equal gates must pass: "
328
+ "(A) every open question is either ANSWERED (with captured "
329
+ "output as evidence) or marked DEFERRED (genuinely needs "
330
+ "runtime info you cannot get statically). (B) the reported "
331
+ "symptom is OBSERVED you wrote a repro in the sandbox that "
332
+ "exercises the USER'S REPORTED ACTION and asserts the USER'S "
333
+ "REPORTED WRONG RESULT, you ran it, and the captured output "
334
+ "shows that exact failure reproducing against current code. "
335
+ "FIDELITY CHECK before you may set observed=true: does your "
336
+ "repro exercise the same action and assert the same result "
337
+ "the user reported? If it tests a different action or a "
338
+ "different result (e.g. the user reported 'saved data is "
339
+ "empty on reload' but your test checks an HTTP status code), "
340
+ "it is NOT a reproduction keep observed=false and fix the "
341
+ "repro. Once reproduced, disprove each candidate_cause's "
342
+ "null_hypothesis with a falsification test that produces real "
343
+ "output; only then may likely_location name that hop. "
344
+ "Do the SINGLE most useful next action (answer a question "
345
+ "with tools, write/edit the repro, run it, or defer a "
346
+ "question), then emit the updated state. You are re-invoked "
347
+ "until both gates pass — do NOT batch."
300
348
  ),
301
349
  "output_contract": (
302
350
  "Emit ONE final JSON OBJECT with the FULL updated state. "
303
351
  "Keys: summary (str — may revise as you learn), "
304
- "affected_files (list of {path, reason} may grow/"
305
- "shrink), likely_location (str), repro_tests (list of "
306
- "{name, file, rationale, language}), confidence "
307
- "('low'|'medium'|'high'), open_questions (list of str "
308
- " questions still unresolved this iteration), "
309
- "answered_questions (cumulative list of {question, "
310
- "answer, evidence}), deferred_questions (cumulative "
311
- "list of str — only questions genuinely needing runtime "
312
- "info), observed (bool true ONLY if you ran the repro "
313
- "test and the output matched the reported failure), "
314
- "repro_artifact_path (str|nullpath relative to "
315
- "workspace, e.g. '.devflow/observability/<id>/repro.py'), "
316
- "repro_run_command (str|null the bash command), "
317
- "repro_output (str|null captured stdout/stderr of "
318
- "the last test run, truncated to ~3000 chars), "
319
- "refinement_notes (str what you did this iteration "
320
- "and why)."
352
+ "reported_symptom (str the user's action + wrong result, "
353
+ "unchanged target of the reproduction), affected_files "
354
+ "(list of {path, reason}), candidate_causes (list of "
355
+ "{hypothesis, null_hypothesis, falsification_test, status: "
356
+ "'open'|'falsified'|'held'}), evidence (cumulative list of "
357
+ "{claim, command, output, kind: 'observed'|'inferred'} "
358
+ "every 'observed' item MUST carry the command and its real "
359
+ "output), likely_location (str|nullset ONLY once a hop's "
360
+ "null is falsified by captured output, else null), "
361
+ "repro_tests (list of {name, file, rationale, language}), "
362
+ "confidence ('low'|'medium'|'high''high' requires the "
363
+ "symptom reproduced AND a candidate's null falsified by "
364
+ "output), open_questions (list of str), answered_questions "
365
+ "(cumulative list of {question, answer, evidence}), "
366
+ "deferred_questions (cumulative list of str), observed (bool "
367
+ " true ONLY if your repro exercises the user's reported "
368
+ "action, asserts the user's reported wrong result, was run, "
369
+ "and the captured output shows that failure reproducing), "
370
+ "repro_artifact_path (str|null — e.g. "
371
+ "'.devflow/observability/<id>/repro.py'), repro_run_command "
372
+ "(str|null — the bash command), repro_output (str|null — "
373
+ "captured stdout/stderr of the last run, ~3000 chars), "
374
+ "refinement_notes (str — what you did this iteration and "
375
+ "why)."
321
376
  ),
322
377
  "current_state": state,
323
378
  "iteration": iteration,
@@ -363,10 +418,12 @@ def _loop_observe_and_resolve(
363
418
  # nature of answered_questions / deferred_questions defensively.
364
419
  prev_answered = state.get("answered_questions") or []
365
420
  prev_deferred = state.get("deferred_questions") or []
366
- for k in ("summary", "affected_files", "likely_location", "repro_tests",
367
- "confidence", "open_questions", "answered_questions",
368
- "deferred_questions", "observed", "repro_artifact_path",
369
- "repro_run_command", "repro_output", "refinement_notes"):
421
+ for k in ("summary", "reported_symptom", "affected_files",
422
+ "candidate_causes", "evidence", "likely_location",
423
+ "repro_tests", "confidence", "open_questions",
424
+ "answered_questions", "deferred_questions", "observed",
425
+ "repro_artifact_path", "repro_run_command", "repro_output",
426
+ "refinement_notes"):
370
427
  if k in parsed:
371
428
  state[k] = parsed[k]
372
429
  # Defensive: never let the model shrink the cumulative lists.
@@ -268,6 +268,7 @@ def resolve_api_tier_request_overrides(
268
268
  resolved_cfg = cfg if cfg is not None else _load_global_llm_cfg()
269
269
  overrides: dict[str, Any] = {
270
270
  "transport": "api",
271
+ "provider_mode": "provider_api",
271
272
  }
272
273
  if normalized_tier == "light":
273
274
  # Light is always sourced from Supabase as canonical.
@@ -297,19 +298,17 @@ def resolve_api_tier_request_overrides(
297
298
  overrides["strength"] = strength_override or "strong"
298
299
  return overrides
299
300
 
300
- # ultra_light
301
- tier_cfg = _tier_config("ultra_light", resolved_cfg)
302
- if tier_cfg:
303
- provider = _normalize_provider_name(
304
- str(tier_cfg.get("apiProvider") or tier_cfg.get("provider") or "").strip()
305
- )
306
- model = str(tier_cfg.get("apiModel") or tier_cfg.get("model") or "").strip() or None
307
- if provider:
308
- overrides["provider"] = provider
309
- if model:
310
- overrides["model"] = model
311
- return overrides
312
- overrides["strength"] = strength_override or "ultra_light"
301
+ # ultra_light: cheapest/fastest tier; defaults to local ollama llama3.2
302
+ # unless explicitly overridden via flat cfg keys.
303
+ provider = _normalize_provider_name(
304
+ str(resolved_cfg.get("llm_api_ultra_light_provider") or "").strip()
305
+ ) or "ollama"
306
+ model = (
307
+ str(resolved_cfg.get("llm_api_ultra_light_model_default") or "").strip()
308
+ or "llama3.2"
309
+ )
310
+ overrides["provider"] = provider
311
+ overrides["model"] = model
313
312
  return overrides
314
313
 
315
314
 
@@ -713,6 +712,7 @@ class LlmInvocationRequest:
713
712
  delivery: str | None = None
714
713
  provider: str | None = None
715
714
  model: str | None = None
715
+ provider_mode: str | None = None
716
716
 
717
717
 
718
718
  @dataclass(frozen=True)
@@ -745,6 +745,7 @@ class LlmInvocationResult:
745
745
  prompt_artifact_count: int = 0
746
746
  cli_cwd: Path | None = None
747
747
  used_sanitized_cli_cwd: bool = False
748
+ provider_mode: str | None = None
748
749
 
749
750
 
750
751
  @dataclass(frozen=True)
@@ -492,6 +492,28 @@ CREATE TABLE IF NOT EXISTS source_doc_mutation_queue (
492
492
  CREATE INDEX IF NOT EXISTS idx_source_doc_mutation_queue_project_status_created_at
493
493
  ON source_doc_mutation_queue(project_id, status, created_at);
494
494
 
495
+ CREATE TABLE IF NOT EXISTS quick_action_queue (
496
+ quick_action_queue_id TEXT PRIMARY KEY,
497
+ project_id TEXT,
498
+ enqueue_run_id TEXT NOT NULL,
499
+ title TEXT NOT NULL,
500
+ quick_action_payload_path TEXT NOT NULL,
501
+ status TEXT NOT NULL,
502
+ claimed_by_worker_id TEXT,
503
+ claimed_at INTEGER,
504
+ started_run_id TEXT,
505
+ finished_run_id TEXT,
506
+ failure_message TEXT,
507
+ failure_context_json TEXT,
508
+ created_at INTEGER NOT NULL,
509
+ updated_at INTEGER NOT NULL,
510
+ FOREIGN KEY(project_id) REFERENCES projects(project_id),
511
+ FOREIGN KEY(enqueue_run_id) REFERENCES runs(run_id)
512
+ );
513
+
514
+ CREATE INDEX IF NOT EXISTS idx_quick_action_queue_project_status_created_at
515
+ ON quick_action_queue(project_id, status, created_at);
516
+
495
517
  CREATE TABLE IF NOT EXISTS recovery_queue (
496
518
  recovery_queue_id TEXT PRIMARY KEY,
497
519
  project_id TEXT,
@@ -766,6 +788,20 @@ class ExecutionStore:
766
788
  indexes=["CREATE INDEX IF NOT EXISTS idx_integration_queue_project_status_created_at ON integration_queue(project_id, status, created_at);"]
767
789
  )
768
790
 
791
+ def _ensure_quick_action_queue_schema(self, conn: sqlite3.Connection) -> None:
792
+ self._ensure_project_queue_schema(
793
+ conn,
794
+ table="quick_action_queue",
795
+ required=[
796
+ ("quick_action_queue_id", "TEXT"), ("project_id", "TEXT"), ("enqueue_run_id", "TEXT NOT NULL DEFAULT ''"),
797
+ ("title", "TEXT NOT NULL DEFAULT ''"), ("quick_action_payload_path", "TEXT NOT NULL DEFAULT ''"),
798
+ ("status", "TEXT NOT NULL DEFAULT 'queued'"), ("claimed_by_worker_id", "TEXT"), ("claimed_at", "INTEGER"),
799
+ ("started_run_id", "TEXT"), ("finished_run_id", "TEXT"), ("failure_message", "TEXT"), ("failure_context_json", "TEXT"),
800
+ ("created_at", "INTEGER NOT NULL DEFAULT 0"), ("updated_at", "INTEGER NOT NULL DEFAULT 0"),
801
+ ],
802
+ indexes=["CREATE INDEX IF NOT EXISTS idx_quick_action_queue_project_status_created_at ON quick_action_queue(project_id, status, created_at);"],
803
+ )
804
+
769
805
  def _ensure_story_queue_schema(self, conn: sqlite3.Connection) -> None:
770
806
  self._ensure_project_queue_schema(
771
807
  conn,
@@ -946,6 +982,7 @@ class ExecutionStore:
946
982
  self._ensure_error_tasks_schema(conn)
947
983
  self._ensure_story_queue_schema(conn)
948
984
  self._ensure_integration_queue_schema(conn)
985
+ self._ensure_quick_action_queue_schema(conn)
949
986
  self._ensure_project_workers_schema(conn)
950
987
  self._ensure_task_queue_schema(conn)
951
988
  # Seed meta row if empty.
@@ -2438,6 +2475,39 @@ class ExecutionStore:
2438
2475
  )
2439
2476
  return source_doc_mutation_queue_id
2440
2477
 
2478
+ def enqueue_quick_action_task(
2479
+ self,
2480
+ *,
2481
+ project_id: str | None,
2482
+ enqueue_run_id: str,
2483
+ title: str,
2484
+ quick_action_payload_path: str,
2485
+ ) -> str:
2486
+ quick_action_queue_id = str(uuid.uuid4())
2487
+ now = int(time.time())
2488
+ with self._connect() as conn:
2489
+ repo_row = conn.execute("SELECT repo_root FROM runs WHERE run_id=?", (enqueue_run_id,)).fetchone()
2490
+ repo_root = None if repo_row is None or not repo_row["repo_root"] else Path(str(repo_row["repo_root"]))
2491
+ resolved_project_id = self._resolve_project_id_for_queue_insert(conn, project_id=project_id, repo_root=repo_root)
2492
+ conn.execute(
2493
+ (
2494
+ "INSERT INTO quick_action_queue("
2495
+ "quick_action_queue_id, project_id, enqueue_run_id, title, quick_action_payload_path, status, created_at, updated_at"
2496
+ ") VALUES(?,?,?,?,?,?,?,?)"
2497
+ ),
2498
+ (
2499
+ quick_action_queue_id,
2500
+ resolved_project_id,
2501
+ enqueue_run_id,
2502
+ title,
2503
+ quick_action_payload_path,
2504
+ "queued",
2505
+ now,
2506
+ now,
2507
+ ),
2508
+ )
2509
+ return quick_action_queue_id
2510
+
2441
2511
  def enqueue_recovery_task(
2442
2512
  self,
2443
2513
  *,
@@ -2715,6 +2785,26 @@ class ExecutionStore:
2715
2785
  if worker is None:
2716
2786
  raise RuntimeError(f"worker not active for project_id={project_id}")
2717
2787
 
2788
+ quick_action_row = conn.execute(
2789
+ "SELECT quick_action_queue_id, enqueue_run_id FROM quick_action_queue WHERE project_id=? AND status='queued' ORDER BY created_at ASC LIMIT 1",
2790
+ (project_id,),
2791
+ ).fetchone()
2792
+ if quick_action_row is not None:
2793
+ conn.execute(
2794
+ "UPDATE quick_action_queue SET status='claimed', claimed_by_worker_id=?, claimed_at=?, updated_at=? WHERE quick_action_queue_id=?",
2795
+ (worker_id, now, now, quick_action_row["quick_action_queue_id"]),
2796
+ )
2797
+ conn.execute(
2798
+ "UPDATE project_workers SET status='running', active_queue_type='quick_action', active_item_id=?, current_run_id=?, current_node_exec_id=NULL, updated_at=? WHERE worker_id=?",
2799
+ (quick_action_row["quick_action_queue_id"], quick_action_row["enqueue_run_id"], now, worker_id),
2800
+ )
2801
+ return {
2802
+ "queue_type": "quick_action",
2803
+ "item_id": quick_action_row["quick_action_queue_id"],
2804
+ "run_id": quick_action_row["enqueue_run_id"],
2805
+ "current_node_exec_id": None,
2806
+ }
2807
+
2718
2808
  # Role-aware claim:
2719
2809
  # - role='analyst' → only claim 'open' user_report rows
2720
2810
  # (pure observability work; fix runs in a separate
@@ -3203,6 +3293,14 @@ class ExecutionStore:
3203
3293
  "UPDATE idea_queue SET status=?, finished_run_id=COALESCE(?, finished_run_id), failure_message=COALESCE(?, failure_message), failure_context_json=COALESCE(?, failure_context_json), updated_at=? WHERE idea_queue_id=?",
3204
3294
  (status, current_run_id, failure_message, json.dumps(failure_context, sort_keys=True) if failure_context is not None else None, now, item_id),
3205
3295
  )
3296
+ elif queue_type == "quick_action":
3297
+ conn.execute(
3298
+ (
3299
+ "UPDATE quick_action_queue SET status=?, finished_run_id=COALESCE(?, finished_run_id), "
3300
+ "failure_message=COALESCE(?, failure_message), failure_context_json=COALESCE(?, failure_context_json), updated_at=? WHERE quick_action_queue_id=?"
3301
+ ),
3302
+ (status, current_run_id, failure_message, json.dumps(failure_context, sort_keys=True) if failure_context is not None else None, now, item_id),
3303
+ )
3206
3304
  elif queue_type == "story":
3207
3305
  conn.execute(
3208
3306
  (
@@ -3501,6 +3599,25 @@ class ExecutionStore:
3501
3599
  payload["failure_context"] = None
3502
3600
  return payload
3503
3601
 
3602
+ def get_quick_action_queue_item(self, *, quick_action_queue_id: str) -> dict[str, Any] | None:
3603
+ with self._connect() as conn:
3604
+ row = conn.execute(
3605
+ (
3606
+ "SELECT quick_action_queue_id, project_id, enqueue_run_id, title, quick_action_payload_path, status, "
3607
+ "claimed_by_worker_id, claimed_at, started_run_id, finished_run_id, failure_message, failure_context_json, created_at, updated_at "
3608
+ "FROM quick_action_queue WHERE quick_action_queue_id=?"
3609
+ ),
3610
+ (quick_action_queue_id,),
3611
+ ).fetchone()
3612
+ if row is None:
3613
+ return None
3614
+ payload = dict(row)
3615
+ try:
3616
+ payload["failure_context"] = json.loads(str(payload.get("failure_context_json") or "")) if payload.get("failure_context_json") else None
3617
+ except Exception:
3618
+ payload["failure_context"] = None
3619
+ return payload
3620
+
3504
3621
  def list_failed_scope_queue_items(self, *, project_id: str, limit: int = 20) -> list[dict[str, Any]]:
3505
3622
  with self._connect() as conn:
3506
3623
  rows = conn.execute(
@@ -45,6 +45,7 @@ def _queue_label(queue_type: str | None) -> str:
45
45
  return {
46
46
  'error': 'Errors',
47
47
  'recovery': 'Recovery',
48
+ 'quick_action': 'Quick actions',
48
49
  'scope': 'Scopes',
49
50
  'idea_creation': 'Idea creation',
50
51
  'idea': 'Ideas',
@@ -129,6 +130,13 @@ def _load_source_doc_mutation_payload(*, store: ExecutionStore, source_doc_mutat
129
130
  return item
130
131
 
131
132
 
133
+ def _load_quick_action_payload(*, store: ExecutionStore, quick_action_queue_id: str) -> dict[str, Any]:
134
+ item = store.get_quick_action_queue_item(quick_action_queue_id=quick_action_queue_id)
135
+ if item is None:
136
+ raise ValueError(f"quick_action_queue_id not found: {quick_action_queue_id}")
137
+ return item
138
+
139
+
132
140
  def _load_integration_payload(*, store: ExecutionStore, integration_queue_id: str) -> dict[str, Any]:
133
141
  item = store.get_integration_queue_item(integration_queue_id=integration_queue_id)
134
142
  if item is None:
@@ -254,6 +262,12 @@ def _build_story_churn_state(
254
262
 
255
263
  def _peek_next_queue_type(*, project_id: str, store: ExecutionStore) -> str | None:
256
264
  with store._connect() as conn:
265
+ quick_action_row = conn.execute(
266
+ "SELECT quick_action_queue_id FROM quick_action_queue WHERE project_id=? AND status='queued' ORDER BY created_at ASC LIMIT 1",
267
+ (project_id,),
268
+ ).fetchone()
269
+ if quick_action_row is not None:
270
+ return 'quick_action'
257
271
  error_row = conn.execute(
258
272
  "SELECT error_task_id FROM error_tasks WHERE project_id=? AND status IN ('open','triaged') ORDER BY created_at ASC LIMIT 1",
259
273
  (project_id,),
@@ -546,7 +560,43 @@ def process_once(
546
560
  return WorkerStartResult(project_id=project_id, worker_id=worker_id, processed=None, report=report)
547
561
 
548
562
  processed = {"queue_type": claimed["queue_type"], "item_id": claimed["item_id"]}
549
- if claimed["queue_type"] == "recovery":
563
+ if claimed["queue_type"] == "quick_action":
564
+ item = _load_quick_action_payload(store=store, quick_action_queue_id=str(claimed["item_id"]))
565
+ run = store.start_run(
566
+ kind="worker.quick_action",
567
+ repo_root=repo_root,
568
+ args={
569
+ "project_id": project_id,
570
+ "quick_action_queue_id": item["quick_action_queue_id"],
571
+ "title": item["title"],
572
+ "payload_path": item["quick_action_payload_path"],
573
+ },
574
+ )
575
+ active_run_id = run.run_id
576
+ store.update_project_worker_context(worker_id=worker_id, current_run_id=run.run_id, current_node_exec_id=None)
577
+ with store._connect() as conn:
578
+ conn.execute(
579
+ "UPDATE quick_action_queue SET status='in_progress', started_run_id=?, updated_at=? WHERE quick_action_queue_id=?",
580
+ (run.run_id, int(time.time()), item["quick_action_queue_id"]),
581
+ )
582
+ failure_message = "quick_action worker executor is not implemented"
583
+ store.mark_run_finished(run_id=run.run_id, status="blocked")
584
+ store.complete_project_queue_item(
585
+ project_id=project_id,
586
+ worker_id=worker_id,
587
+ queue_type="quick_action",
588
+ item_id=str(claimed["item_id"]),
589
+ status="blocked",
590
+ current_run_id=run.run_id,
591
+ failure_message=failure_message,
592
+ failure_context={
593
+ "quick_action_payload_path": str(item.get("quick_action_payload_path") or ""),
594
+ "required_next_step": "Implement quick_action executor or route this payload to the iterate lane.",
595
+ },
596
+ )
597
+ processed["status"] = "blocked"
598
+ processed["failure_message"] = failure_message
599
+ elif claimed["queue_type"] == "recovery":
550
600
  item = _load_recovery_payload(store=store, recovery_queue_id=str(claimed["item_id"]))
551
601
  run = store.start_run(
552
602
  kind="worker.recovery",