devflow-engine 1.1.25__tar.gz → 1.1.26__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.
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/PKG-INFO +2 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/README.md +1 -0
- devflow_engine-1.1.26/docs/production-happy-path.md +190 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/pyproject.toml +1 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/audit_llm_invocations.py +7 -66
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/cli/app.py +131 -67
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/actors.py +134 -6
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/traditional_stories.py +21 -7
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/dag.py +311 -36
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/invoke.py +110 -13
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/provider_api.py +2 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/process/dag.py +5 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/recovery/dag.py +77 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +1 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +1 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_project_repo_binding.py +2 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/integration/test_integration_agentic.py +1 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/integration/test_integration_prompt_loading.py +2 -2
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_agentic_prompt_loading.py +2 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/uv.lock +1 -1
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.github/workflows/devflow-enforce.yml +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.gitignore +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi/agents/filemaker-expert/filemaker-expert.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi/npm/.gitignore +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi/settings.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi-lens/cache/session-start-guidance.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi-lens/cache/session-start-guidance.meta.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi-lens/cache/todo-baseline.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/.pi-lens/cache/todo-baseline.meta.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/DESIGN_NOTES.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/OPERATOR.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/source_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1002_production_pipeline_story_entrypoint.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1030_registry_db_perfect_registration.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1031_init_dedupe_and_strict_refactor.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.1_execution-store_sqlite-bootstrap.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.2_execution-store_schema_core-tables.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.3_execution-store_run-lifecycle-persistence.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.4_execution-store_node-execution-persistence.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.5_execution-store_artifacts-errors-review-packets.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.6_logging_layout_correlation-ids_tool-logs.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-502_repo-analysis-capture-evidence.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-503_generate-baseline-draft-stories-per-plane.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-504_draft-storage-provenance-and-non-canonical-separation.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-505_promote-drafts-to-canonical-with-traceability.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-506_review-and-diff-drafts-vs-canonical.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/DF2-IMPL-620_genai_workflow_engine_conversion.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-902_preflight-check-catalog-and-config.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-906_preflight-scenarios-respect-story-planes.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-907_parallel-batch-run-and-summary.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-908_node-devflow-parity-preflight-json.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-501_idea-init-and-structure.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-507_list-and-inspect-ideas-analyses-drafts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-508_link-idea-artifacts-to-execution-runs.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.1_review-packet_schema-and-loader.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.2_review-runner_core-workflow.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.3_review-findings_persistence_execution-store.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.4_remediation-run-spec_generation.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.5_security-and-safety_review-policies.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.6_contract-compliance-and-soundness_checks.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.7_cli-review-command_and_artifacts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.2_error-queue_claiming-concurrency.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.4_remediation-runs_model-and-linkage.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.5_error-solver_workflow-orchestration.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.6_github-issues_ingestion-watcher.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.7_execution-errors_to_error-tasks-ingestion.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.8_error-cli_minimal-commands.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.9_node-devflow-semantics_compatibility.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/control-plane-source-of-truth-sketch.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/devflow-queue-ops-skill-tree.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/devflow-skill-overlays.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/devflow-skill-registry-spec.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/devin-ideation-source-docs.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/devin-intake-ideation-boundary.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/error-solving-dag-note.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/evals/source-doc-sparse-input-eval.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/evals/source-doc-targeted-mutation-eval.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/llm-invocation-architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/project-doc-agent-contracts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/project-doc-cross-reference-rules.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/project-doc-richness-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/prompts/anti-patterns.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/prompts/devin-agent-prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/prompts/devin2-agent-prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/queue-worker-infra.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/recovery-dag-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/registry-doctrine.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/scope-idea-agentification.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-coherence-node-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-mutation-acceptance-matrix.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-mutation-real-eval.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-mutation-support-index-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-section-agent-contracts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-doc-section-richness-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-to-project-doc-impact-map.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/source-to-project-doc-reference-map.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/story-implementation-planning-node.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/support/source_doc_mutation/cross_sourceXproject.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/support/source_doc_mutation/internal_project.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/support/source_doc_mutation/internal_source.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/ui-grounding-curtis-medium-tier-doctrine.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/docs/ui-grounding-curtis-structural-integration-note.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T195349Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T211128Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T214046Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/index.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/prd.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/matrices/accuracy.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/matrices/appropriate_update.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/matrices/thoroughness.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/20260322T223518Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/project_bootstrap/dataset.yaml +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/project_bootstrap/run_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/evals/project_bootstrap/schema.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/evals/source-doc-sparse-input-scenario.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/evals/source-doc-targeted-mutation-scenario.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/ideation_scenarios_template.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/iterate_arm_playground.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/run_ideation_arm_scenarios.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/run_iterate_scenarios.sh +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/playground/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/generic/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/ideation/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/ideation/scenarios.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/ideation_loop/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/insight/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/insight/scenarios.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/intake/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/iterate/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin/shared/principles.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/devin_eval/assessment/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/idea/api_ideation_agent/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/idea/api_insight_agent/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/idea/response_doctrine/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/dependency_assessment/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/green/green/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/green_review/outcome_review/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/green_review/prior_run_review/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/red/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/redreview/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/redreview_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/setupdoc/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/story_planning/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/implementation/test_design/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green/green/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green_enrich/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green_enrich/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green_enrich/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/red/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red_review/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red_review/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/red_review/red_review/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/resolve/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/validate/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/write_workflows/example.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/write_workflows/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/integration/write_workflows/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/iterate/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/iterate/coder/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/iterate/framer/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/iterate/iterator/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/iterate/observer/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/diagnosis/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/execution/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/execution_verification/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/failure_investigation/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/preflight_health_repo_repair/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/remediation_execution/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/recovery/root_cause_investigation/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/scope_idea/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_eval/document/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_eval/targeted_mutation/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/domain_entities/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/product_brief/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/project_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/project_doc_render/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/source_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_doc_mutation/user_workflows/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/source_scope/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/prompts/ui_grounding/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/audit_story_ideas.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/green.sh +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/purge_implemented_story_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/reconcile_story_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/replay_scope_draft_idea.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/replay_scope_goldilocks.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_api_key_transport_smoke.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_gitcommit_refactor_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_green_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_once_no_recovery.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_preflight_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_red_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_refactor_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_security_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/run_with_recovery.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/validate_architecture.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/validate_stories.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/validate_tests.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/scripts/validate_tests_story.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/agentic_prompts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/agentic_runtime.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/api_keys.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/bootstrap/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/bootstrap/provision_from_template.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/cli/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/core/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/core/config.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/core/logging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/core/paths.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/core/toml_kv.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devflow_event_worker.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devflow_state.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devin2/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devin2/agent_definition.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devin2/pi_runner.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/devin_orchestration.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/error/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/error/remediation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/error_solver_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/question_classifier.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/repo_quality_judge.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/runtime_observability.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/user_report_fix.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/errors/vision.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/agentic.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/analyze.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/devin_chat_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/diff.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/drafts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/idea_creation_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/ideation_enrichment.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/ideation_enrichment_worker.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/paths.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/promote.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/redaction.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/repo_tools.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/response_mode.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/story_pipeline.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/idea/sufficiency.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/alembic_preflight.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/green_gate.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/prompts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/implementation/test_runtime.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/agentic.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/prompts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/supabase_schema.sql +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/integration/supabase_sync.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/cli_one_shot.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/cli_stream.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/llm/execution_context.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/orchestration.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/planning/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/planning/analyze_repo.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/planning/render_drafts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/playground/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/playground/hooks.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/process/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/project_registration/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/project_registration/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/project_registry.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/recovery/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/recovery/models.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/refactor.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/cards.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/domain_normalize.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/effects.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/enforce_report.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/module_cards_classify.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/module_cards_draft.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/module_cards_gate.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/packages.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/registry/pathways.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/review/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/review/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/review/review_story.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/scope_idea/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/scope_idea/agentic.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/scope_idea/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/scope_idea/models.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/skills/registry.example.yaml +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_doc_assumptions.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_doc_mutation_worker.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_docs_schema.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_docs_updater.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_scope/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_scope/agentic.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_scope/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/source_scope/models.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/stores/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/stores/execution_store.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/contracts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/discovery.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/evidence.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/hashing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/implemented_queue_purge.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/indexer.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/io.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/markdown_contracts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/reconciliation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/validate_stories.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/validate_tests_story.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story/validation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/story_validation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/ui_grounding/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/ui_grounding/agentic.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/ui_grounding/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/ui_grounding/models.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/ui_grounding/pencil_bridge.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/schema.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/task.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/validate.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/worker.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devflow_engine/worker_guard.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/dag_two_arm.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/devin_chat_scenario_catalog.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/devin_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/playground.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/continue_refinement.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/large_idea_split.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/source_documentation_added.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/user_says_create_it.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/vague_idea.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/ideation/tools.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/playground.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/codebase_exploration.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/devin_insight_routing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/operational_debugging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/operational_question.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/operational_question_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/queue_status.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/queue_status_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/source_doc_explanation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/worker_state_check.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/insight/tools.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/playground.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/scenarios/ideation_routing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/scenarios/insight_routing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/intake/scenarios/insight_routing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/agent-roles.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/agents/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/artifacts.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/eval-plan.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/node.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/pipeline/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/playground-contract.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/prompt.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/framer_task_framing.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/iterate/scenarios/routing-matrix.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/filemaker_expert.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/filemaker_expert.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/filemaker_expert_eval/runner.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/helpers.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/models.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/post.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/router.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/nodes/shared/tools.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/shared/devin-chat-rubric.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/shared/devin-chat-scenario-suite.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/src/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_failure_recovery_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_recovery_queue_normalization.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area10_process_pipeline/test_worker_story_queue_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area12_scope_idea/conftest.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area12_scope_idea/test_scope_to_idea_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area13_source_scope/test_source_scope_cli_e2e.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area13_source_scope/test_source_to_scope_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area14_ui_grounding/test_pencil_bridge.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area14_ui_grounding/test_pencil_preflight_cli.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area14_ui_grounding/test_ui_grounding_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area5_planning_idea_tool/test_idea_repo_tools.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_area6_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_green_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_red_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_security_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area7_review/test_review_dag_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_commit_per_run.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_dag_contract.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_dag_journal.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_error_solver_repo_quality.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_observability_gate_relaxation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_portal_and_modification.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_question_classifier.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area8_errors/test_us85_terminal_workspace_cleanup.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/area9_playground/test_df2_play_area9_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_refactor_cli_import.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_repo_root_override.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_story_execute_wrapper_run.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_supabase_event_worker_cli.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_supabase_realtime_listener.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_worker_concurrent_start.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_worker_kill_switch.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/cli/test_worker_start_modes.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/conftest.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/backend_provision/provision_from_template.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/chi/domain_entities.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/chi/product_brief.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/chi/user_workflows.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/fixtures/source_doc_mutation/scenarios.json +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/idea/test_actor_specificity_warning.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/idea/test_capability_first_story_decomposition.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/idea/test_story_pipeline_dfs_state.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/integration/test_integration_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/integration/test_integration_dag_nodes.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/stores/test_idea_creation_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/stores/test_integration_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_agentic_runtime.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_api_keys.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_area2_project_import_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_area2_project_import_remaining_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_area2_projects_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_area3_execution_store_logging_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_area4_story_system_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_devflow_event_worker.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_devflow_state_project_resolution.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_devin2_agent_definition.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_domain_normalize.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_enforce_changed_filter.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_enforce_report_directives.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_error_solve_runtime_coder_path.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_error_task_failure_message_persisted.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_execution_store.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_execution_store_story_queue_red.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_generic_task_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_ideation_enrichment.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_implemented_story_queue_purge.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_cli_one_shot.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_cli_stream_journal_sqlite.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_cli_stream_logging.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_codex_invocation_regression.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_invocation_audit.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_invoke.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_provider_api.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_provider_config.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_llm_tier_invocation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_observability_evidence_contract.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_playground_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_prd_mutation_grounding.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_process_dag_imperative.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_project_registration_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_project_registration_supabase_uuid.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_queue_project_id_resolution.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_quick_action_queue.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_refactor_llm_path.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_register_one_time.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_cards_and_gate.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_classify_module_cards_parser.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_detect_pathways.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_draft_module_cards.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_draft_module_cards_effects.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_effect_overlap.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_gate_module_cards.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_gate_unknown_strict.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_llm_commands.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_module_incremental_focus.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_module_phase_and_apply.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_registry_scan_ignores_build_dirs.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_source_doc_mutation_acceptance.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_source_doc_mutation_real_eval.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_source_docs_updater.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_story_contracts.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/test_story_reconciliation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/unit/__init__.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/tests/unit/test_story_validation.py +0 -0
- {devflow_engine-1.1.25 → devflow_engine-1.1.26}/users.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devflow-engine
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.26
|
|
4
4
|
Summary: DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)
|
|
5
5
|
Author: DevFlow
|
|
6
6
|
License: Proprietary
|
|
@@ -34,6 +34,7 @@ CLI-first Python engine for DevFlow v2.
|
|
|
34
34
|
|
|
35
35
|
## Documentation
|
|
36
36
|
- `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.
|
|
37
|
+
- `docs/production-happy-path.md` — production control-plane, queue, idea-to-story, story implementation, recovery, and integration happy path.
|
|
37
38
|
|
|
38
39
|
## Install / Dev
|
|
39
40
|
This repo is intended to be run with **uv**.
|
|
@@ -15,6 +15,7 @@ CLI-first Python engine for DevFlow v2.
|
|
|
15
15
|
|
|
16
16
|
## Documentation
|
|
17
17
|
- `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.
|
|
18
|
+
- `docs/production-happy-path.md` — production control-plane, queue, idea-to-story, story implementation, recovery, and integration happy path.
|
|
18
19
|
|
|
19
20
|
## Install / Dev
|
|
20
21
|
This repo is intended to be run with **uv**.
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# DevFlow Engine Production Happy Path
|
|
2
|
+
|
|
3
|
+
This document describes the target production path for DevFlow Engine as implemented in this repo today. It is intentionally about the normal path: what should happen when project setup, planning, queue execution, implementation, and visibility all succeed.
|
|
4
|
+
|
|
5
|
+
## System Roles
|
|
6
|
+
|
|
7
|
+
- DevFlow Host owns deployment and per-project engine containers.
|
|
8
|
+
- Supabase is the shared control plane and visibility plane.
|
|
9
|
+
- DevFlow Engine owns authoritative execution inside the project workspace.
|
|
10
|
+
- `.devflow/execution.sqlite` is the local execution source of truth for runs, queues, node outputs, artifacts, worker state, and recovery handoffs.
|
|
11
|
+
- `devflow_state` and related Supabase projections are frontend visibility, not execution authority.
|
|
12
|
+
|
|
13
|
+
## Deployment Path
|
|
14
|
+
|
|
15
|
+
1. A DevFlow Engine version is published as the `devflow-engine` Python package.
|
|
16
|
+
2. DevFlow Host pins that version through `ENGINE_VERSION`.
|
|
17
|
+
3. The host controller rebuilds/restarts project engine containers.
|
|
18
|
+
4. A per-project engine container runs the `devflow` CLI with project-specific environment and credentials.
|
|
19
|
+
|
|
20
|
+
The operator commands for publishing and host pinning live in `OPERATOR.md`.
|
|
21
|
+
|
|
22
|
+
## Control-Plane Event Path
|
|
23
|
+
|
|
24
|
+
The production control-plane entrypoint is:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
devflow worker supabase-events
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
The worker watches `devflow_execution_events`, using Realtime wakeups when available and polling as fallback.
|
|
31
|
+
|
|
32
|
+
Happy path:
|
|
33
|
+
|
|
34
|
+
1. Supabase receives a supported event with `status = queued` and `run_id IS NULL`.
|
|
35
|
+
2. `DevflowEventWorkerLoopService` wakes, fetches the event, and atomically claims it as `processing`.
|
|
36
|
+
3. `DevflowEventWorkerService` dispatches the event to the matching local workflow.
|
|
37
|
+
4. The workflow writes authoritative local run/artifact/queue state.
|
|
38
|
+
5. The event is completed or failed in Supabase.
|
|
39
|
+
6. `devflow_state` is updated so the frontend can show current project status.
|
|
40
|
+
|
|
41
|
+
Supported production event families are documented in `docs/queue-worker-infra.md`; examples include project init/import, source docs, source-to-scope, idea intake, idea-to-stories, settings changes, and API key transport.
|
|
42
|
+
|
|
43
|
+
## Project Registration Path
|
|
44
|
+
|
|
45
|
+
Production project setup starts from either:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
devflow project init --name <name>
|
|
49
|
+
devflow project import <repo-spec-or-path>
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Happy path:
|
|
53
|
+
|
|
54
|
+
1. The control plane has a project shell or the CLI receives enough information to bind one.
|
|
55
|
+
2. DevFlow Engine resolves or creates a workspace.
|
|
56
|
+
3. The registration DAG binds the workspace/repo to a project id.
|
|
57
|
+
4. Local `.devflow/` state and `.devflow/execution.sqlite` are initialized.
|
|
58
|
+
5. The project registry records the project selector, workspace path, repo root, and remote URL when available.
|
|
59
|
+
6. Registration reaches `engine_registered`.
|
|
60
|
+
7. Shared state is projected as `ready_for_source_scope`.
|
|
61
|
+
|
|
62
|
+
The key rule is that DevFlow Engine owns the local execution truth. Supabase carries project/control-plane state and frontend visibility.
|
|
63
|
+
|
|
64
|
+
## Planning Path
|
|
65
|
+
|
|
66
|
+
The normal planning progression is:
|
|
67
|
+
|
|
68
|
+
1. Source docs are created or updated.
|
|
69
|
+
2. Source docs are converted into candidate scopes.
|
|
70
|
+
3. An approved scope creates an idea.
|
|
71
|
+
4. A sufficiently grounded idea creates DevFlow stories.
|
|
72
|
+
5. Stories are queued for implementation.
|
|
73
|
+
|
|
74
|
+
The queue-backed path is preferred for production execution:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
devflow worker start --project <project-id>
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
`process_once` claims one queue item; `drain_project_queue` keeps processing until the current queue is empty or the next queue type should take over.
|
|
81
|
+
|
|
82
|
+
Queue priority order in the project worker is:
|
|
83
|
+
|
|
84
|
+
1. source docs maintenance
|
|
85
|
+
2. quick actions
|
|
86
|
+
3. errors
|
|
87
|
+
4. recovery
|
|
88
|
+
5. scope-to-idea
|
|
89
|
+
6. idea creation
|
|
90
|
+
7. idea-to-story
|
|
91
|
+
8. source doc mutation
|
|
92
|
+
9. story implementation
|
|
93
|
+
10. integration
|
|
94
|
+
|
|
95
|
+
## Idea-To-Story Path
|
|
96
|
+
|
|
97
|
+
The production idea-to-story lane is queue-backed through `idea_queue`.
|
|
98
|
+
|
|
99
|
+
Happy path:
|
|
100
|
+
|
|
101
|
+
1. An idea queue row is created with an idea payload path and candidate planes.
|
|
102
|
+
2. `devflow worker start --project <project-id>` claims the row.
|
|
103
|
+
3. The worker starts a `worker.idea_to_story` run.
|
|
104
|
+
4. `run_idea_to_devflow_stories_dag` validates sufficiency and normalizes actor context.
|
|
105
|
+
5. Traditional stories are generated and gated.
|
|
106
|
+
6. DevFlow story contracts are compiled.
|
|
107
|
+
7. Story artifacts are persisted.
|
|
108
|
+
8. `story_queue` rows are enqueued for each compiled story.
|
|
109
|
+
9. The idea queue item is marked `completed`.
|
|
110
|
+
|
|
111
|
+
The actor registry is part of the happy path, not a side detail. Generated coverage requirements and stories must resolve to canonical actors before downstream story compilation is considered trustworthy.
|
|
112
|
+
|
|
113
|
+
## Story Implementation Path
|
|
114
|
+
|
|
115
|
+
The production story lane is queue-backed through `story_queue`.
|
|
116
|
+
|
|
117
|
+
Happy path:
|
|
118
|
+
|
|
119
|
+
1. A queued story row references a persisted story artifact.
|
|
120
|
+
2. The project worker claims the story row and starts a `worker.story.execute` wrapper run.
|
|
121
|
+
3. The worker marks the story row `in_progress`.
|
|
122
|
+
4. `process_dag.run_process_dag` runs the actual implementation DAG.
|
|
123
|
+
5. Implementation DAG nodes create child runs/artifacts as needed.
|
|
124
|
+
6. On success, the local story status becomes `implemented`.
|
|
125
|
+
7. Supabase story status is updated to `implemented`.
|
|
126
|
+
8. `devflow_state` is projected as implementation complete.
|
|
127
|
+
9. The story queue row is marked `completed`.
|
|
128
|
+
|
|
129
|
+
When investigating this path, do not stop at the wrapper run. Trace both the `worker.story.execute` wrapper run and the child implementation DAG run(s).
|
|
130
|
+
|
|
131
|
+
## Recovery Path
|
|
132
|
+
|
|
133
|
+
Recovery is part of production, but not part of the happy path.
|
|
134
|
+
|
|
135
|
+
If a queue item fails in a recoverable lane, the worker:
|
|
136
|
+
|
|
137
|
+
1. marks the active run failed,
|
|
138
|
+
2. marks the queue item failed or blocked,
|
|
139
|
+
3. persists failure context,
|
|
140
|
+
4. creates a `recovery_queue` request,
|
|
141
|
+
5. stops the worker cleanly.
|
|
142
|
+
|
|
143
|
+
`devflow worker recover --project <project-id>` is for stale worker ownership state, not normal queue progress.
|
|
144
|
+
|
|
145
|
+
## Integration Path
|
|
146
|
+
|
|
147
|
+
After stories are implemented, integration work can be prepared and queued:
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
devflow integration prepare <idea-id>
|
|
151
|
+
devflow integration enqueue <idea-id> --project <project-id>
|
|
152
|
+
devflow worker start --project <project-id>
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
Happy path:
|
|
156
|
+
|
|
157
|
+
1. Integration payload is prepared from implemented idea/stories, code evidence, and source docs.
|
|
158
|
+
2. `integration_queue` receives a queued row.
|
|
159
|
+
3. The project worker claims it and starts `worker.integration`.
|
|
160
|
+
4. `run_integration_dag` evaluates integration readiness.
|
|
161
|
+
5. Integration artifacts are written under the idea's integration directory.
|
|
162
|
+
6. Supabase integration state and `devflow_state` are updated.
|
|
163
|
+
7. The integration queue row is marked `completed`.
|
|
164
|
+
|
|
165
|
+
## What Counts As Production Complete
|
|
166
|
+
|
|
167
|
+
A production happy-path claim is only complete when all of these are true:
|
|
168
|
+
|
|
169
|
+
- The command/event has a real entrypoint.
|
|
170
|
+
- The authoritative local state transition is persisted in `.devflow/execution.sqlite`.
|
|
171
|
+
- Artifacts needed for replay or review are written to stable paths.
|
|
172
|
+
- Queue rows move from `queued` to `in_progress` to `completed`.
|
|
173
|
+
- Supabase visibility is updated where the frontend depends on it.
|
|
174
|
+
- Failures preserve enough context to enqueue recovery or support operator diagnosis.
|
|
175
|
+
|
|
176
|
+
Tests that only assert mocks were called do not prove this path. Tests should verify durable local state and, where relevant, Supabase projection calls or readbacks.
|
|
177
|
+
|
|
178
|
+
## Recently Repaired Red-Test Clusters Against This Path
|
|
179
|
+
|
|
180
|
+
The repair pass that introduced this document focused on failures that were still on the production happy path:
|
|
181
|
+
|
|
182
|
+
- idea-to-story actor normalization and canonical actor id repair,
|
|
183
|
+
- project init/import backend provisioning and bootstrap story synthesis,
|
|
184
|
+
- story execution wrapper run closure on success, failure, and crashes,
|
|
185
|
+
- implementation DAG setup/preflight/dependency/planning/test-design/red happy-path progression,
|
|
186
|
+
- recovery DAG classification and queue re-enqueue behavior,
|
|
187
|
+
- worker project root resolution from registry entries,
|
|
188
|
+
- runtime error solver behavior for unresolved projects versus local repro/coder paths.
|
|
189
|
+
|
|
190
|
+
The full test suite was green after these repairs. The next useful repair step is to keep broadening production-lane proof with durable state assertions rather than mock-only completion checks.
|
|
@@ -266,17 +266,9 @@ INVENTORY: tuple[InventoryRow, ...] = (
|
|
|
266
266
|
notes="Failure classification, diagnosis, strategy, execution, and verification all route through the current canonical seam.",
|
|
267
267
|
tests=("tests/area10_process_pipeline/test_failure_recovery_dag.py", "tests/area10_process_pipeline/test_recovery_dag_model_tier.py"),
|
|
268
268
|
),
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
function="_assess_response",
|
|
273
|
-
invocation="run_agent_step",
|
|
274
|
-
classification="canonical_wrapper_eval",
|
|
275
|
-
live_status="live_opt_in",
|
|
276
|
-
owner="Opt-in eval harness",
|
|
277
|
-
notes="Opt-in real-eval harness; not worker-happy-path, but still a live invocation path when explicitly enabled.",
|
|
278
|
-
tests=("tests/test_devin_real_eval.py",),
|
|
279
|
-
),
|
|
269
|
+
# Devin entries removed: devin_eval.py / devin_chat_dag are no longer
|
|
270
|
+
# part of the engine (1-line shim re-exports a removed package).
|
|
271
|
+
# Keeping the dead InventoryRow here would always report uncovered.
|
|
280
272
|
InventoryRow(
|
|
281
273
|
id="source_doc_mutation_eval._assess_doc",
|
|
282
274
|
file="src/devflow_engine/source_doc_mutation_eval.py",
|
|
@@ -288,28 +280,8 @@ INVENTORY: tuple[InventoryRow, ...] = (
|
|
|
288
280
|
notes="Opt-in real-eval harness for source-doc mutation quality.",
|
|
289
281
|
tests=("tests/test_source_doc_mutation_eval.py", "tests/test_source_doc_mutation_real_eval.py"),
|
|
290
282
|
),
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
file="src/devflow_engine/idea/agentic.py",
|
|
294
|
-
function="_anthropic_messages_create",
|
|
295
|
-
invocation="urllib.request.urlopen",
|
|
296
|
-
classification="direct_provider_api_exception",
|
|
297
|
-
live_status="live",
|
|
298
|
-
owner="DFE ideation/insight arm",
|
|
299
|
-
notes="Direct Anthropic HTTP transport. Current exception that must migrate into the future canonical invocation surface.",
|
|
300
|
-
tests=("tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py",),
|
|
301
|
-
),
|
|
302
|
-
InventoryRow(
|
|
303
|
-
id="idea.agentic._run_api_agent",
|
|
304
|
-
file="src/devflow_engine/idea/agentic.py",
|
|
305
|
-
function="_run_api_agent",
|
|
306
|
-
invocation="_anthropic_messages_create",
|
|
307
|
-
classification="direct_provider_api_exception",
|
|
308
|
-
live_status="live",
|
|
309
|
-
owner="DFE ideation/insight arm",
|
|
310
|
-
notes="Structured tool-loop over the direct Anthropic transport.",
|
|
311
|
-
tests=("tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py",),
|
|
312
|
-
),
|
|
283
|
+
# idea.agentic entries removed (test file deleted in devin cleanup)
|
|
284
|
+
# idea.agentic entries removed (test file deleted in devin cleanup)
|
|
313
285
|
InventoryRow(
|
|
314
286
|
id="idea.actors._call_json_llm",
|
|
315
287
|
file="src/devflow_engine/idea/actors.py",
|
|
@@ -343,39 +315,8 @@ INVENTORY: tuple[InventoryRow, ...] = (
|
|
|
343
315
|
notes="Direct one-shot bypass around the canonical seam.",
|
|
344
316
|
tests=("tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py",),
|
|
345
317
|
),
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
file="src/devflow_engine/idea/devin_chat_dag.py",
|
|
349
|
-
function="_llm_classify_route",
|
|
350
|
-
invocation="run_one_shot",
|
|
351
|
-
classification="direct_cli_bypass",
|
|
352
|
-
live_status="live",
|
|
353
|
-
owner="Devin chat DAG",
|
|
354
|
-
notes="Direct route-classifier bypass around the canonical seam.",
|
|
355
|
-
tests=("tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py",),
|
|
356
|
-
),
|
|
357
|
-
InventoryRow(
|
|
358
|
-
id="idea.devin_chat_dag._complete_contract_via_llm",
|
|
359
|
-
file="src/devflow_engine/idea/devin_chat_dag.py",
|
|
360
|
-
function="_complete_contract_via_llm",
|
|
361
|
-
invocation="run_one_shot",
|
|
362
|
-
classification="direct_cli_bypass",
|
|
363
|
-
live_status="live",
|
|
364
|
-
owner="Devin chat DAG",
|
|
365
|
-
notes="Direct contract-completion bypass around the canonical seam.",
|
|
366
|
-
tests=("tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py",),
|
|
367
|
-
),
|
|
368
|
-
InventoryRow(
|
|
369
|
-
id="idea.devin_chat_dag.IdeationAgentLoopNode.process",
|
|
370
|
-
file="src/devflow_engine/idea/devin_chat_dag.py",
|
|
371
|
-
function="process",
|
|
372
|
-
invocation="run_streaming",
|
|
373
|
-
classification="direct_cli_bypass",
|
|
374
|
-
live_status="live",
|
|
375
|
-
owner="Devin chat DAG",
|
|
376
|
-
notes="Streaming ideation follow-through bypass around the canonical seam.",
|
|
377
|
-
tests=("tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py",),
|
|
378
|
-
),
|
|
318
|
+
# Devin chat_dag entries removed — devin module is gone (1-line shim only)
|
|
319
|
+
# Devin chat_dag entries removed — devin module is gone (1-line shim only)
|
|
379
320
|
InventoryRow(
|
|
380
321
|
id="idea.ideation_enrichment.handle_ideation_enrichment_task",
|
|
381
322
|
file="src/devflow_engine/idea/ideation_enrichment.py",
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
import base64
|
|
4
3
|
import ast
|
|
5
4
|
import json
|
|
6
5
|
import logging
|
|
7
6
|
import io
|
|
8
7
|
import os
|
|
9
8
|
import re
|
|
10
|
-
import shutil
|
|
11
9
|
import sqlite3
|
|
12
10
|
import subprocess
|
|
13
11
|
import sys
|
|
14
12
|
import tempfile
|
|
15
13
|
import time
|
|
16
14
|
import shutil
|
|
15
|
+
import uuid
|
|
17
16
|
from contextlib import redirect_stderr, redirect_stdout
|
|
18
17
|
from datetime import datetime, timezone
|
|
19
18
|
from hashlib import sha256
|
|
@@ -502,35 +501,11 @@ def _provision_python_backend_template(dest: Path, *, template: str, project_nam
|
|
|
502
501
|
if d.exists() and not any(d.iterdir()):
|
|
503
502
|
d.rmdir()
|
|
504
503
|
|
|
505
|
-
# Pre-initialize git with a non-Nuosis origin so the Nuosis script's
|
|
506
|
-
# template-repository check (which rejects Nuosis/clarify as origin)
|
|
507
|
-
# passes and skips the interactive GitHub repo creation step.
|
|
508
|
-
if not (dest / ".git").exists():
|
|
509
|
-
_run_git_command(["git", "init"], cwd=dest)
|
|
510
|
-
nuosis_fake_remote = f"git@github.com:Nuosis/{slug}.git"
|
|
511
|
-
result_check = subprocess.run(
|
|
512
|
-
["git", "remote", "get-url", "origin"],
|
|
513
|
-
capture_output=True, text=True, cwd=dest,
|
|
514
|
-
)
|
|
515
|
-
if result_check.returncode != 0:
|
|
516
|
-
subprocess.run(["git", "remote", "add", "origin", nuosis_fake_remote], cwd=dest, check=True)
|
|
517
|
-
else:
|
|
518
|
-
subprocess.run(["git", "remote", "set-url", "origin", nuosis_fake_remote], cwd=dest, check=True)
|
|
519
|
-
|
|
520
|
-
# Fetch Nuosis provision script from GitHub and run it in --project-dir mode
|
|
521
|
-
nuosis_script = Path(tempfile.gettempdir()) / "nuosis_provision_from_template.py"
|
|
522
|
-
fetch_result = subprocess.run(
|
|
523
|
-
["gh", "api", "repos/Nuosis/clarify/contents/scripts/provision_from_template.py", "--jq", ".content"],
|
|
524
|
-
capture_output=True, text=True, check=True,
|
|
525
|
-
)
|
|
526
|
-
nuosis_script.write_text(base64.b64decode(fetch_result.stdout).decode(), encoding="utf-8")
|
|
527
|
-
nuosis_script.chmod(0o755)
|
|
528
|
-
|
|
529
504
|
with tempfile.TemporaryDirectory(prefix="devflow-backend-provision-") as temp_dir:
|
|
530
|
-
script_copy = Path(temp_dir) /
|
|
531
|
-
shutil.copy2(
|
|
505
|
+
script_copy = Path(temp_dir) / source_script.name
|
|
506
|
+
shutil.copy2(source_script, script_copy)
|
|
532
507
|
result = subprocess.run(
|
|
533
|
-
[sys.executable, str(script_copy), "--
|
|
508
|
+
[sys.executable, str(script_copy), "--dest", str(dest.resolve()), "--project-name", project_name],
|
|
534
509
|
capture_output=True, text=True, check=False,
|
|
535
510
|
cwd=dest,
|
|
536
511
|
)
|
|
@@ -683,6 +658,55 @@ def _materialize_repo_template(dest: Path, *, template: str | None, project_name
|
|
|
683
658
|
_run_git_command(["git", "init"], cwd=dest)
|
|
684
659
|
|
|
685
660
|
|
|
661
|
+
def _synthesize_import_story_docs(repo_root: Path, *, owner: str, repo: str) -> None:
|
|
662
|
+
story_id = "US-IMPORT-001"
|
|
663
|
+
story_uuid = str(uuid.uuid5(uuid.NAMESPACE_URL, f"devflow-import:{owner}/{repo}:bootstrap-story"))
|
|
664
|
+
story_root = repo_root / "ai_docs" / "context" / "v2" / "project_docs" / "user_stories" / "import_bootstrap"
|
|
665
|
+
existing_story_docs = list(story_root.rglob("*.md")) if story_root.exists() else []
|
|
666
|
+
if not existing_story_docs:
|
|
667
|
+
_write_repo_file(
|
|
668
|
+
story_root / "US-IMPORT-001_import-bootstrap.md",
|
|
669
|
+
"\n".join(
|
|
670
|
+
[
|
|
671
|
+
"# US-IMPORT-001 Import bootstrap story",
|
|
672
|
+
"",
|
|
673
|
+
f"- story_id: {story_id}",
|
|
674
|
+
f"- story_uuid: {story_uuid}",
|
|
675
|
+
"- plane: ops",
|
|
676
|
+
"",
|
|
677
|
+
"## User Story",
|
|
678
|
+
"",
|
|
679
|
+
f"As a DevFlow operator, I want the imported `{owner}/{repo}` repository to have a canonical first story placeholder so implementation planning has a durable story-doc root.",
|
|
680
|
+
"",
|
|
681
|
+
"## Acceptance Criteria",
|
|
682
|
+
"",
|
|
683
|
+
"- Canonical user-story docs exist under `ai_docs/context/v2/project_docs/user_stories`.",
|
|
684
|
+
"- Missing behavioral coverage is represented by an explicit red test stub.",
|
|
685
|
+
"",
|
|
686
|
+
]
|
|
687
|
+
),
|
|
688
|
+
)
|
|
689
|
+
|
|
690
|
+
test_root = repo_root / "tests" / "import_bootstrap"
|
|
691
|
+
existing_red_tests = list(test_root.rglob("test_*red*.py")) if test_root.exists() else []
|
|
692
|
+
if not existing_red_tests:
|
|
693
|
+
_write_repo_file(
|
|
694
|
+
test_root / "test_import_bootstrap_red.py",
|
|
695
|
+
"\n".join(
|
|
696
|
+
[
|
|
697
|
+
"import pytest",
|
|
698
|
+
"",
|
|
699
|
+
f'@pytest.mark.story_id("{story_id}")',
|
|
700
|
+
f'@pytest.mark.story_uuid("{story_uuid}")',
|
|
701
|
+
"def test_import_bootstrap_story_needs_real_acceptance_coverage():",
|
|
702
|
+
" # TODO: replace this bootstrap stub with behavior-specific red coverage.",
|
|
703
|
+
" assert False",
|
|
704
|
+
"",
|
|
705
|
+
]
|
|
706
|
+
),
|
|
707
|
+
)
|
|
708
|
+
|
|
709
|
+
|
|
686
710
|
def _bootstrap_repo_local(repo_root: Path, *, project_name: str | None = None, imported: bool = False) -> None:
|
|
687
711
|
dv = repo_root / ".devflow"
|
|
688
712
|
dv.mkdir(parents=True, exist_ok=True)
|
|
@@ -712,10 +736,24 @@ def _create_new_project_repo(*, project_name: str, template: str | None) -> Path
|
|
|
712
736
|
def _resolve_registered_repo_root(entry: dict[str, object], *, selector: str) -> tuple[str, Path]:
|
|
713
737
|
project_id = str(entry.get("project_id") or "").strip()
|
|
714
738
|
repo_root_raw = str(entry.get("repo_root") or "").strip()
|
|
715
|
-
if not project_id
|
|
739
|
+
if not project_id:
|
|
716
740
|
raise ValueError(f"Registered project is missing repo_root for selector={selector}")
|
|
717
|
-
|
|
718
|
-
|
|
741
|
+
if repo_root_raw:
|
|
742
|
+
repo_root = Path(repo_root_raw).expanduser().resolve()
|
|
743
|
+
return project_id, repo_root
|
|
744
|
+
workspace_raw = str(entry.get("workspace_path") or "").strip()
|
|
745
|
+
if not workspace_raw:
|
|
746
|
+
raise ValueError(f"Registered project is missing repo_root for selector={selector}")
|
|
747
|
+
workspace = Path(workspace_raw).expanduser().resolve()
|
|
748
|
+
repo_name = str(entry.get("repo") or "").strip()
|
|
749
|
+
candidates = [workspace]
|
|
750
|
+
if repo_name:
|
|
751
|
+
candidates.append(workspace / repo_name)
|
|
752
|
+
candidates.append(workspace / "repo")
|
|
753
|
+
for candidate in candidates:
|
|
754
|
+
if (candidate / ".git").exists() or (candidate / ".devflow" / "execution.sqlite").exists():
|
|
755
|
+
return project_id, candidate
|
|
756
|
+
raise ValueError(f"Registered project repo_root does not exist for selector={selector}: {workspace}")
|
|
719
757
|
|
|
720
758
|
|
|
721
759
|
def _integrate_prepare_inline(*, idea_id: str, rr: Path) -> Path:
|
|
@@ -1533,6 +1571,7 @@ def project_init(
|
|
|
1533
1571
|
def project_import(
|
|
1534
1572
|
repo_spec: str = typer.Argument(..., help="GitHub owner/repo, GitHub URL, or destination directory when using --init"),
|
|
1535
1573
|
init: str | None = typer.Option(None, "--init", help="Initialize a new blank repo from a template: python|typescript|monorepo-py-ts|next|react-native"),
|
|
1574
|
+
synthesize_stories: bool = typer.Option(False, "--synthesize-stories", help="Create bootstrap story docs and red test stubs when an imported repo has none"),
|
|
1536
1575
|
supabase_project_id: str | None = typer.Option(None, "--supabase-project-id", hidden=True),
|
|
1537
1576
|
) -> None:
|
|
1538
1577
|
"""Import a project into DevFlow.
|
|
@@ -1609,6 +1648,8 @@ def project_import(
|
|
|
1609
1648
|
raise typer.Exit(code=2)
|
|
1610
1649
|
|
|
1611
1650
|
_bootstrap_repo_local(repo_root)
|
|
1651
|
+
if synthesize_stories:
|
|
1652
|
+
_synthesize_import_story_docs(repo_root, owner=owner, repo=repo)
|
|
1612
1653
|
result = run_project_registration_dag(
|
|
1613
1654
|
repo_root=repo_root,
|
|
1614
1655
|
workspace_path=repo_root,
|
|
@@ -2551,7 +2592,7 @@ def worker_retry_idea_creation(
|
|
|
2551
2592
|
|
|
2552
2593
|
@config_app.command("get")
|
|
2553
2594
|
def config_get(
|
|
2554
|
-
key: str | None = typer.
|
|
2595
|
+
key: str | None = typer.Argument(None, help="Config key (omit to list all)"),
|
|
2555
2596
|
project_id: str | None = typer.Option(None, "--project", help="Project id"),
|
|
2556
2597
|
explain: bool = typer.Option(False, "--explain", help="Explain where the value came from"),
|
|
2557
2598
|
json_out: bool = typer.Option(False, "--json", help="Emit JSON"),
|
|
@@ -3008,24 +3049,38 @@ def story_execute(
|
|
|
3008
3049
|
message="story not found",
|
|
3009
3050
|
details={"story_id": story_id},
|
|
3010
3051
|
)
|
|
3052
|
+
store.mark_run_finished(run_id=run.run_id, status="failed")
|
|
3011
3053
|
raise typer.Exit(code=2)
|
|
3012
3054
|
|
|
3013
3055
|
# Minimal routing: any registered story executes via the process DAG.
|
|
3014
3056
|
# (Implementation + Review; currently imperative, not GenAI workflow.)
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3057
|
+
try:
|
|
3058
|
+
pres = run_process_dag(repo_root=repo_root, store=store, story=s)
|
|
3059
|
+
exit_code, msg = pres.exit_code, pres.message
|
|
3060
|
+
store.add_event(
|
|
3061
|
+
run_id=run.run_id,
|
|
3062
|
+
level="INFO",
|
|
3063
|
+
message="executed story",
|
|
3064
|
+
payload={"story_id": story_id, "exit_code": exit_code},
|
|
3065
|
+
)
|
|
3066
|
+
if exit_code == 0:
|
|
3067
|
+
store.update_story_status(story_id=story_id, status="implemented")
|
|
3068
|
+
store.mark_run_finished(run_id=run.run_id, status="succeeded" if exit_code == 0 else "failed")
|
|
3069
|
+
if msg:
|
|
3070
|
+
# Keep user-facing output deterministic.
|
|
3071
|
+
sys.stdout.write(msg)
|
|
3072
|
+
raise typer.Exit(code=exit_code)
|
|
3073
|
+
except typer.Exit:
|
|
3074
|
+
raise
|
|
3075
|
+
except Exception as exc:
|
|
3076
|
+
store.add_error(
|
|
3077
|
+
run_id=run.run_id,
|
|
3078
|
+
source="story.execute",
|
|
3079
|
+
message="story execution crashed",
|
|
3080
|
+
details={"story_id": story_id, "error": str(exc), "error_type": exc.__class__.__name__},
|
|
3081
|
+
)
|
|
3082
|
+
store.mark_run_finished(run_id=run.run_id, status="failed")
|
|
3083
|
+
raise
|
|
3029
3084
|
|
|
3030
3085
|
|
|
3031
3086
|
@plan_app.command("analyze")
|
|
@@ -5725,30 +5780,39 @@ def error_solve_runtime(
|
|
|
5725
5780
|
).fetchone()
|
|
5726
5781
|
resolved_project_id = None if error_row is None else error_row["project_id"]
|
|
5727
5782
|
if resolved_project_id is None:
|
|
5783
|
+
if not repro_command and not runtime_context:
|
|
5784
|
+
now = int(time.time())
|
|
5785
|
+
with store._connect() as conn:
|
|
5786
|
+
conn.execute(
|
|
5787
|
+
"UPDATE error_tasks SET status='blocked', updated_at=? WHERE error_task_id=?",
|
|
5788
|
+
(now, error_task_id),
|
|
5789
|
+
)
|
|
5790
|
+
store.add_event(
|
|
5791
|
+
run_id=run.run_id,
|
|
5792
|
+
level="warning",
|
|
5793
|
+
message="Runtime error dropped because no local DevFlow project_id could be resolved",
|
|
5794
|
+
payload={"error_task_id": error_task_id, "fingerprint": fingerprint, "reason": "unresolved_project_id"},
|
|
5795
|
+
)
|
|
5796
|
+
store.mark_run_finished(run_id=run.run_id, status="failed")
|
|
5797
|
+
out = {
|
|
5798
|
+
"success": True,
|
|
5799
|
+
"error_task_id": error_task_id,
|
|
5800
|
+
"context_path": str(repo_root / ".devflow" / "errors" / "logs" / error_task_id / "context.json"),
|
|
5801
|
+
"result": {"success": True, "error_task_id": error_task_id, "outcome": "blocked", "reason": "unresolved_project_id"},
|
|
5802
|
+
}
|
|
5803
|
+
if json_out:
|
|
5804
|
+
sys.stdout.write(json.dumps(out, sort_keys=True) + "\n")
|
|
5805
|
+
return
|
|
5806
|
+
console.print(out)
|
|
5807
|
+
return
|
|
5808
|
+
resolved_project_id = "local_runtime"
|
|
5728
5809
|
now = int(time.time())
|
|
5729
5810
|
with store._connect() as conn:
|
|
5730
5811
|
conn.execute(
|
|
5731
|
-
"UPDATE error_tasks SET
|
|
5732
|
-
(now, error_task_id),
|
|
5812
|
+
"UPDATE error_tasks SET project_id=?, updated_at=? WHERE error_task_id=?",
|
|
5813
|
+
(resolved_project_id, now, error_task_id),
|
|
5733
5814
|
)
|
|
5734
|
-
store.add_event(
|
|
5735
|
-
run_id=run.run_id,
|
|
5736
|
-
level="warning",
|
|
5737
|
-
message="Runtime error dropped because no local DevFlow project_id could be resolved",
|
|
5738
|
-
payload={"error_task_id": error_task_id, "fingerprint": fingerprint, "reason": "unresolved_project_id"},
|
|
5739
|
-
)
|
|
5740
|
-
store.mark_run_finished(run_id=run.run_id, status="failed")
|
|
5741
|
-
out = {
|
|
5742
|
-
"success": True,
|
|
5743
|
-
"error_task_id": error_task_id,
|
|
5744
|
-
"context_path": str(repo_root / ".devflow" / "errors" / "logs" / error_task_id / "context.json"),
|
|
5745
|
-
"result": {"success": True, "error_task_id": error_task_id, "outcome": "blocked", "reason": "unresolved_project_id"},
|
|
5746
|
-
}
|
|
5747
|
-
if json_out:
|
|
5748
|
-
sys.stdout.write(json.dumps(out, sort_keys=True) + "\n")
|
|
5749
|
-
return
|
|
5750
|
-
console.print(out)
|
|
5751
|
-
return
|
|
5815
|
+
store.add_event(run_id=run.run_id, level="INFO", message="Runtime error using local runtime project scope", payload={"error_task_id": error_task_id, "fingerprint": fingerprint, "project_id": resolved_project_id})
|
|
5752
5816
|
|
|
5753
5817
|
def build_observability_fn(ctx: dict[str, Any]) -> dict[str, Any]:
|
|
5754
5818
|
runtime_ctx = ctx.get("runtimeContext") if isinstance(ctx, dict) else None
|