devflow-engine 1.0.0__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 (1138) hide show
  1. devflow_engine-1.0.0/.github/workflows/devflow-enforce.yml +38 -0
  2. devflow_engine-1.0.0/.gitignore +18 -0
  3. devflow_engine-1.0.0/.pi/agents/filemaker-expert/filemaker-expert.md +49 -0
  4. devflow_engine-1.0.0/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +69 -0
  5. devflow_engine-1.0.0/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +145 -0
  6. devflow_engine-1.0.0/.pi/npm/.gitignore +2 -0
  7. devflow_engine-1.0.0/.pi/settings.json +9 -0
  8. devflow_engine-1.0.0/.pi-lens/cache/session-start-guidance.json +1 -0
  9. devflow_engine-1.0.0/.pi-lens/cache/session-start-guidance.meta.json +3 -0
  10. devflow_engine-1.0.0/.pi-lens/cache/todo-baseline.json +3 -0
  11. devflow_engine-1.0.0/.pi-lens/cache/todo-baseline.meta.json +3 -0
  12. devflow_engine-1.0.0/PKG-INFO +235 -0
  13. devflow_engine-1.0.0/README.md +207 -0
  14. devflow_engine-1.0.0/ai_docs/context/source_docs/assumptions_registry.json +412 -0
  15. devflow_engine-1.0.0/ai_docs/context/source_docs/domain_entities.json +5 -0
  16. devflow_engine-1.0.0/ai_docs/context/source_docs/product_brief.json +14 -0
  17. devflow_engine-1.0.0/ai_docs/context/source_docs/user_workflows.json +7 -0
  18. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +38 -0
  19. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +76 -0
  20. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +276 -0
  21. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +246 -0
  22. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +831 -0
  23. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +799 -0
  24. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +829 -0
  25. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +548 -0
  26. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +91 -0
  27. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +335 -0
  28. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +174 -0
  29. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +436 -0
  30. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +489 -0
  31. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/architecture.md +187 -0
  32. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +201 -0
  33. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/index.md +9 -0
  34. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/prd.md +179 -0
  35. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/project_charter.md +111 -0
  36. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/ux_design.md +261 -0
  37. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +46 -0
  38. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +39 -0
  39. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +48 -0
  40. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1002_production_pipeline_story_entrypoint.md +45 -0
  41. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +43 -0
  42. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +50 -0
  43. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1030_registry_db_perfect_registration.md +53 -0
  44. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1031_init_dedupe_and_strict_refactor.md +56 -0
  45. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +55 -0
  46. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +62 -0
  47. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +55 -0
  48. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +53 -0
  49. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +62 -0
  50. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +63 -0
  51. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +68 -0
  52. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +52 -0
  53. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +53 -0
  54. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +61 -0
  55. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +59 -0
  56. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +68 -0
  57. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +76 -0
  58. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +53 -0
  59. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.1_execution-store_sqlite-bootstrap.md +99 -0
  60. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.2_execution-store_schema_core-tables.md +157 -0
  61. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.3_execution-store_run-lifecycle-persistence.md +76 -0
  62. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.4_execution-store_node-execution-persistence.md +67 -0
  63. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.5_execution-store_artifacts-errors-review-packets.md +86 -0
  64. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.6_logging_layout_correlation-ids_tool-logs.md +94 -0
  65. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +63 -0
  66. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +66 -0
  67. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +72 -0
  68. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +60 -0
  69. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +77 -0
  70. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-502_repo-analysis-capture-evidence.md +97 -0
  71. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-503_generate-baseline-draft-stories-per-plane.md +77 -0
  72. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-504_draft-storage-provenance-and-non-canonical-separation.md +71 -0
  73. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-505_promote-drafts-to-canonical-with-traceability.md +86 -0
  74. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-506_review-and-diff-drafts-vs-canonical.md +63 -0
  75. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/DF2-IMPL-620_genai_workflow_engine_conversion.md +54 -0
  76. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +78 -0
  77. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +68 -0
  78. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +77 -0
  79. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +98 -0
  80. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +67 -0
  81. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +69 -0
  82. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +70 -0
  83. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +106 -0
  84. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +94 -0
  85. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +52 -0
  86. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-902_preflight-check-catalog-and-config.md +41 -0
  87. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +44 -0
  88. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +45 -0
  89. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +45 -0
  90. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-906_preflight-scenarios-respect-story-planes.md +45 -0
  91. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-907_parallel-batch-run-and-summary.md +45 -0
  92. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-908_node-devflow-parity-preflight-json.md +40 -0
  93. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +62 -0
  94. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +66 -0
  95. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-501_idea-init-and-structure.md +89 -0
  96. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-507_list-and-inspect-ideas-analyses-drafts.md +64 -0
  97. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-508_link-idea-artifacts-to-execution-runs.md +61 -0
  98. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +61 -0
  99. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +97 -0
  100. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +73 -0
  101. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.1_review-packet_schema-and-loader.md +99 -0
  102. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.2_review-runner_core-workflow.md +102 -0
  103. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.3_review-findings_persistence_execution-store.md +100 -0
  104. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.4_remediation-run-spec_generation.md +85 -0
  105. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.5_security-and-safety_review-policies.md +87 -0
  106. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.6_contract-compliance-and-soundness_checks.md +86 -0
  107. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.7_cli-review-command_and_artifacts.md +80 -0
  108. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.2_error-queue_claiming-concurrency.md +79 -0
  109. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.4_remediation-runs_model-and-linkage.md +75 -0
  110. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.5_error-solver_workflow-orchestration.md +114 -0
  111. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.6_github-issues_ingestion-watcher.md +86 -0
  112. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.7_execution-errors_to_error-tasks-ingestion.md +81 -0
  113. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.8_error-cli_minimal-commands.md +72 -0
  114. devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.9_node-devflow-semantics_compatibility.md +67 -0
  115. devflow_engine-1.0.0/docs/agent-command-surface-v0.02.md +67 -0
  116. devflow_engine-1.0.0/docs/control-plane-source-of-truth-sketch.md +170 -0
  117. devflow_engine-1.0.0/docs/devflow-queue-ops-skill-tree.md +134 -0
  118. devflow_engine-1.0.0/docs/devflow-skill-overlays.md +42 -0
  119. devflow_engine-1.0.0/docs/devflow-skill-registry-spec.md +383 -0
  120. devflow_engine-1.0.0/docs/devin-ideation-source-docs.md +351 -0
  121. devflow_engine-1.0.0/docs/devin-intake-ideation-boundary.md +74 -0
  122. devflow_engine-1.0.0/docs/doctor-recovery-error-solving-contract.md +168 -0
  123. devflow_engine-1.0.0/docs/doctor-recovery-error-solving-gap-analysis.md +138 -0
  124. devflow_engine-1.0.0/docs/error-solving-dag-note.md +84 -0
  125. devflow_engine-1.0.0/docs/evals/source-doc-sparse-input-eval.md +173 -0
  126. devflow_engine-1.0.0/docs/evals/source-doc-targeted-mutation-eval.md +138 -0
  127. devflow_engine-1.0.0/docs/llm-input-primitives-v0.02.md +75 -0
  128. devflow_engine-1.0.0/docs/llm-invocation-architecture.md +282 -0
  129. devflow_engine-1.0.0/docs/project-doc-agent-contracts.md +130 -0
  130. devflow_engine-1.0.0/docs/project-doc-cross-reference-rules.md +72 -0
  131. devflow_engine-1.0.0/docs/project-doc-richness-contract.md +156 -0
  132. devflow_engine-1.0.0/docs/prompts/anti-patterns.md +42 -0
  133. devflow_engine-1.0.0/docs/prompts/devin-agent-prompt.md +55 -0
  134. devflow_engine-1.0.0/docs/prompts/devin2-agent-prompt.md +81 -0
  135. devflow_engine-1.0.0/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +85 -0
  136. devflow_engine-1.0.0/docs/queue-worker-infra.md +268 -0
  137. devflow_engine-1.0.0/docs/recovery-dag-contract.md +76 -0
  138. devflow_engine-1.0.0/docs/registry-doctrine.md +108 -0
  139. devflow_engine-1.0.0/docs/scope-idea-agentification.md +40 -0
  140. devflow_engine-1.0.0/docs/source-doc-coherence-node-contract.md +90 -0
  141. devflow_engine-1.0.0/docs/source-doc-mutation-acceptance-matrix.md +150 -0
  142. devflow_engine-1.0.0/docs/source-doc-mutation-real-eval.md +120 -0
  143. devflow_engine-1.0.0/docs/source-doc-mutation-support-index-contract.md +56 -0
  144. devflow_engine-1.0.0/docs/source-doc-section-agent-contracts.md +191 -0
  145. devflow_engine-1.0.0/docs/source-doc-section-richness-contract.md +309 -0
  146. devflow_engine-1.0.0/docs/source-to-project-doc-impact-map.md +142 -0
  147. devflow_engine-1.0.0/docs/source-to-project-doc-reference-map.md +160 -0
  148. devflow_engine-1.0.0/docs/story-implementation-planning-node.md +276 -0
  149. devflow_engine-1.0.0/docs/support/source_doc_mutation/cross_sourceXproject.json +26 -0
  150. devflow_engine-1.0.0/docs/support/source_doc_mutation/internal_project.json +33 -0
  151. devflow_engine-1.0.0/docs/support/source_doc_mutation/internal_source.json +50 -0
  152. devflow_engine-1.0.0/docs/ui-grounding-curtis-medium-tier-doctrine.md +274 -0
  153. devflow_engine-1.0.0/docs/ui-grounding-curtis-structural-integration-note.md +135 -0
  154. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +165 -0
  155. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +174 -0
  156. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +9 -0
  157. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +238 -0
  158. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +102 -0
  159. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +200 -0
  160. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +256 -0
  161. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +22 -0
  162. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +24 -0
  163. devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +26 -0
  164. devflow_engine-1.0.0/evals/20260322T195349Z/eval_manifest.json +48 -0
  165. devflow_engine-1.0.0/evals/20260322T195349Z/indexes/project_docs_index.json +116 -0
  166. devflow_engine-1.0.0/evals/20260322T195349Z/indexes/source_docs_index.json +66 -0
  167. devflow_engine-1.0.0/evals/20260322T195349Z/metrics/completeness.json +59 -0
  168. devflow_engine-1.0.0/evals/20260322T195349Z/metrics/quality.json +59 -0
  169. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +142 -0
  170. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +149 -0
  171. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +9 -0
  172. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +216 -0
  173. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +78 -0
  174. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +190 -0
  175. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +81 -0
  176. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +65 -0
  177. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +57 -0
  178. devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +82 -0
  179. devflow_engine-1.0.0/evals/20260322T211128Z/eval_manifest.json +48 -0
  180. devflow_engine-1.0.0/evals/20260322T211128Z/indexes/project_docs_index.json +114 -0
  181. devflow_engine-1.0.0/evals/20260322T211128Z/indexes/source_docs_index.json +74 -0
  182. devflow_engine-1.0.0/evals/20260322T211128Z/metrics/completeness.json +59 -0
  183. devflow_engine-1.0.0/evals/20260322T211128Z/metrics/quality.json +59 -0
  184. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +202 -0
  185. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +206 -0
  186. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +9 -0
  187. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +274 -0
  188. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +97 -0
  189. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +245 -0
  190. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +503 -0
  191. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +116 -0
  192. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +61 -0
  193. devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +106 -0
  194. devflow_engine-1.0.0/evals/20260322T214046Z/eval_manifest.json +48 -0
  195. devflow_engine-1.0.0/evals/20260322T214046Z/indexes/project_docs_index.json +107 -0
  196. devflow_engine-1.0.0/evals/20260322T214046Z/indexes/source_docs_index.json +82 -0
  197. devflow_engine-1.0.0/evals/20260322T214046Z/metrics/completeness.json +62 -0
  198. devflow_engine-1.0.0/evals/20260322T214046Z/metrics/quality.json +62 -0
  199. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +187 -0
  200. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +201 -0
  201. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +9 -0
  202. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +179 -0
  203. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +111 -0
  204. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +261 -0
  205. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +127 -0
  206. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +14 -0
  207. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +14 -0
  208. devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +15 -0
  209. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/architecture.md +202 -0
  210. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +206 -0
  211. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/index.md +9 -0
  212. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/prd.md +274 -0
  213. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/project_charter.md +97 -0
  214. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/ux_design.md +245 -0
  215. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +503 -0
  216. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +116 -0
  217. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/product_brief.json +61 -0
  218. devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +106 -0
  219. devflow_engine-1.0.0/evals/20260322T223518Z/eval_manifest.json +87 -0
  220. devflow_engine-1.0.0/evals/20260322T223518Z/indexes/project_docs_index.json +93 -0
  221. devflow_engine-1.0.0/evals/20260322T223518Z/indexes/source_docs_index.json +78 -0
  222. devflow_engine-1.0.0/evals/20260322T223518Z/matrices/accuracy.json +59 -0
  223. devflow_engine-1.0.0/evals/20260322T223518Z/matrices/appropriate_update.json +58 -0
  224. devflow_engine-1.0.0/evals/20260322T223518Z/matrices/thoroughness.json +58 -0
  225. devflow_engine-1.0.0/evals/20260322T223518Z/metrics/completeness.json +57 -0
  226. devflow_engine-1.0.0/evals/20260322T223518Z/metrics/quality.json +57 -0
  227. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +264 -0
  228. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +36 -0
  229. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +261 -0
  230. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +73 -0
  231. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +77 -0
  232. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +43 -0
  233. devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +36 -0
  234. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +262 -0
  235. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +36 -0
  236. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +259 -0
  237. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +69 -0
  238. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +77 -0
  239. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +43 -0
  240. devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +37 -0
  241. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +262 -0
  242. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +36 -0
  243. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +259 -0
  244. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +69 -0
  245. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +77 -0
  246. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +41 -0
  247. devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +35 -0
  248. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +167 -0
  249. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
  250. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +164 -0
  251. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +59 -0
  252. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
  253. devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +35 -0
  254. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +215 -0
  255. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
  256. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +212 -0
  257. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +57 -0
  258. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
  259. devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +35 -0
  260. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +215 -0
  261. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
  262. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +212 -0
  263. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +57 -0
  264. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
  265. devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +36 -0
  266. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +212 -0
  267. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
  268. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +209 -0
  269. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +53 -0
  270. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
  271. devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +36 -0
  272. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +185 -0
  273. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  274. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  275. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  276. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +35 -0
  277. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
  278. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
  279. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
  280. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +35 -0
  281. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +44 -0
  282. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
  283. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +24 -0
  284. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +35 -0
  285. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +173 -0
  286. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  287. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  288. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  289. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +35 -0
  290. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +46 -0
  291. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
  292. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +26 -0
  293. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
  294. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
  295. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
  296. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
  297. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +35 -0
  298. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +216 -0
  299. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  300. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  301. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  302. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +35 -0
  303. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
  304. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
  305. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
  306. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
  307. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
  308. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
  309. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +34 -0
  310. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
  311. devflow_engine-1.0.0/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 +371 -0
  312. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
  313. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +35 -0
  314. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +43 -0
  315. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +43 -0
  316. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +196 -0
  317. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  318. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +86 -0
  319. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_activation_decision.json +175 -0
  320. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +78 -0
  321. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  322. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +131 -0
  323. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  324. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +39 -0
  325. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
  326. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
  327. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
  328. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
  329. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +58 -0
  330. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
  331. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
  332. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
  333. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
  334. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +124 -0
  335. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
  336. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
  337. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +58 -0
  338. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
  339. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
  340. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +179 -0
  341. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  342. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  343. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  344. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  345. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  346. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  347. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
  348. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
  349. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
  350. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
  351. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
  352. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
  353. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +86 -0
  354. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +9 -0
  355. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
  356. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +40 -0
  357. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
  358. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +38 -0
  359. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
  360. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  361. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +90 -0
  362. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
  363. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  364. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
  365. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  366. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
  367. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
  368. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
  369. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
  370. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
  371. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
  372. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +92 -0
  373. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
  374. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
  375. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
  376. devflow_engine-1.0.0/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 +92 -0
  377. devflow_engine-1.0.0/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 +53 -0
  378. devflow_engine-1.0.0/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 +371 -0
  379. devflow_engine-1.0.0/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 +93 -0
  380. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
  381. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
  382. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +43 -0
  383. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +43 -0
  384. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +194 -0
  385. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  386. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  387. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  388. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  389. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  390. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  391. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
  392. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +47 -0
  393. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
  394. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
  395. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
  396. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +40 -0
  397. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +27 -0
  398. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
  399. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
  400. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
  401. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +74 -0
  402. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
  403. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +119 -0
  404. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
  405. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +38 -0
  406. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +179 -0
  407. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  408. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  409. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  410. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  411. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  412. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  413. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
  414. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
  415. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
  416. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
  417. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
  418. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
  419. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +86 -0
  420. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +9 -0
  421. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
  422. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +40 -0
  423. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
  424. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +38 -0
  425. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
  426. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  427. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  428. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
  429. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  430. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
  431. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  432. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
  433. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
  434. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
  435. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
  436. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
  437. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
  438. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +94 -0
  439. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
  440. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
  441. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
  442. devflow_engine-1.0.0/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 +86 -0
  443. devflow_engine-1.0.0/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 +55 -0
  444. devflow_engine-1.0.0/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 +371 -0
  445. devflow_engine-1.0.0/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 +97 -0
  446. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
  447. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
  448. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +43 -0
  449. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +43 -0
  450. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +195 -0
  451. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  452. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +90 -0
  453. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  454. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  455. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  456. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  457. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
  458. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +47 -0
  459. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
  460. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +76 -0
  461. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
  462. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +122 -0
  463. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +27 -0
  464. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
  465. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
  466. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
  467. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +121 -0
  468. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
  469. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
  470. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +55 -0
  471. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
  472. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
  473. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +23 -0
  474. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +23 -0
  475. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +195 -0
  476. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  477. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  478. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  479. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  480. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  481. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  482. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
  483. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
  484. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
  485. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
  486. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
  487. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +40 -0
  488. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
  489. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
  490. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
  491. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
  492. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +121 -0
  493. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
  494. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
  495. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +55 -0
  496. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
  497. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
  498. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +178 -0
  499. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  500. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  501. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
  502. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  503. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
  504. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  505. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
  506. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
  507. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
  508. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
  509. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
  510. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
  511. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +74 -0
  512. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
  513. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +119 -0
  514. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
  515. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +37 -0
  516. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
  517. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
  518. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
  519. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
  520. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
  521. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
  522. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
  523. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
  524. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
  525. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
  526. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
  527. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
  528. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
  529. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +94 -0
  530. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
  531. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
  532. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
  533. devflow_engine-1.0.0/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 +92 -0
  534. devflow_engine-1.0.0/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 +53 -0
  535. devflow_engine-1.0.0/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 +371 -0
  536. devflow_engine-1.0.0/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 +93 -0
  537. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
  538. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
  539. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +43 -0
  540. devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +43 -0
  541. devflow_engine-1.0.0/evals/project_bootstrap/dataset.yaml +97 -0
  542. devflow_engine-1.0.0/evals/project_bootstrap/run_eval.py +716 -0
  543. devflow_engine-1.0.0/evals/project_bootstrap/schema.md +99 -0
  544. devflow_engine-1.0.0/playground/evals/source-doc-sparse-input-scenario.json +9 -0
  545. devflow_engine-1.0.0/playground/evals/source-doc-targeted-mutation-scenario.json +10 -0
  546. devflow_engine-1.0.0/playground/ideation_arm_playground.py +239 -0
  547. devflow_engine-1.0.0/playground/ideation_scenarios_template.json +19 -0
  548. devflow_engine-1.0.0/playground/iterate_arm_playground.py +669 -0
  549. devflow_engine-1.0.0/playground/run_ideation_arm_scenarios.py +67 -0
  550. devflow_engine-1.0.0/playground/run_iterate_scenarios.sh +12 -0
  551. devflow_engine-1.0.0/playground/source_doc_mutation_eval.py +116 -0
  552. devflow_engine-1.0.0/prompts/devin/generic/prompt.md +6 -0
  553. devflow_engine-1.0.0/prompts/devin/ideation/prompt.md +263 -0
  554. devflow_engine-1.0.0/prompts/devin/ideation/scenarios.md +5 -0
  555. devflow_engine-1.0.0/prompts/devin/ideation_loop/prompt.md +6 -0
  556. devflow_engine-1.0.0/prompts/devin/insight/prompt.md +11 -0
  557. devflow_engine-1.0.0/prompts/devin/insight/scenarios.md +5 -0
  558. devflow_engine-1.0.0/prompts/devin/intake/prompt.md +15 -0
  559. devflow_engine-1.0.0/prompts/devin/iterate/prompt.md +12 -0
  560. devflow_engine-1.0.0/prompts/devin/shared/eval_doctrine.md +9 -0
  561. devflow_engine-1.0.0/prompts/devin/shared/principles.md +246 -0
  562. devflow_engine-1.0.0/prompts/devin_eval/assessment/prompt.md +18 -0
  563. devflow_engine-1.0.0/prompts/idea/api_ideation_agent/prompt.md +8 -0
  564. devflow_engine-1.0.0/prompts/idea/api_insight_agent/prompt.md +8 -0
  565. devflow_engine-1.0.0/prompts/idea/response_doctrine/prompt.md +18 -0
  566. devflow_engine-1.0.0/prompts/implementation/dependency_assessment/prompt.md +12 -0
  567. devflow_engine-1.0.0/prompts/implementation/green/green/prompt.md +11 -0
  568. devflow_engine-1.0.0/prompts/implementation/green/node_config/prompt.md +3 -0
  569. devflow_engine-1.0.0/prompts/implementation/green_review/outcome_review/prompt.md +5 -0
  570. devflow_engine-1.0.0/prompts/implementation/green_review/prior_run_review/prompt.md +5 -0
  571. devflow_engine-1.0.0/prompts/implementation/red/prompt.md +27 -0
  572. devflow_engine-1.0.0/prompts/implementation/redreview/prompt.md +23 -0
  573. devflow_engine-1.0.0/prompts/implementation/redreview_repair/prompt.md +16 -0
  574. devflow_engine-1.0.0/prompts/implementation/setupdoc/prompt.md +10 -0
  575. devflow_engine-1.0.0/prompts/implementation/story_planning/prompt.md +13 -0
  576. devflow_engine-1.0.0/prompts/implementation/test_design/prompt.md +27 -0
  577. devflow_engine-1.0.0/prompts/integration/README.md +185 -0
  578. devflow_engine-1.0.0/prompts/integration/green/example.md +67 -0
  579. devflow_engine-1.0.0/prompts/integration/green/green/prompt.md +10 -0
  580. devflow_engine-1.0.0/prompts/integration/green/node_config/prompt.md +42 -0
  581. devflow_engine-1.0.0/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +15 -0
  582. devflow_engine-1.0.0/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +42 -0
  583. devflow_engine-1.0.0/prompts/integration/green_enrich/example.md +79 -0
  584. devflow_engine-1.0.0/prompts/integration/green_enrich/green_enrich/prompt.md +9 -0
  585. devflow_engine-1.0.0/prompts/integration/green_enrich/node_config/prompt.md +41 -0
  586. devflow_engine-1.0.0/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +14 -0
  587. devflow_engine-1.0.0/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +41 -0
  588. devflow_engine-1.0.0/prompts/integration/red/code_repair/prompt.md +12 -0
  589. devflow_engine-1.0.0/prompts/integration/red/example.md +152 -0
  590. devflow_engine-1.0.0/prompts/integration/red/node_config/prompt.md +86 -0
  591. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +19 -0
  592. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +84 -0
  593. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +16 -0
  594. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +15 -0
  595. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +10 -0
  596. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +84 -0
  597. devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +11 -0
  598. devflow_engine-1.0.0/prompts/integration/red/red/prompt.md +11 -0
  599. devflow_engine-1.0.0/prompts/integration/red/red_repair/prompt.md +12 -0
  600. devflow_engine-1.0.0/prompts/integration/red_review/example.md +71 -0
  601. devflow_engine-1.0.0/prompts/integration/red_review/node_config/prompt.md +41 -0
  602. devflow_engine-1.0.0/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +41 -0
  603. devflow_engine-1.0.0/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +15 -0
  604. devflow_engine-1.0.0/prompts/integration/red_review/red_review/prompt.md +9 -0
  605. devflow_engine-1.0.0/prompts/integration/resolve/example.md +111 -0
  606. devflow_engine-1.0.0/prompts/integration/resolve/node_config/prompt.md +64 -0
  607. devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +64 -0
  608. devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +15 -0
  609. devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +15 -0
  610. devflow_engine-1.0.0/prompts/integration/resolve/resolve_implicated_users/prompt.md +10 -0
  611. devflow_engine-1.0.0/prompts/integration/resolve/resolve_side_effects/prompt.md +10 -0
  612. devflow_engine-1.0.0/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +12 -0
  613. devflow_engine-1.0.0/prompts/integration/validate/code_repair/prompt.md +13 -0
  614. devflow_engine-1.0.0/prompts/integration/validate/example.md +143 -0
  615. devflow_engine-1.0.0/prompts/integration/validate/node_config/prompt.md +87 -0
  616. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +19 -0
  617. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +67 -0
  618. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +17 -0
  619. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +16 -0
  620. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +10 -0
  621. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +67 -0
  622. devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +9 -0
  623. devflow_engine-1.0.0/prompts/integration/validate/validate_enrich_gate/prompt.md +10 -0
  624. devflow_engine-1.0.0/prompts/integration/validate/validate_repair/prompt.md +20 -0
  625. devflow_engine-1.0.0/prompts/integration/write_workflows/example.md +100 -0
  626. devflow_engine-1.0.0/prompts/integration/write_workflows/node_config/prompt.md +44 -0
  627. devflow_engine-1.0.0/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +44 -0
  628. devflow_engine-1.0.0/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +17 -0
  629. devflow_engine-1.0.0/prompts/integration/write_workflows/write_workflows/prompt.md +11 -0
  630. devflow_engine-1.0.0/prompts/iterate/README.md +7 -0
  631. devflow_engine-1.0.0/prompts/iterate/coder/prompt.md +11 -0
  632. devflow_engine-1.0.0/prompts/iterate/framer/prompt.md +11 -0
  633. devflow_engine-1.0.0/prompts/iterate/iterator/prompt.md +13 -0
  634. devflow_engine-1.0.0/prompts/iterate/observer/prompt.md +11 -0
  635. devflow_engine-1.0.0/prompts/recovery/diagnosis/prompt.md +7 -0
  636. devflow_engine-1.0.0/prompts/recovery/execution/prompt.md +8 -0
  637. devflow_engine-1.0.0/prompts/recovery/execution_verification/prompt.md +7 -0
  638. devflow_engine-1.0.0/prompts/recovery/failure_investigation/prompt.md +10 -0
  639. devflow_engine-1.0.0/prompts/recovery/preflight_health_repo_repair/prompt.md +8 -0
  640. devflow_engine-1.0.0/prompts/recovery/remediation_execution/prompt.md +11 -0
  641. devflow_engine-1.0.0/prompts/recovery/root_cause_investigation/prompt.md +12 -0
  642. devflow_engine-1.0.0/prompts/scope_idea/doctrine/prompt.md +7 -0
  643. devflow_engine-1.0.0/prompts/source_doc_eval/document/prompt.md +6 -0
  644. devflow_engine-1.0.0/prompts/source_doc_eval/targeted_mutation/prompt.md +9 -0
  645. devflow_engine-1.0.0/prompts/source_doc_mutation/domain_entities/prompt.md +6 -0
  646. devflow_engine-1.0.0/prompts/source_doc_mutation/product_brief/prompt.md +6 -0
  647. devflow_engine-1.0.0/prompts/source_doc_mutation/project_doc_coherence/prompt.md +7 -0
  648. devflow_engine-1.0.0/prompts/source_doc_mutation/project_doc_render/prompt.md +9 -0
  649. devflow_engine-1.0.0/prompts/source_doc_mutation/source_doc_coherence/prompt.md +5 -0
  650. devflow_engine-1.0.0/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +6 -0
  651. devflow_engine-1.0.0/prompts/source_doc_mutation/user_workflows/prompt.md +6 -0
  652. devflow_engine-1.0.0/prompts/source_scope/doctrine/prompt.md +10 -0
  653. devflow_engine-1.0.0/prompts/ui_grounding/doctrine/prompt.md +7 -0
  654. devflow_engine-1.0.0/pyproject.toml +81 -0
  655. devflow_engine-1.0.0/scripts/audit_llm_invocations.py +588 -0
  656. devflow_engine-1.0.0/scripts/dump_run_node_outputs.py +376 -0
  657. devflow_engine-1.0.0/scripts/green.sh +58 -0
  658. devflow_engine-1.0.0/scripts/purge_implemented_story_queue.py +75 -0
  659. devflow_engine-1.0.0/scripts/reconcile_story_queue.py +58 -0
  660. devflow_engine-1.0.0/scripts/replay_scope_draft_idea.py +70 -0
  661. devflow_engine-1.0.0/scripts/replay_scope_goldilocks.py +121 -0
  662. devflow_engine-1.0.0/scripts/run_api_key_transport_smoke.py +49 -0
  663. devflow_engine-1.0.0/scripts/run_gitcommit_refactor_node.py +123 -0
  664. devflow_engine-1.0.0/scripts/run_green_node.py +139 -0
  665. devflow_engine-1.0.0/scripts/run_once_no_recovery.py +87 -0
  666. devflow_engine-1.0.0/scripts/run_preflight_node.py +157 -0
  667. devflow_engine-1.0.0/scripts/run_red_node.py +249 -0
  668. devflow_engine-1.0.0/scripts/run_refactor_node.py +127 -0
  669. devflow_engine-1.0.0/scripts/run_security_node.py +137 -0
  670. devflow_engine-1.0.0/scripts/run_with_recovery.py +87 -0
  671. devflow_engine-1.0.0/scripts/validate_architecture.py +116 -0
  672. devflow_engine-1.0.0/scripts/validate_stories.py +5 -0
  673. devflow_engine-1.0.0/scripts/validate_tests.py +353 -0
  674. devflow_engine-1.0.0/scripts/validate_tests_story.py +5 -0
  675. devflow_engine-1.0.0/src/devflow_engine/__init__.py +3 -0
  676. devflow_engine-1.0.0/src/devflow_engine/agentic_prompts.py +100 -0
  677. devflow_engine-1.0.0/src/devflow_engine/agentic_runtime.py +398 -0
  678. devflow_engine-1.0.0/src/devflow_engine/api_key_flow_harness.py +539 -0
  679. devflow_engine-1.0.0/src/devflow_engine/api_keys.py +357 -0
  680. devflow_engine-1.0.0/src/devflow_engine/bootstrap/__init__.py +2 -0
  681. devflow_engine-1.0.0/src/devflow_engine/bootstrap/provision_from_template.py +84 -0
  682. devflow_engine-1.0.0/src/devflow_engine/cli/__init__.py +0 -0
  683. devflow_engine-1.0.0/src/devflow_engine/cli/app.py +7270 -0
  684. devflow_engine-1.0.0/src/devflow_engine/core/__init__.py +0 -0
  685. devflow_engine-1.0.0/src/devflow_engine/core/config.py +86 -0
  686. devflow_engine-1.0.0/src/devflow_engine/core/logging.py +29 -0
  687. devflow_engine-1.0.0/src/devflow_engine/core/paths.py +45 -0
  688. devflow_engine-1.0.0/src/devflow_engine/core/toml_kv.py +33 -0
  689. devflow_engine-1.0.0/src/devflow_engine/devflow_event_worker.py +1292 -0
  690. devflow_engine-1.0.0/src/devflow_engine/devflow_state.py +201 -0
  691. devflow_engine-1.0.0/src/devflow_engine/devin2/__init__.py +9 -0
  692. devflow_engine-1.0.0/src/devflow_engine/devin2/agent_definition.py +120 -0
  693. devflow_engine-1.0.0/src/devflow_engine/devin2/pi_runner.py +204 -0
  694. devflow_engine-1.0.0/src/devflow_engine/devin_orchestration.py +69 -0
  695. devflow_engine-1.0.0/src/devflow_engine/doctor/__init__.py +2 -0
  696. devflow_engine-1.0.0/src/devflow_engine/doctor/triage.py +140 -0
  697. devflow_engine-1.0.0/src/devflow_engine/error/__init__.py +0 -0
  698. devflow_engine-1.0.0/src/devflow_engine/error/remediation.py +21 -0
  699. devflow_engine-1.0.0/src/devflow_engine/errors/error_solver_dag.py +522 -0
  700. devflow_engine-1.0.0/src/devflow_engine/errors/runtime_observability.py +67 -0
  701. devflow_engine-1.0.0/src/devflow_engine/idea/__init__.py +4 -0
  702. devflow_engine-1.0.0/src/devflow_engine/idea/actors.py +481 -0
  703. devflow_engine-1.0.0/src/devflow_engine/idea/agentic.py +465 -0
  704. devflow_engine-1.0.0/src/devflow_engine/idea/analyze.py +93 -0
  705. devflow_engine-1.0.0/src/devflow_engine/idea/devin_chat_dag.py +1 -0
  706. devflow_engine-1.0.0/src/devflow_engine/idea/diff.py +99 -0
  707. devflow_engine-1.0.0/src/devflow_engine/idea/drafts.py +446 -0
  708. devflow_engine-1.0.0/src/devflow_engine/idea/idea_creation_dag.py +643 -0
  709. devflow_engine-1.0.0/src/devflow_engine/idea/ideation_enrichment.py +355 -0
  710. devflow_engine-1.0.0/src/devflow_engine/idea/ideation_enrichment_worker.py +19 -0
  711. devflow_engine-1.0.0/src/devflow_engine/idea/paths.py +28 -0
  712. devflow_engine-1.0.0/src/devflow_engine/idea/promote.py +53 -0
  713. devflow_engine-1.0.0/src/devflow_engine/idea/redaction.py +27 -0
  714. devflow_engine-1.0.0/src/devflow_engine/idea/repo_tools.py +1277 -0
  715. devflow_engine-1.0.0/src/devflow_engine/idea/response_mode.py +30 -0
  716. devflow_engine-1.0.0/src/devflow_engine/idea/story_pipeline.py +1585 -0
  717. devflow_engine-1.0.0/src/devflow_engine/idea/sufficiency.py +376 -0
  718. devflow_engine-1.0.0/src/devflow_engine/idea/traditional_stories.py +1257 -0
  719. devflow_engine-1.0.0/src/devflow_engine/implementation/__init__.py +0 -0
  720. devflow_engine-1.0.0/src/devflow_engine/implementation/alembic_preflight.py +700 -0
  721. devflow_engine-1.0.0/src/devflow_engine/implementation/dag.py +8450 -0
  722. devflow_engine-1.0.0/src/devflow_engine/implementation/green_gate.py +93 -0
  723. devflow_engine-1.0.0/src/devflow_engine/implementation/prompts.py +108 -0
  724. devflow_engine-1.0.0/src/devflow_engine/implementation/test_runtime.py +623 -0
  725. devflow_engine-1.0.0/src/devflow_engine/integration/__init__.py +19 -0
  726. devflow_engine-1.0.0/src/devflow_engine/integration/agentic.py +66 -0
  727. devflow_engine-1.0.0/src/devflow_engine/integration/dag.py +3539 -0
  728. devflow_engine-1.0.0/src/devflow_engine/integration/prompts.py +114 -0
  729. devflow_engine-1.0.0/src/devflow_engine/integration/supabase_schema.sql +31 -0
  730. devflow_engine-1.0.0/src/devflow_engine/integration/supabase_sync.py +177 -0
  731. devflow_engine-1.0.0/src/devflow_engine/llm/__init__.py +1 -0
  732. devflow_engine-1.0.0/src/devflow_engine/llm/cli_one_shot.py +84 -0
  733. devflow_engine-1.0.0/src/devflow_engine/llm/cli_stream.py +371 -0
  734. devflow_engine-1.0.0/src/devflow_engine/llm/execution_context.py +26 -0
  735. devflow_engine-1.0.0/src/devflow_engine/llm/invoke.py +1322 -0
  736. devflow_engine-1.0.0/src/devflow_engine/llm/provider_api.py +304 -0
  737. devflow_engine-1.0.0/src/devflow_engine/llm/repo_knowledge.py +588 -0
  738. devflow_engine-1.0.0/src/devflow_engine/llm_primitives.py +315 -0
  739. devflow_engine-1.0.0/src/devflow_engine/orchestration.py +62 -0
  740. devflow_engine-1.0.0/src/devflow_engine/planning/__init__.py +0 -0
  741. devflow_engine-1.0.0/src/devflow_engine/planning/analyze_repo.py +92 -0
  742. devflow_engine-1.0.0/src/devflow_engine/planning/render_drafts.py +133 -0
  743. devflow_engine-1.0.0/src/devflow_engine/playground/__init__.py +0 -0
  744. devflow_engine-1.0.0/src/devflow_engine/playground/hooks.py +26 -0
  745. devflow_engine-1.0.0/src/devflow_engine/playwright_workflow/__init__.py +5 -0
  746. devflow_engine-1.0.0/src/devflow_engine/playwright_workflow/dag.py +1317 -0
  747. devflow_engine-1.0.0/src/devflow_engine/process/__init__.py +5 -0
  748. devflow_engine-1.0.0/src/devflow_engine/process/dag.py +59 -0
  749. devflow_engine-1.0.0/src/devflow_engine/project_registration/__init__.py +3 -0
  750. devflow_engine-1.0.0/src/devflow_engine/project_registration/dag.py +1581 -0
  751. devflow_engine-1.0.0/src/devflow_engine/project_registry.py +109 -0
  752. devflow_engine-1.0.0/src/devflow_engine/recovery/__init__.py +3 -0
  753. devflow_engine-1.0.0/src/devflow_engine/recovery/dag.py +2609 -0
  754. devflow_engine-1.0.0/src/devflow_engine/recovery/models.py +220 -0
  755. devflow_engine-1.0.0/src/devflow_engine/refactor.py +93 -0
  756. devflow_engine-1.0.0/src/devflow_engine/registry/__init__.py +1 -0
  757. devflow_engine-1.0.0/src/devflow_engine/registry/cards.py +238 -0
  758. devflow_engine-1.0.0/src/devflow_engine/registry/domain_normalize.py +60 -0
  759. devflow_engine-1.0.0/src/devflow_engine/registry/effects.py +65 -0
  760. devflow_engine-1.0.0/src/devflow_engine/registry/enforce_report.py +150 -0
  761. devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_classify.py +164 -0
  762. devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_draft.py +184 -0
  763. devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_gate.py +59 -0
  764. devflow_engine-1.0.0/src/devflow_engine/registry/packages.py +347 -0
  765. devflow_engine-1.0.0/src/devflow_engine/registry/pathways.py +323 -0
  766. devflow_engine-1.0.0/src/devflow_engine/review/__init__.py +11 -0
  767. devflow_engine-1.0.0/src/devflow_engine/review/dag.py +588 -0
  768. devflow_engine-1.0.0/src/devflow_engine/review/review_story.py +67 -0
  769. devflow_engine-1.0.0/src/devflow_engine/scope_idea/__init__.py +3 -0
  770. devflow_engine-1.0.0/src/devflow_engine/scope_idea/agentic.py +39 -0
  771. devflow_engine-1.0.0/src/devflow_engine/scope_idea/dag.py +1069 -0
  772. devflow_engine-1.0.0/src/devflow_engine/scope_idea/models.py +175 -0
  773. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +112 -0
  774. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +120 -0
  775. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +105 -0
  776. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +108 -0
  777. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +155 -0
  778. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +122 -0
  779. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +120 -0
  780. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +168 -0
  781. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +18 -0
  782. devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +22 -0
  783. devflow_engine-1.0.0/src/devflow_engine/skills/registry.example.yaml +42 -0
  784. devflow_engine-1.0.0/src/devflow_engine/source_doc_assumptions.py +291 -0
  785. devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_dag.py +1606 -0
  786. devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_eval.py +417 -0
  787. devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_worker.py +25 -0
  788. devflow_engine-1.0.0/src/devflow_engine/source_docs_schema.py +207 -0
  789. devflow_engine-1.0.0/src/devflow_engine/source_docs_updater.py +309 -0
  790. devflow_engine-1.0.0/src/devflow_engine/source_scope/__init__.py +15 -0
  791. devflow_engine-1.0.0/src/devflow_engine/source_scope/agentic.py +45 -0
  792. devflow_engine-1.0.0/src/devflow_engine/source_scope/dag.py +1626 -0
  793. devflow_engine-1.0.0/src/devflow_engine/source_scope/models.py +177 -0
  794. devflow_engine-1.0.0/src/devflow_engine/stores/__init__.py +0 -0
  795. devflow_engine-1.0.0/src/devflow_engine/stores/execution_store.py +3534 -0
  796. devflow_engine-1.0.0/src/devflow_engine/story/__init__.py +0 -0
  797. devflow_engine-1.0.0/src/devflow_engine/story/contracts.py +160 -0
  798. devflow_engine-1.0.0/src/devflow_engine/story/discovery.py +47 -0
  799. devflow_engine-1.0.0/src/devflow_engine/story/evidence.py +118 -0
  800. devflow_engine-1.0.0/src/devflow_engine/story/hashing.py +27 -0
  801. devflow_engine-1.0.0/src/devflow_engine/story/implemented_queue_purge.py +148 -0
  802. devflow_engine-1.0.0/src/devflow_engine/story/indexer.py +105 -0
  803. devflow_engine-1.0.0/src/devflow_engine/story/io.py +20 -0
  804. devflow_engine-1.0.0/src/devflow_engine/story/markdown_contracts.py +298 -0
  805. devflow_engine-1.0.0/src/devflow_engine/story/reconciliation.py +408 -0
  806. devflow_engine-1.0.0/src/devflow_engine/story/validate_stories.py +149 -0
  807. devflow_engine-1.0.0/src/devflow_engine/story/validate_tests_story.py +512 -0
  808. devflow_engine-1.0.0/src/devflow_engine/story/validation.py +133 -0
  809. devflow_engine-1.0.0/src/devflow_engine/ui_grounding/__init__.py +11 -0
  810. devflow_engine-1.0.0/src/devflow_engine/ui_grounding/agentic.py +31 -0
  811. devflow_engine-1.0.0/src/devflow_engine/ui_grounding/dag.py +874 -0
  812. devflow_engine-1.0.0/src/devflow_engine/ui_grounding/models.py +224 -0
  813. devflow_engine-1.0.0/src/devflow_engine/ui_grounding/pencil_bridge.py +247 -0
  814. devflow_engine-1.0.0/src/devflow_engine/vendor/__init__.py +0 -0
  815. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/__init__.py +11 -0
  816. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
  817. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +9 -0
  818. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
  819. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +48 -0
  820. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +26 -0
  821. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +89 -0
  822. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +30 -0
  823. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +69 -0
  824. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/schema.py +72 -0
  825. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/task.py +52 -0
  826. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/validate.py +139 -0
  827. devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +200 -0
  828. devflow_engine-1.0.0/src/devflow_engine/worker.py +1086 -0
  829. devflow_engine-1.0.0/src/devflow_engine/worker_guard.py +233 -0
  830. devflow_engine-1.0.0/src/devin/__init__.py +6 -0
  831. devflow_engine-1.0.0/src/devin/dag.py +58 -0
  832. devflow_engine-1.0.0/src/devin/dag_two_arm.py +138 -0
  833. devflow_engine-1.0.0/src/devin/devin_chat_scenario_catalog.json +588 -0
  834. devflow_engine-1.0.0/src/devin/devin_eval.py +677 -0
  835. devflow_engine-1.0.0/src/devin/nodes/__init__.py +0 -0
  836. devflow_engine-1.0.0/src/devin/nodes/ideation/__init__.py +0 -0
  837. devflow_engine-1.0.0/src/devin/nodes/ideation/node.py +195 -0
  838. devflow_engine-1.0.0/src/devin/nodes/ideation/playground.py +267 -0
  839. devflow_engine-1.0.0/src/devin/nodes/ideation/prompt.md +65 -0
  840. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/continue_refinement.py +13 -0
  841. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +18 -0
  842. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +17 -0
  843. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +16 -0
  844. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/large_idea_split.py +4 -0
  845. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +17 -0
  846. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/source_documentation_added.py +4 -0
  847. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +16 -0
  848. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/user_says_create_it.py +30 -0
  849. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +23 -0
  850. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/vague_idea.py +16 -0
  851. devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +47 -0
  852. devflow_engine-1.0.0/src/devin/nodes/ideation/tools.json +312 -0
  853. devflow_engine-1.0.0/src/devin/nodes/insight/__init__.py +0 -0
  854. devflow_engine-1.0.0/src/devin/nodes/insight/node.py +49 -0
  855. devflow_engine-1.0.0/src/devin/nodes/insight/playground.py +154 -0
  856. devflow_engine-1.0.0/src/devin/nodes/insight/prompt.md +61 -0
  857. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +15 -0
  858. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +25 -0
  859. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/codebase_exploration.py +15 -0
  860. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +23 -0
  861. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +19 -0
  862. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +39 -0
  863. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_insight_routing.py +20 -0
  864. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +40 -0
  865. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_debugging.py +15 -0
  866. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +23 -0
  867. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_question.py +9 -0
  868. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_question_evals.py +8 -0
  869. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/queue_status.py +15 -0
  870. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/queue_status_evals.py +23 -0
  871. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/source_doc_explanation.py +14 -0
  872. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +21 -0
  873. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/worker_state_check.py +15 -0
  874. devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +22 -0
  875. devflow_engine-1.0.0/src/devin/nodes/insight/tools.json +126 -0
  876. devflow_engine-1.0.0/src/devin/nodes/intake/__init__.py +0 -0
  877. devflow_engine-1.0.0/src/devin/nodes/intake/node.py +27 -0
  878. devflow_engine-1.0.0/src/devin/nodes/intake/playground.py +47 -0
  879. devflow_engine-1.0.0/src/devin/nodes/intake/prompt.md +12 -0
  880. devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/ideation_routing.py +4 -0
  881. devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +5 -0
  882. devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/insight_routing.py +4 -0
  883. devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/insight_routing_evals.py +5 -0
  884. devflow_engine-1.0.0/src/devin/nodes/iterate/README.md +44 -0
  885. devflow_engine-1.0.0/src/devin/nodes/iterate/__init__.py +1 -0
  886. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +112 -0
  887. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +131 -0
  888. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +110 -0
  889. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +32 -0
  890. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +11 -0
  891. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +20 -0
  892. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +8 -0
  893. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +14 -0
  894. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +12 -0
  895. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +20 -0
  896. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +8 -0
  897. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +13 -0
  898. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +12 -0
  899. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +25 -0
  900. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +9 -0
  901. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +14 -0
  902. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +12 -0
  903. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +20 -0
  904. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +8 -0
  905. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +14 -0
  906. devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +13 -0
  907. devflow_engine-1.0.0/src/devin/nodes/iterate/agent-roles.md +89 -0
  908. devflow_engine-1.0.0/src/devin/nodes/iterate/agents/README.md +10 -0
  909. devflow_engine-1.0.0/src/devin/nodes/iterate/artifacts.md +504 -0
  910. devflow_engine-1.0.0/src/devin/nodes/iterate/contract.md +100 -0
  911. devflow_engine-1.0.0/src/devin/nodes/iterate/eval-plan.md +74 -0
  912. devflow_engine-1.0.0/src/devin/nodes/iterate/node.py +100 -0
  913. devflow_engine-1.0.0/src/devin/nodes/iterate/pipeline/README.md +13 -0
  914. devflow_engine-1.0.0/src/devin/nodes/iterate/playground-contract.md +76 -0
  915. devflow_engine-1.0.0/src/devin/nodes/iterate/prompt.md +11 -0
  916. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/README.md +38 -0
  917. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +101 -0
  918. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +32 -0
  919. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +45 -0
  920. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +27 -0
  921. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +45 -0
  922. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +21 -0
  923. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +36 -0
  924. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +25 -0
  925. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +57 -0
  926. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_task_framing.py +25 -0
  927. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +58 -0
  928. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +21 -0
  929. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +39 -0
  930. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +21 -0
  931. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +35 -0
  932. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +23 -0
  933. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +53 -0
  934. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +23 -0
  935. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +53 -0
  936. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +28 -0
  937. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +55 -0
  938. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +28 -0
  939. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +45 -0
  940. devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/routing-matrix.md +45 -0
  941. devflow_engine-1.0.0/src/devin/nodes/shared/__init__.py +0 -0
  942. devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert.md +80 -0
  943. devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert.py +354 -0
  944. devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert_eval/runner.py +176 -0
  945. devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +65 -0
  946. devflow_engine-1.0.0/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +214 -0
  947. devflow_engine-1.0.0/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +58 -0
  948. devflow_engine-1.0.0/src/devin/nodes/shared/helpers.py +156 -0
  949. devflow_engine-1.0.0/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +252 -0
  950. devflow_engine-1.0.0/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +75 -0
  951. devflow_engine-1.0.0/src/devin/nodes/shared/models.py +44 -0
  952. devflow_engine-1.0.0/src/devin/nodes/shared/post.py +40 -0
  953. devflow_engine-1.0.0/src/devin/nodes/shared/router.py +107 -0
  954. devflow_engine-1.0.0/src/devin/nodes/shared/tools.py +191 -0
  955. devflow_engine-1.0.0/src/devin/shared/devin-chat-rubric.md +237 -0
  956. devflow_engine-1.0.0/src/devin/shared/devin-chat-scenario-suite.md +90 -0
  957. devflow_engine-1.0.0/src/devin/shared/eval_doctrine.md +9 -0
  958. devflow_engine-1.0.0/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +234 -0
  959. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +71 -0
  960. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +67 -0
  961. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +1322 -0
  962. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +965 -0
  963. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +910 -0
  964. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +1119 -0
  965. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +98 -0
  966. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +661 -0
  967. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +353 -0
  968. devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +128 -0
  969. devflow_engine-1.0.0/tests/area10_process_pipeline/test_failure_recovery_dag.py +799 -0
  970. devflow_engine-1.0.0/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +182 -0
  971. devflow_engine-1.0.0/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +301 -0
  972. devflow_engine-1.0.0/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +320 -0
  973. devflow_engine-1.0.0/tests/area10_process_pipeline/test_recovery_queue_normalization.py +603 -0
  974. devflow_engine-1.0.0/tests/area10_process_pipeline/test_worker_story_queue_red.py +882 -0
  975. devflow_engine-1.0.0/tests/area12_scope_idea/conftest.py +418 -0
  976. devflow_engine-1.0.0/tests/area12_scope_idea/test_scope_to_idea_dag.py +639 -0
  977. devflow_engine-1.0.0/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +446 -0
  978. devflow_engine-1.0.0/tests/area13_source_scope/test_source_scope_cli_e2e.py +203 -0
  979. devflow_engine-1.0.0/tests/area13_source_scope/test_source_to_scope_dag.py +485 -0
  980. devflow_engine-1.0.0/tests/area14_ui_grounding/test_pencil_bridge.py +83 -0
  981. devflow_engine-1.0.0/tests/area14_ui_grounding/test_pencil_preflight_cli.py +38 -0
  982. devflow_engine-1.0.0/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +103 -0
  983. devflow_engine-1.0.0/tests/area14_ui_grounding/test_ui_grounding_dag.py +296 -0
  984. devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +109 -0
  985. devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +87 -0
  986. devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +91 -0
  987. devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +69 -0
  988. devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +52 -0
  989. devflow_engine-1.0.0/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +104 -0
  990. devflow_engine-1.0.0/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +83 -0
  991. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +71 -0
  992. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +157 -0
  993. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +325 -0
  994. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +118 -0
  995. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +155 -0
  996. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +185 -0
  997. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +373 -0
  998. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +420 -0
  999. devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_idea_repo_tools.py +616 -0
  1000. devflow_engine-1.0.0/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +462 -0
  1001. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +75 -0
  1002. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_area6_red.py +2786 -0
  1003. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +22 -0
  1004. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +35 -0
  1005. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +9 -0
  1006. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +47 -0
  1007. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +77 -0
  1008. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +15 -0
  1009. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_green_harness.py +52 -0
  1010. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +394 -0
  1011. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +2120 -0
  1012. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +262 -0
  1013. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_harness.py +136 -0
  1014. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +104 -0
  1015. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +53 -0
  1016. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +1021 -0
  1017. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +681 -0
  1018. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +29 -0
  1019. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +10 -0
  1020. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +236 -0
  1021. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +17 -0
  1022. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +189 -0
  1023. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_security_harness.py +16 -0
  1024. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +151 -0
  1025. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +11 -0
  1026. devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +102 -0
  1027. devflow_engine-1.0.0/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +465 -0
  1028. devflow_engine-1.0.0/tests/area7_review/test_review_dag_red.py +238 -0
  1029. devflow_engine-1.0.0/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +269 -0
  1030. devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_contract.py +117 -0
  1031. devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +179 -0
  1032. devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_journal.py +79 -0
  1033. devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +89 -0
  1034. devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +57 -0
  1035. devflow_engine-1.0.0/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +163 -0
  1036. devflow_engine-1.0.0/tests/area9_playground/test_df2_play_area9_red.py +350 -0
  1037. devflow_engine-1.0.0/tests/area9_playground/test_ideation_arm_playground.py +333 -0
  1038. devflow_engine-1.0.0/tests/cli/test_agent_command_surface.py +165 -0
  1039. devflow_engine-1.0.0/tests/cli/test_doctor_recovery_error_contract.py +256 -0
  1040. devflow_engine-1.0.0/tests/cli/test_llm_guide.py +62 -0
  1041. devflow_engine-1.0.0/tests/cli/test_packaged_wheel_smoke.py +94 -0
  1042. devflow_engine-1.0.0/tests/cli/test_project_repo_binding.py +477 -0
  1043. devflow_engine-1.0.0/tests/cli/test_refactor_cli_import.py +25 -0
  1044. devflow_engine-1.0.0/tests/cli/test_repo_local_dag_paths.py +30 -0
  1045. devflow_engine-1.0.0/tests/cli/test_repo_root_override.py +11 -0
  1046. devflow_engine-1.0.0/tests/cli/test_story_execute_wrapper_run.py +107 -0
  1047. devflow_engine-1.0.0/tests/cli/test_supabase_event_worker_cli.py +61 -0
  1048. devflow_engine-1.0.0/tests/cli/test_supabase_realtime_listener.py +449 -0
  1049. devflow_engine-1.0.0/tests/cli/test_worker_integration_cli.py +74 -0
  1050. devflow_engine-1.0.0/tests/cli/test_worker_kill_switch.py +107 -0
  1051. devflow_engine-1.0.0/tests/cli/test_worker_start_modes.py +66 -0
  1052. devflow_engine-1.0.0/tests/conftest.py +54 -0
  1053. devflow_engine-1.0.0/tests/fixtures/backend_provision/provision_from_template.py +7 -0
  1054. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +16 -0
  1055. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +14 -0
  1056. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +3 -0
  1057. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/domain_entities.json +11 -0
  1058. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/product_brief.json +44 -0
  1059. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/user_workflows.json +23 -0
  1060. devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/scenarios.json +24 -0
  1061. devflow_engine-1.0.0/tests/idea/test_actor_specificity_warning.py +79 -0
  1062. devflow_engine-1.0.0/tests/idea/test_capability_first_story_decomposition.py +81 -0
  1063. devflow_engine-1.0.0/tests/idea/test_devin_ddr_docs_operator_guide.py +158 -0
  1064. devflow_engine-1.0.0/tests/idea/test_story_pipeline_dfs_state.py +203 -0
  1065. devflow_engine-1.0.0/tests/integration/test_integration_agentic.py +37 -0
  1066. devflow_engine-1.0.0/tests/integration/test_integration_dag.py +562 -0
  1067. devflow_engine-1.0.0/tests/integration/test_integration_dag_nodes.py +2973 -0
  1068. devflow_engine-1.0.0/tests/integration/test_integration_prompt_loading.py +88 -0
  1069. devflow_engine-1.0.0/tests/stores/test_idea_creation_queue.py +160 -0
  1070. devflow_engine-1.0.0/tests/stores/test_integration_queue.py +347 -0
  1071. devflow_engine-1.0.0/tests/test_agentic_prompt_loading.py +106 -0
  1072. devflow_engine-1.0.0/tests/test_agentic_runtime.py +134 -0
  1073. devflow_engine-1.0.0/tests/test_api_key_flow_harness.py +74 -0
  1074. devflow_engine-1.0.0/tests/test_api_keys.py +190 -0
  1075. devflow_engine-1.0.0/tests/test_area2_project_import_red.py +408 -0
  1076. devflow_engine-1.0.0/tests/test_area2_project_import_remaining_red.py +459 -0
  1077. devflow_engine-1.0.0/tests/test_area2_projects_red.py +270 -0
  1078. devflow_engine-1.0.0/tests/test_area3_execution_store_logging_red.py +316 -0
  1079. devflow_engine-1.0.0/tests/test_area4_story_system_red.py +347 -0
  1080. devflow_engine-1.0.0/tests/test_devflow_event_worker.py +931 -0
  1081. devflow_engine-1.0.0/tests/test_devflow_state_project_resolution.py +47 -0
  1082. devflow_engine-1.0.0/tests/test_devin2_agent_definition.py +31 -0
  1083. devflow_engine-1.0.0/tests/test_devin2_pi_runner.py +151 -0
  1084. devflow_engine-1.0.0/tests/test_devin_chat_scenario_catalog.py +69 -0
  1085. devflow_engine-1.0.0/tests/test_devin_chat_tier_routing.py +274 -0
  1086. devflow_engine-1.0.0/tests/test_devin_multi_turn_eval_defaults.py +78 -0
  1087. devflow_engine-1.0.0/tests/test_devin_real_eval.py +37 -0
  1088. devflow_engine-1.0.0/tests/test_domain_normalize.py +16 -0
  1089. devflow_engine-1.0.0/tests/test_dump_run_node_outputs.py +103 -0
  1090. devflow_engine-1.0.0/tests/test_enforce_changed_filter.py +38 -0
  1091. devflow_engine-1.0.0/tests/test_enforce_report_directives.py +51 -0
  1092. devflow_engine-1.0.0/tests/test_error_solve_runtime_coder_path.py +99 -0
  1093. devflow_engine-1.0.0/tests/test_execution_store.py +11 -0
  1094. devflow_engine-1.0.0/tests/test_execution_store_story_queue_red.py +1091 -0
  1095. devflow_engine-1.0.0/tests/test_generic_task_queue.py +160 -0
  1096. devflow_engine-1.0.0/tests/test_ideation_enrichment.py +81 -0
  1097. devflow_engine-1.0.0/tests/test_implemented_story_queue_purge.py +322 -0
  1098. devflow_engine-1.0.0/tests/test_llm_cli_one_shot.py +98 -0
  1099. devflow_engine-1.0.0/tests/test_llm_cli_stream_journal_sqlite.py +104 -0
  1100. devflow_engine-1.0.0/tests/test_llm_cli_stream_logging.py +62 -0
  1101. devflow_engine-1.0.0/tests/test_llm_codex_invocation_regression.py +37 -0
  1102. devflow_engine-1.0.0/tests/test_llm_invocation_audit.py +25 -0
  1103. devflow_engine-1.0.0/tests/test_llm_invoke.py +1473 -0
  1104. devflow_engine-1.0.0/tests/test_llm_provider_api.py +246 -0
  1105. devflow_engine-1.0.0/tests/test_llm_provider_config.py +37 -0
  1106. devflow_engine-1.0.0/tests/test_llm_repo_knowledge_index.py +246 -0
  1107. devflow_engine-1.0.0/tests/test_llm_tier_invocation.py +330 -0
  1108. devflow_engine-1.0.0/tests/test_playground_source_doc_mutation_eval.py +52 -0
  1109. devflow_engine-1.0.0/tests/test_post_integration_playwright_workflow.py +414 -0
  1110. devflow_engine-1.0.0/tests/test_prd_mutation_grounding.py +149 -0
  1111. devflow_engine-1.0.0/tests/test_process_dag_imperative.py +71 -0
  1112. devflow_engine-1.0.0/tests/test_project_registration_dag.py +131 -0
  1113. devflow_engine-1.0.0/tests/test_project_registration_supabase_uuid.py +670 -0
  1114. devflow_engine-1.0.0/tests/test_queue_project_id_resolution.py +39 -0
  1115. devflow_engine-1.0.0/tests/test_refactor_llm_path.py +54 -0
  1116. devflow_engine-1.0.0/tests/test_register_one_time.py +38 -0
  1117. devflow_engine-1.0.0/tests/test_registry_cards_and_gate.py +54 -0
  1118. devflow_engine-1.0.0/tests/test_registry_classify_module_cards_parser.py +34 -0
  1119. devflow_engine-1.0.0/tests/test_registry_detect_pathways.py +87 -0
  1120. devflow_engine-1.0.0/tests/test_registry_draft_module_cards.py +52 -0
  1121. devflow_engine-1.0.0/tests/test_registry_draft_module_cards_effects.py +31 -0
  1122. devflow_engine-1.0.0/tests/test_registry_effect_overlap.py +86 -0
  1123. devflow_engine-1.0.0/tests/test_registry_gate_module_cards.py +46 -0
  1124. devflow_engine-1.0.0/tests/test_registry_gate_unknown_strict.py +33 -0
  1125. devflow_engine-1.0.0/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +30 -0
  1126. devflow_engine-1.0.0/tests/test_registry_llm_commands.py +183 -0
  1127. devflow_engine-1.0.0/tests/test_registry_module_incremental_focus.py +26 -0
  1128. devflow_engine-1.0.0/tests/test_registry_module_phase_and_apply.py +58 -0
  1129. devflow_engine-1.0.0/tests/test_registry_scan_ignores_build_dirs.py +23 -0
  1130. devflow_engine-1.0.0/tests/test_source_doc_mutation_acceptance.py +517 -0
  1131. devflow_engine-1.0.0/tests/test_source_doc_mutation_dag.py +270 -0
  1132. devflow_engine-1.0.0/tests/test_source_doc_mutation_eval.py +210 -0
  1133. devflow_engine-1.0.0/tests/test_source_doc_mutation_real_eval.py +73 -0
  1134. devflow_engine-1.0.0/tests/test_source_docs_updater.py +422 -0
  1135. devflow_engine-1.0.0/tests/test_story_contracts.py +60 -0
  1136. devflow_engine-1.0.0/tests/test_story_reconciliation.py +382 -0
  1137. devflow_engine-1.0.0/users.json +156 -0
  1138. devflow_engine-1.0.0/uv.lock +684 -0
@@ -0,0 +1,38 @@
1
+ name: devflow-enforce
2
+ on:
3
+ pull_request:
4
+ push:
5
+ branches: [ main ]
6
+ jobs:
7
+ enforce:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 0
13
+
14
+ # Install DevFlow CLI (devflow-engine) from a separate repo.
15
+ # Set DEVFLOW_ENGINE_REPO as an org/repo string (e.g. Nuosis/devflow_engine).
16
+ - uses: actions/checkout@v4
17
+ with:
18
+ repository: ${{ vars.DEVFLOW_ENGINE_REPO || 'Nuosis/devflow_engine' }}
19
+ path: devflow_engine
20
+ fetch-depth: 1
21
+
22
+ - uses: astral-sh/setup-uv@v3
23
+
24
+ - name: Install devflow CLI
25
+ run: |
26
+ uv pip install --system -e ./devflow_engine
27
+
28
+ - name: DevFlow enforce (report-only)
29
+ run: |
30
+ if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
31
+ before="${{ github.event.before }}"
32
+ after="${{ github.sha }}"
33
+ changed=$(git diff --name-only "$before" "$after" | tr '\n' ' ')
34
+ devflow enforce --changed $changed
35
+ else
36
+ devflow enforce --root .
37
+ fi
38
+
@@ -0,0 +1,18 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.pyo
5
+
6
+ # Virtualenvs
7
+ .venv/
8
+
9
+ # Tooling caches
10
+ .pytest_cache/
11
+ .mypy_cache/
12
+ .ruff_cache/
13
+
14
+ # DevFlow runtime
15
+ .devflow/
16
+
17
+ # OS
18
+ .DS_Store
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: filemaker-expert
3
+ description: FileMaker database expert — reads DDR analysis artifacts and answers questions about schema, layouts, scripts, entities, user flows, and feature clusters
4
+ tools: read,grep,find,ls
5
+ ---
6
+
7
+ You are a **FileMaker Database Expert** — a read-only research advisor.
8
+
9
+ You answer questions about FileMaker databases by reading pre-existing DDR (Database Design Report) analysis artifacts that were generated by the `ddr-docs` pipeline. You **do not run ddr-docs** — you only read artifacts that already exist.
10
+
11
+ ## DDR Artifact Locations
12
+
13
+ For a database named `{database_name}_fmp12`, artifacts live in:
14
+ `{repo_root}/ai_docs/context/source_docs/ddr/{database_name}/`
15
+
16
+ Key artifacts to read:
17
+ - `01_schema_summary.md` — tables, fields, field types, calculations, auto-enter, IDs
18
+ - `05_layouts_summary.md` — layouts organized by table occurrence, object counts
19
+ - `03_scripts_summary.md` — scripts, folders, script steps
20
+ - `02_relationships_summary.md` — relationships graph
21
+ - `analysis/feature_clusters.json` — grouped capabilities with descriptions
22
+ - `analysis/user_flows_entry_points.json` — entry point patterns
23
+ - `analysis/cruft_summary.json` — code health (uncalled scripts, unreachable layouts)
24
+
25
+ Context files in `ai_docs/context/source_docs/`:
26
+ - `domain_entities.json`, `user_workflows.json`, `product_brief.json`
27
+
28
+ ## How to Work
29
+
30
+ 1. Determine which database(s) the question is about
31
+ 2. Identify the DDR output directory for that database
32
+ 3. Use `read` to read the relevant artifact files
33
+ 4. Synthesize a response with specific names, counts, and structural facts
34
+ 5. Return plain text — the primary agent will incorporate it
35
+
36
+ ## Answer Style
37
+
38
+ - Be concrete: "Clean Sweep has 455 layouts across 115 tables, including Account Page (654 objects), My Page/Cleaner dashboards, and Inspection Form III (225 objects)"
39
+ - Use headers: ## Database Overview, ## Layouts, ## Scripts, ## Code Health
40
+ - If the artifacts don't cover something, say "not in DDR analysis" and describe what's available
41
+ - Do not speculate — if it's not in the files, say so
42
+ - Prefer `read` over `grep` for artifact content; use `grep` only when searching across multiple files
43
+
44
+ ## Constraints
45
+
46
+ - Do NOT run ddr-docs or any analysis pipeline
47
+ - Do NOT write or modify any files
48
+ - Do not answer questions outside the FileMaker database domain
49
+ - Do not use bash/shell tools — only read,grep,find,ls
@@ -0,0 +1,69 @@
1
+ ---
2
+ name: goldilocks-advisor
3
+ description: Story scoping guard — evaluates whether a shaped idea produces a well-scoped story count (not too big, not too small)
4
+ tools: read,grep,find,ls
5
+ ---
6
+
7
+ You are a **Goldilocks Advisor** — a read-only story-scoping evaluator.
8
+
9
+ After an idea is shaped, you estimate how many stories it would produce and whether the scope is appropriate.
10
+
11
+ ## Thresholds
12
+
13
+ | Story Estimate | Verdict |
14
+ |---|---|
15
+ | 0–1 stories | `enrichment_needed` — idea is too thin |
16
+ | 2–20 stories | `just_right` — well-scoped |
17
+ | 21+ stories | `split` — idea is too large, should be split |
18
+
19
+ ## How to Work
20
+
21
+ 1. Read the shaped idea text from the context block
22
+ 2. Examine the codebase area(s) the idea touches
23
+ 3. Estimate story count based on:
24
+ - Number of distinct behavioral changes
25
+ - Number of separate modules/screens/workflows affected
26
+ - Testing surface area
27
+ 4. Identify natural split points if estimate > 20
28
+ 5. Identify enrichment gaps if estimate < 2
29
+
30
+ ## Context Block
31
+
32
+ ```
33
+ Context: repo_root=<repo_root>, project_id=<project_id>, idea_id=<idea_id>
34
+
35
+ Shaped Idea:
36
+ <idea_text>
37
+
38
+ Question: Estimate story count and evaluate scoping
39
+ ```
40
+
41
+ ## Output Schema
42
+
43
+ Return a JSON object:
44
+ ```json
45
+ {
46
+ "verdict": "just_right | split | enrichment_needed",
47
+ "story_estimate": <integer>,
48
+ "cohesive_area": "<one sentence describing the primary area this idea covers>",
49
+ "split_suggestions": [
50
+ {
51
+ "sub_idea": "<name for split chunk>",
52
+ "rationale": "<why this should be separate>",
53
+ "estimated_stories": <integer>
54
+ }
55
+ ],
56
+ "enrichment_gaps": [
57
+ "<specific missing context or detail needed to make the idea actionable>"
58
+ ],
59
+ "reasoning": "<brief explanation of estimate>"
60
+ }
61
+ ```
62
+
63
+ ## Constraints
64
+
65
+ - Do NOT write or modify any files
66
+ - Do NOT generate stories — only estimate count
67
+ - Be conservative: when in doubt, err toward `enrichment_needed`
68
+ - `split` does not mean "bad" — it means the idea needs decomposition before entering the pipeline
69
+ - `just_right` means the idea fits cleanly in one sprint or iteration window
@@ -0,0 +1,145 @@
1
+ ---
2
+ name: Idea Compliance Advisor
3
+ description: Read-only compliance evaluator for shaped ideas. Checks ideas against codebase structure, existing stories, existing ideas, and naming conventions. Returns a structured verdict with specific rule violations.
4
+ version: 1.3
5
+ tools:
6
+ - read
7
+ - grep
8
+ - find
9
+ - ls
10
+ ---
11
+
12
+ You are the **Idea Compliance Advisor** — a read-only evaluator that checks whether a shaped idea is compliant with a project's architecture, tooling, and existing work.
13
+
14
+ ## Rules (in order)
15
+
16
+ You evaluate **five independent gates**. All five must pass for COMPLIANT. Any single failure triggers the corresponding verdict.
17
+
18
+ ---
19
+
20
+ ### Gate 1 — Architecture Fit (HARD: NON_COMPLIANT if violated)
21
+
22
+ The idea must fit the stated type/purpose of the project. Architecture violation means the idea requires building something fundamentally at odds with what the project is.
23
+
24
+ **Examples of violation:**
25
+ - Adding a billing/invoice system to a CLI chat companion
26
+ - Adding a React dashboard to a pure backend service
27
+ - Adding WebSocket real-time features to a project whose runtime is synchronous and has no event loop
28
+
29
+ **"Clearly articulated by the user"** is the ONLY exception. If the idea text explicitly states a new architecture direction (e.g., "we will add a React frontend"), it clears this gate. Silence is not permission — the idea text must say it.
30
+
31
+ ---
32
+
33
+ ### Gate 2 — Method/Component Fit (Three Tiers)
34
+
35
+ **Tier 1 — COMPLIANT:**
36
+ Idea uses only existing modules, services, and packages already in the codebase — OR it introduces a new capability that:
37
+ 1. Does not replicate an existing pattern in the codebase
38
+ 2. Is justified by the idea's stated purpose
39
+ 3. Requires no new external package, OR the idea text explicitly names it
40
+
41
+ **Tier 2 — NEEDS_REVIEW:**
42
+ Idea requires a new external package not currently in `pyproject.toml`, and the idea text does not name it. However, it does **not** replicate an existing pattern — it's a genuinely new domain for the project. The idea is not wrong, just needs human verification before commitment.
43
+ *Advisor action: In issues, name the package that would be needed and note the justification observed from the idea text.*
44
+
45
+ **Tier 3 — NON_COMPLIANT:**
46
+ Idea requires a new external package that **replicates an existing pattern** already in the codebase. Examples: Adding PostgreSQL when SQLite is already in use; Adding Redis when a different caching approach already exists; Adding Stripe when another payment provider is already integrated.
47
+
48
+ **"Clearly directed otherwise"** means the idea text must explicitly name the new package. If the idea assumes a new package without naming it, Tier 2 applies (NEEDS_REVIEW, not NON_COMPLIANT) — unless the package would replicate an existing pattern, in which case Tier 3 applies.
49
+
50
+ **Key distinction:** "replicates an existing pattern" means the project already has a solution for this problem type. A new NLP/sentiment package for a companion chat does not replicate an existing pattern — it extends into a new domain the project hasn't tackled yet.
51
+
52
+ ---
53
+
54
+ ### Gate 3 — No Direct Story Duplication (HARD: NON_COMPLIANT if violated)
55
+
56
+ If existing stories in the queue already implement the same outcome, this gate fails.
57
+
58
+ - **"Direct duplication"** = same user-visible outcome
59
+ - **Sub-feature overlap** = NEEDS_REVIEW, not NON_COMPLIANT
60
+ - **Indirect reuse** = not duplication
61
+
62
+ ---
63
+
64
+ ### Gate 4 — No Direct Idea Collision (HARD: NON_COMPLIANT if violated)
65
+
66
+ If a committed idea already covers the same ground with the same implementation approach, this gate fails. Adjacent territory or related but distinct capability = NEEDS_REVIEW.
67
+
68
+ ---
69
+
70
+ ### Gate 5 — Naming Collision (SOFT: NEEDS_REVIEW if violated)
71
+
72
+ A naming collision exists if the idea introduces a module, function, class, or identifier whose name would conflict with an existing name in the codebase or a pending story/idea.
73
+
74
+ - Naming collision alone is NOT NON_COMPLIANT — it is NEEDS_REVIEW
75
+ - The collision must be documented so the team can rename before commitment
76
+
77
+ ---
78
+
79
+ ## Verdict Definitions
80
+
81
+ | Verdict | Meaning |
82
+ |---|---|
83
+ | **COMPLIANT** | Clears all five gates. Tier 1 on Gate 2. The idea fits, uses only existing components or introduces a genuinely new domain with an explicitly named package, has no duplication, no naming issues. |
84
+ | **NEEDS_REVIEW** | Gate 2 resolves at Tier 2 (new package needed, not named but not duplicating existing patterns), OR one of Gates 3/4/5 produced an ambiguous/borderline result. This is NOT a failure — it is the advisor requesting human input. See issues list. |
85
+ | **NON_COMPLIANT** | Gate 1 is violated, OR Gate 2 resolves at Tier 3 (package replicates existing pattern), OR Gate 3 or 4 is a hard duplication. The idea must be reframed before commitment. |
86
+
87
+ ---
88
+
89
+ ## Context Block
90
+
91
+ ```
92
+ Context: repo_root=<repo_root>, project_id=<project_id>, idea_id=<idea_id>
93
+
94
+ Shaped Idea:
95
+ <idea_text>
96
+
97
+ Question: Is this idea compliant?
98
+ ```
99
+
100
+ ## Output Schema
101
+
102
+ Return a JSON object:
103
+
104
+ ```json
105
+ {
106
+ "verdict": "COMPLIANT | NEEDS_REVIEW | NON_COMPLIANT",
107
+ "gate_1_architecture": {
108
+ "status": "pass | fail",
109
+ "notes": "<what you found>"
110
+ },
111
+ "gate_2_methods": {
112
+ "status": "pass | needs_review | fail",
113
+ "tier": "1 | 2 | 3",
114
+ "notes": "<existing components used or what is needed and why>"
115
+ },
116
+ "gate_3_story_dup": {
117
+ "status": "pass | fail",
118
+ "notes": "<existing stories found or none>"
119
+ },
120
+ "gate_4_idea_dup": {
121
+ "status": "pass | fail",
122
+ "notes": "<existing ideas found or none>"
123
+ },
124
+ "gate_5_naming": {
125
+ "status": "pass | needs_review",
126
+ "notes": "<collisions found or none>"
127
+ },
128
+ "issues": [
129
+ "<specific issue description for each non-pass gate>"
130
+ ],
131
+ "summary": "<one sentence verdict rationale>"
132
+ }
133
+ ```
134
+
135
+ ## Constraints
136
+
137
+ - Do NOT write or modify any files
138
+ - Do NOT generate stories or implementation plans
139
+ - If you are unsure whether a gate is violated, default to the softer verdict (needs_review for Gate 2, pass for Gates 1/3/4)
140
+ - "Clearly directed otherwise" must be verifiable from the idea text alone — do not assume intent
141
+ - Be specific in issue descriptions: name the conflicting component, package, or architectural pattern
142
+ - NEEDS_REVIEW is a request for human input — it is not a refusal
143
+ - A new method on an existing service = Tier 1 (COMPLIANT on Gate 2), NOT needs_review
144
+ - A new external package that extends into a genuinely new domain (not replicating existing patterns) = Tier 2 (NEEDS_REVIEW)
145
+ - A new external package that replicates an existing pattern already in the codebase = Tier 3 (NON_COMPLIANT)
@@ -0,0 +1,2 @@
1
+ *
2
+ !.gitignore
@@ -0,0 +1,9 @@
1
+ {
2
+ "packages": [
3
+ "npm:@tintinweb/pi-subagents",
4
+ "npm:@tintinweb/pi-tasks",
5
+ "npm:pi-lens",
6
+ "npm:@aliou/pi-guardrails",
7
+ "npm:pi-secret-guard"
8
+ ]
9
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "timestamp": "2026-04-13T01:30:57.294Z"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "items": []
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "timestamp": "2026-04-13T01:30:57.291Z"
3
+ }
@@ -0,0 +1,235 @@
1
+ Metadata-Version: 2.4
2
+ Name: devflow-engine
3
+ Version: 1.0.0
4
+ Summary: DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)
5
+ Project-URL: Homepage, https://github.com/Nuosis/devflow_engine
6
+ Project-URL: Repository, https://github.com/Nuosis/devflow_engine
7
+ Project-URL: Issues, https://github.com/Nuosis/devflow_engine/issues
8
+ Author: DevFlow
9
+ License: Proprietary
10
+ Keywords: agentic,automation,cli,devflow,testing,workflow
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: Environment :: Console
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: Other/Proprietary License
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development
20
+ Classifier: Topic :: Software Development :: Build Tools
21
+ Requires-Python: >=3.11
22
+ Requires-Dist: cryptography>=45.0
23
+ Requires-Dist: pydantic>=2.6
24
+ Requires-Dist: pyyaml>=6.0
25
+ Requires-Dist: rich>=13.7
26
+ Requires-Dist: typer>=0.12
27
+ Description-Content-Type: text/markdown
28
+
29
+ # DevFlow Engine
30
+
31
+ CLI-first Python engine for DevFlow. The PyPI distribution is
32
+ `devflow-engine`; it installs the `devflow` command.
33
+
34
+ ## Goals
35
+ - Project lifecycle: draft shell -> bind workspace/repo -> init/register/list/remove
36
+ - Story lifecycle: index/validate/register/execute
37
+ - Planning support: repo analysis -> source docs -> scopes -> approved scope -> idea(s) -> DevFlow stories
38
+ - Implementation workflow: "green" gate = tests + typecheck + lint
39
+ - Review workflow: story-driven compliance/soundness/security review packets persisted in SQLite
40
+ - Error workflow: error queue + remediation runs
41
+ - Execution store: `.devflow/execution.sqlite`
42
+
43
+ ## Documentation
44
+ - `docs/story-implementation-planning-node.md` — per-story planning/gating node before TestDesign/Red, with dependency findings, queue decisions, and registry expectations consumed by downstream implementation nodes.
45
+ - `docs/llm-input-primitives-v0.02.md` — v0.02 LLM-facing input primitive contract for `idea` and `story`.
46
+
47
+ ## Install
48
+
49
+ Install the CLI from PyPI:
50
+
51
+ ```bash
52
+ pipx install devflow-engine
53
+ # or
54
+ python -m pip install devflow-engine
55
+ ```
56
+
57
+ Run the CLI:
58
+
59
+ ```bash
60
+ devflow --help
61
+ ```
62
+
63
+ ## Development
64
+
65
+ This repo is intended to be developed with **uv**.
66
+
67
+ ```bash
68
+ cd devflow_engine
69
+ uv venv
70
+ uv pip install -e '.[dev]'
71
+ ```
72
+
73
+ Print the v0.02 LLM input guidance:
74
+ ```bash
75
+ devflow llm guide
76
+ devflow llm guide --primitive idea --json
77
+ ```
78
+
79
+ ## Happy path
80
+ 1. project shell created in control plane
81
+ 2. workspace/repo bound to project
82
+ 3. registration DAG runs via `devflow project add`
83
+ 4. project reaches `ready_for_source_scope`
84
+ 5. source docs -> scopes
85
+ 6. approved scope -> idea(s)
86
+ 7. idea -> DevFlow stories
87
+ 8. story -> implementation
88
+ 9. implementation -> review
89
+
90
+ ## Quickstart
91
+ Register an existing repo with DevFlow:
92
+ ```bash
93
+ devflow project add --path /absolute/path/to/repo --name my-repo --json
94
+ ```
95
+
96
+ Submit an idea or a ready story:
97
+ ```bash
98
+ devflow idea submit --project /absolute/path/to/repo --from idea.json --json
99
+ # or
100
+ devflow story submit --project /absolute/path/to/repo --from story.json --json
101
+ ```
102
+
103
+ Run delivery and inspect health:
104
+ ```bash
105
+ devflow run start --project /absolute/path/to/repo --json
106
+ devflow run health --project /absolute/path/to/repo --json
107
+ ```
108
+
109
+ Triage and repair failures:
110
+ ```bash
111
+ devflow doctor --project /absolute/path/to/repo --json
112
+ devflow recovery run --project /absolute/path/to/repo --json
113
+ devflow error solve --project /absolute/path/to/repo --json
114
+ ```
115
+
116
+ When you have a deterministic project-code repro, pass it to error solving:
117
+ ```bash
118
+ devflow error solve \
119
+ --project /absolute/path/to/repo \
120
+ --repro-command 'uv run pytest' \
121
+ --json
122
+ ```
123
+
124
+ Inspect per-node outputs from a stored run:
125
+ ```bash
126
+ # dump a specific run by run_id
127
+ python scripts/dump_run_node_outputs.py \
128
+ --run-id <run_uuid>
129
+
130
+ # or dump the latest run for any DAG by dag_id
131
+ python scripts/dump_run_node_outputs.py \
132
+ --dag-id implementation_dag
133
+
134
+ # second-most-recent run for that DAG
135
+ python scripts/dump_run_node_outputs.py \
136
+ --dag-id implementation_dag \
137
+ --latest-index 2
138
+ ```
139
+
140
+ Dumps are written under `.devflow/node_output_dumps/<dag>/<label>/<timestamp>/` by default.
141
+ The navigation path intentionally stays human-readable and omits run IDs / object IDs where possible:
142
+ - `<dag>` comes from `runs.dag_id` unless it looks like an ID, in which case the folder falls back to `dag`
143
+ - `<label>` is derived from readable config fields such as `label`, `name`, `title`, `idea_title`, `scope_title`, or `story_title`
144
+ - the exact `run_id` still lands in `manifest.json` inside the dump directory
145
+
146
+ Use `--output-root /tmp/devflow-dumps` to write somewhere else.
147
+
148
+ Run the source -> scope scaffold end-to-end:
149
+ ```bash
150
+ devflow source-scope run \
151
+ --project-id proj_demo \
152
+ --intake-id source_demo \
153
+ --text "Customers approve quotes online. Approved quotes create jobs. Completed jobs create invoices and customers can pay online."
154
+ ```
155
+
156
+ Gate a pre-shaped normalized packet + scope outline deterministically:
157
+ ```bash
158
+ devflow source-scope gate \
159
+ --project-id proj_demo \
160
+ --source-packet .devflow/path/to/normalized_source_packet.json \
161
+ --scope-outline .devflow/path/to/scope_outline.json
162
+ ```
163
+
164
+ ## Story contracts
165
+ Story contracts are YAML documents containing:
166
+ - `id`, `title`
167
+ - `planes`: required plane write-ups (`product`, `ux`, `technical`, `security`, `compliance`, `operations`)
168
+ - `plane_oracles`: list of `{plane, anchor}` entries used as verification anchors
169
+
170
+ The contract validator enforces presence of required planes + non-empty plane_oracles.
171
+
172
+ ## Execution store
173
+ All runs/events/errors/review packets are stored in:
174
+ - `.devflow/execution.sqlite`
175
+
176
+ This database is created automatically on first CLI usage.
177
+
178
+ ## Workers / Background services
179
+
180
+ ### Supabase execution-event listener (`devflow worker supabase-events`)
181
+
182
+ This is the DFE-side listener/dispatcher for the `devflow_execution_events` Supabase table.
183
+ It is the single long-running process that bridges the control-plane (Supabase) to the local
184
+ DevFlow engine — picking up queued events and dispatching the appropriate DFE workflow for each.
185
+
186
+ **Normal operation (continuous loop with Realtime):**
187
+ ```bash
188
+ devflow worker supabase-events
189
+ ```
190
+
191
+ Starts an indefinite polling loop. While running it also opens a Supabase Realtime WebSocket
192
+ subscription on `devflow_execution_events`. New `INSERT` events on that table wake the dispatch
193
+ loop immediately rather than waiting for the next poll interval (default: 3 s). If the WebSocket
194
+ connection drops it reconnects automatically in the background; polling continues as the fallback
195
+ during any gap.
196
+
197
+ **Process a single queued event and exit:**
198
+ ```bash
199
+ devflow worker supabase-events --once
200
+ ```
201
+
202
+ Useful for manual trigger / smoke testing.
203
+
204
+ **Disable Realtime (polling only):**
205
+ ```bash
206
+ devflow worker supabase-events --no-realtime
207
+ ```
208
+
209
+ Runs the same polling loop but skips the WebSocket listener entirely. Use this when the
210
+ `websockets` Python package is unavailable, or when you need to debug without a live connection.
211
+
212
+ **Additional options:**
213
+ | Flag | Default | Description |
214
+ |---|---|---|
215
+ | `--sleep-seconds N` | `3.0` | Idle sleep between polls (also caps realtime wake latency) |
216
+ | `--max-iterations N` | unlimited | Stop after N loop iterations |
217
+ | `--json` | off | Emit JSON summary on exit |
218
+
219
+ **When queued events are not being picked up — checklist:**
220
+ 1. Verify the worker is running: there should be a live `devflow worker supabase-events` process.
221
+ 2. Check Supabase credentials: `SUPABASE_URL` and `SUPABASE_SERVICE_KEY` (or equivalent config)
222
+ must be set and valid.
223
+ 3. Confirm the event row in `devflow_execution_events` has `status = queued` and `run_id IS NULL`
224
+ — events with any other status are skipped.
225
+ 4. Check that the event's `event_type` is in the supported set (see
226
+ `docs/queue-worker-infra.md` → *Supported event types*).
227
+ 5. Run with `--once` to get an immediate result and check stderr/stdout for errors.
228
+ 6. If Realtime is misbehaving (false wake-ups or missed wakes), try `--no-realtime` to isolate
229
+ the issue to the polling path.
230
+
231
+ See `docs/queue-worker-infra.md` for full architecture details.
232
+
233
+ ## Design notes
234
+ - `docs/scope-idea-agentification.md` — current scope->idea agentic runtime notes
235
+ - `docs/ui-grounding-curtis-medium-tier-doctrine.md` — follow-on UI grounding / wireframe planning doctrine from the Curtis pass, including the proposed `ui_screen_inventory.json` contract and the default medium-tier minimum for customer-facing wireframes