devflow-engine 1.1.16__tar.gz → 1.1.18__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.18/DESIGN_NOTES.md +145 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/PKG-INFO +1 -1
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/pyproject.toml +1 -1
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/errors/error_solver_dag.py +174 -2
- devflow_engine-1.1.18/src/devflow_engine/errors/repo_quality_judge.py +256 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/stores/execution_store.py +11 -0
- devflow_engine-1.1.18/tests/area8_errors/test_us85_error_solver_commit_per_run.py +131 -0
- devflow_engine-1.1.18/tests/area8_errors/test_us85_error_solver_repo_quality.py +214 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/uv.lock +1 -1
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.github/workflows/devflow-enforce.yml +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.gitignore +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi/agents/filemaker-expert/filemaker-expert.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi/npm/.gitignore +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi/settings.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi-lens/cache/session-start-guidance.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi-lens/cache/session-start-guidance.meta.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi-lens/cache/todo-baseline.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/.pi-lens/cache/todo-baseline.meta.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/source_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/docs/control-plane-source-of-truth-sketch.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/devflow-queue-ops-skill-tree.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/devflow-skill-overlays.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/devflow-skill-registry-spec.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/devin-ideation-source-docs.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/devin-intake-ideation-boundary.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/error-solving-dag-note.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/evals/source-doc-sparse-input-eval.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/evals/source-doc-targeted-mutation-eval.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/llm-invocation-architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/project-doc-agent-contracts.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/project-doc-cross-reference-rules.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/project-doc-richness-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/prompts/anti-patterns.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/prompts/devin-agent-prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/prompts/devin2-agent-prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/queue-worker-infra.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/recovery-dag-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/registry-doctrine.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/scope-idea-agentification.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-coherence-node-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-mutation-acceptance-matrix.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-mutation-real-eval.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-mutation-support-index-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-section-agent-contracts.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-doc-section-richness-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-to-project-doc-impact-map.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/source-to-project-doc-reference-map.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/story-implementation-planning-node.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/support/source_doc_mutation/cross_sourceXproject.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/support/source_doc_mutation/internal_project.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/support/source_doc_mutation/internal_source.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/ui-grounding-curtis-medium-tier-doctrine.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/docs/ui-grounding-curtis-structural-integration-note.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T195349Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T211128Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T214046Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/index.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/prd.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/matrices/accuracy.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/matrices/appropriate_update.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/matrices/thoroughness.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/20260322T223518Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/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.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/project_bootstrap/dataset.yaml +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/project_bootstrap/run_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/evals/project_bootstrap/schema.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/evals/source-doc-sparse-input-scenario.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/evals/source-doc-targeted-mutation-scenario.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/ideation_scenarios_template.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/iterate_arm_playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/run_ideation_arm_scenarios.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/run_iterate_scenarios.sh +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/playground/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/generic/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/ideation/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/ideation/scenarios.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/ideation_loop/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/insight/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/insight/scenarios.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/intake/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/iterate/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin/shared/principles.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/devin_eval/assessment/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/idea/api_ideation_agent/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/idea/api_insight_agent/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/idea/response_doctrine/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/dependency_assessment/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/green/green/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/green_review/outcome_review/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/green_review/prior_run_review/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/red/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/redreview/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/redreview_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/setupdoc/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/story_planning/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/implementation/test_design/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green/green/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green_enrich/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green_enrich/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green_enrich/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/red/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red_review/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red_review/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/red_review/red_review/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/resolve/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/validate/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/write_workflows/example.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/write_workflows/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/integration/write_workflows/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/iterate/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/iterate/coder/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/iterate/framer/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/iterate/iterator/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/iterate/observer/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/diagnosis/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/execution/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/execution_verification/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/failure_investigation/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/preflight_health_repo_repair/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/remediation_execution/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/recovery/root_cause_investigation/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/scope_idea/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_eval/document/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_eval/targeted_mutation/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/domain_entities/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/product_brief/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/project_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/project_doc_render/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/source_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_doc_mutation/user_workflows/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/source_scope/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/prompts/ui_grounding/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/audit_llm_invocations.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/green.sh +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/purge_implemented_story_queue.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/reconcile_story_queue.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/replay_scope_draft_idea.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/replay_scope_goldilocks.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_api_key_transport_smoke.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_gitcommit_refactor_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_green_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_once_no_recovery.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_preflight_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_red_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_refactor_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_security_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/run_with_recovery.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/validate_architecture.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/validate_stories.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/validate_tests.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/scripts/validate_tests_story.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/agentic_prompts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/agentic_runtime.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/api_keys.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/bootstrap/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/bootstrap/provision_from_template.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/cli/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/cli/app.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/core/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/core/config.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/core/logging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/core/paths.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/core/toml_kv.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devflow_event_worker.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devflow_state.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devin2/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devin2/agent_definition.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devin2/pi_runner.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/devin_orchestration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/error/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/error/remediation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/errors/runtime_observability.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/errors/user_report_fix.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/errors/vision.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/actors.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/analyze.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/devin_chat_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/diff.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/drafts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/idea_creation_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/ideation_enrichment.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/ideation_enrichment_worker.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/paths.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/promote.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/redaction.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/repo_tools.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/response_mode.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/story_pipeline.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/sufficiency.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/idea/traditional_stories.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/alembic_preflight.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/green_gate.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/prompts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/implementation/test_runtime.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/prompts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/supabase_schema.sql +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/integration/supabase_sync.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/cli_one_shot.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/cli_stream.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/execution_context.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/invoke.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/llm/provider_api.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/orchestration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/planning/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/planning/analyze_repo.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/planning/render_drafts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/playground/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/playground/hooks.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/process/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/process/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/project_registration/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/project_registration/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/project_registry.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/recovery/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/recovery/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/recovery/models.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/refactor.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/cards.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/domain_normalize.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/effects.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/enforce_report.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/module_cards_classify.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/module_cards_draft.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/module_cards_gate.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/packages.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/registry/pathways.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/review/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/review/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/review/review_story.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/scope_idea/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/scope_idea/agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/scope_idea/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/scope_idea/models.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/skills/registry.example.yaml +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_doc_assumptions.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_doc_mutation_worker.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_docs_schema.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_docs_updater.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_scope/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_scope/agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_scope/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/source_scope/models.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/stores/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/contracts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/discovery.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/evidence.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/hashing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/implemented_queue_purge.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/indexer.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/io.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/markdown_contracts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/reconciliation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/validate_stories.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/validate_tests_story.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/story/validation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/ui_grounding/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/ui_grounding/agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/ui_grounding/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/ui_grounding/models.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/ui_grounding/pencil_bridge.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/schema.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/task.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/validate.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/worker.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/worker_guard.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/dag_two_arm.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/devin_chat_scenario_catalog.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/devin_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/continue_refinement.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/large_idea_split.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/source_documentation_added.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/user_says_create_it.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/vague_idea.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/ideation/tools.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/codebase_exploration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/devin_insight_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/operational_debugging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/operational_question.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/operational_question_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/queue_status.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/queue_status_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/source_doc_explanation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/worker_state_check.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/insight/tools.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/scenarios/ideation_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/scenarios/insight_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/intake/scenarios/insight_routing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/agent-roles.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/agents/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/artifacts.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/eval-plan.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/node.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/pipeline/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/playground-contract.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/prompt.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/framer_task_framing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/iterate/scenarios/routing-matrix.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/__init__.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/filemaker_expert.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/filemaker_expert.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/filemaker_expert_eval/runner.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/helpers.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/models.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/post.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/router.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/nodes/shared/tools.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/shared/devin-chat-rubric.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/shared/devin-chat-scenario-suite.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_failure_recovery_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_recovery_queue_normalization.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area10_process_pipeline/test_worker_story_queue_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area12_scope_idea/conftest.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area12_scope_idea/test_scope_to_idea_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area13_source_scope/test_source_scope_cli_e2e.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area13_source_scope/test_source_to_scope_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area14_ui_grounding/test_pencil_bridge.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area14_ui_grounding/test_pencil_preflight_cli.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area14_ui_grounding/test_ui_grounding_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area5_planning_idea_tool/test_idea_repo_tools.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_area6_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_green_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_red_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_security_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area7_review/test_review_dag_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_us85_error_solver_dag_contract.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_us85_error_solver_dag_journal.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area9_playground/test_df2_play_area9_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/area9_playground/test_ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_project_repo_binding.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_refactor_cli_import.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_repo_local_dag_paths.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_repo_root_override.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_story_execute_wrapper_run.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_supabase_event_worker_cli.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_supabase_realtime_listener.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_worker_kill_switch.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/cli/test_worker_start_modes.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/conftest.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/backend_provision/provision_from_template.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/chi/domain_entities.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/chi/product_brief.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/chi/user_workflows.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/fixtures/source_doc_mutation/scenarios.json +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/idea/test_actor_specificity_warning.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/idea/test_capability_first_story_decomposition.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/idea/test_devin_ddr_docs_operator_guide.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/idea/test_story_pipeline_dfs_state.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/integration/test_integration_agentic.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/integration/test_integration_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/integration/test_integration_dag_nodes.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/integration/test_integration_prompt_loading.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/stores/test_idea_creation_queue.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/stores/test_integration_queue.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_agentic_prompt_loading.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_agentic_runtime.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_api_keys.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_area2_project_import_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_area2_project_import_remaining_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_area2_projects_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_area3_execution_store_logging_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_area4_story_system_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devflow_event_worker.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devflow_state_project_resolution.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin2_agent_definition.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin2_pi_runner.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin_chat_scenario_catalog.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin_chat_tier_routing.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin_multi_turn_eval_defaults.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_devin_real_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_domain_normalize.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_enforce_changed_filter.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_enforce_report_directives.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_error_solve_runtime_coder_path.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_execution_store.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_execution_store_story_queue_red.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_generic_task_queue.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_ideation_enrichment.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_implemented_story_queue_purge.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_cli_one_shot.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_cli_stream_journal_sqlite.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_cli_stream_logging.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_codex_invocation_regression.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_invocation_audit.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_invoke.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_provider_api.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_provider_config.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_llm_tier_invocation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_playground_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_prd_mutation_grounding.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_process_dag_imperative.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_project_registration_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_project_registration_supabase_uuid.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_queue_project_id_resolution.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_refactor_llm_path.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_register_one_time.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_cards_and_gate.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_classify_module_cards_parser.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_detect_pathways.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_draft_module_cards.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_draft_module_cards_effects.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_effect_overlap.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_gate_module_cards.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_gate_unknown_strict.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_llm_commands.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_module_incremental_focus.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_module_phase_and_apply.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_registry_scan_ignores_build_dirs.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_source_doc_mutation_acceptance.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_source_doc_mutation_real_eval.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_source_docs_updater.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_story_contracts.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/tests/test_story_reconciliation.py +0 -0
- {devflow_engine-1.1.16 → devflow_engine-1.1.18}/users.json +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
# DevFlow Error-Solver Hardening — Design Notes
|
|
2
|
+
|
|
3
|
+
Track A landed in `v1.1.18`:
|
|
4
|
+
- `errors/repo_quality_judge.py` — pure-LLM judge (medium tier → MiniMax) scoring
|
|
5
|
+
repro artifacts on `behavioral_vs_presence` and `fails_for_described_reason`.
|
|
6
|
+
- `BuildObservabilityNode` runs the judge after the observation pass and before
|
|
7
|
+
`FirstPassFix`. Unhealthy judgments flip `error_tasks.quality_status` to
|
|
8
|
+
`awaiting_quality_review` and stop the workflow with `status='observed'`.
|
|
9
|
+
- `ResolveNode` enforces the red-before-fix invariant: `verified =
|
|
10
|
+
green_gate AND observation_was_red`. Closes the "already-green-at-intake" leak
|
|
11
|
+
(`src/devflow_engine/errors/error_solver_dag.py` ResolveNode).
|
|
12
|
+
- Schema: added `error_tasks.quality_status TEXT` via
|
|
13
|
+
`ExecutionStore._ensure_error_tasks_schema` (in-code migration, no Alembic).
|
|
14
|
+
|
|
15
|
+
The rest of this document is the queue for the NEXT vertical slices. Each
|
|
16
|
+
slice is intentionally small enough to land in one PR.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Slice 1 — Playwright observe-time spec generation + visual-artifact capture
|
|
21
|
+
|
|
22
|
+
**Why:** The repo-quality judge catches presence-only repros at intake, but it
|
|
23
|
+
doesn't yet generate the behavioral repro itself. For UI bugs the observability
|
|
24
|
+
worker should emit a Playwright spec (not just a pytest grep script) plus a
|
|
25
|
+
screenshot/video so the portal can render visual evidence to the submitter and
|
|
26
|
+
the fix worker.
|
|
27
|
+
|
|
28
|
+
**Where to start:**
|
|
29
|
+
- Sources of truth on Playwright discipline live at:
|
|
30
|
+
- `/Volumes/devflow/.openclaw/workspace/docs/how_to_playwright_right.md`
|
|
31
|
+
- `/Volumes/devflow/.openclaw/workspace/docs/PLAYWRITE-E2E-PROCESS.md`
|
|
32
|
+
- Add a sibling to `src/devflow_engine/errors/user_report_observability.py`:
|
|
33
|
+
`user_report_observability_playwright.py`. Reuse the same agentic pi+tools
|
|
34
|
+
scaffold but emit `repro.spec.ts` + `artifacts/{screenshot.png,trace.zip}`.
|
|
35
|
+
- BuildObservabilityNode already scopes the sandbox to
|
|
36
|
+
`.devflow/observability/{etid}/`; mirror that path layout for the new artifact set.
|
|
37
|
+
- Wire selection (pytest vs. Playwright) through `report_context.surface` — when
|
|
38
|
+
the user-report intake came from a frontend route, prefer Playwright.
|
|
39
|
+
- The repo-quality judge keys off the same payload shape (`repro_artifact.path` +
|
|
40
|
+
`repro_artifact.source`) — pass the `.spec.ts` source through unchanged.
|
|
41
|
+
|
|
42
|
+
**Acceptance:**
|
|
43
|
+
- A user-report against a route renders a `.spec.ts` + screenshot + trace.
|
|
44
|
+
- RepoQualityJudge sees `behavioral` for a spec that exercises the page and
|
|
45
|
+
asserts on visible DOM/text, `presence` for a spec that only asserts a
|
|
46
|
+
selector exists in the rendered HTML.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Slice 2 — Bug-portal routes `/bugs/{token}` on devflow-host
|
|
51
|
+
|
|
52
|
+
**Why:** Submitters need to see (and respond to) the analyst's observation +
|
|
53
|
+
repro + quality-judgment without an account. Mirrors the clarify magic-link
|
|
54
|
+
pattern that's already in production for clarification questions.
|
|
55
|
+
|
|
56
|
+
**Where to start:**
|
|
57
|
+
- Mirror the controller pattern at
|
|
58
|
+
`controller/api/clarify.py` (in the devflow-host repo, not engine).
|
|
59
|
+
- Token mechanism: reuse `clarification_links.create_link()` —
|
|
60
|
+
same TTL/rotation semantics already approved.
|
|
61
|
+
- Engine side: add a `create_bug_portal_link(error_task_id)` helper next to
|
|
62
|
+
the existing clarification-link helper. New rows in the existing
|
|
63
|
+
`clarification_links` table with a discriminator column, OR a new
|
|
64
|
+
`bug_portal_links` table — prefer the former to keep the token rotation
|
|
65
|
+
audit in one place.
|
|
66
|
+
- Portal routes (devflow-host):
|
|
67
|
+
- `GET /bugs/{token}` — render observation summary, repro source, judgment.
|
|
68
|
+
- `POST /bugs/{token}/request-changes` — see Slice 3.
|
|
69
|
+
- `POST /bugs/{token}/approve` — see Slice 4.
|
|
70
|
+
|
|
71
|
+
**Acceptance:**
|
|
72
|
+
- A user-report row with `quality_status='awaiting_quality_review'` exposes a
|
|
73
|
+
portal URL in `error_tasks` (new column `portal_url` or derived).
|
|
74
|
+
- Submitter sees the repro and the judge's rationale; can act on it.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Slice 3 — Modification-request → linked-new error_task
|
|
79
|
+
|
|
80
|
+
**Why:** When a submitter clicks "request changes" on the portal, that's new
|
|
81
|
+
information the analyst doesn't have yet. Spawn a new `error_tasks` row linked
|
|
82
|
+
back to the original so the analyst pool re-claims it cleanly without losing
|
|
83
|
+
the original audit trail.
|
|
84
|
+
|
|
85
|
+
**Where to start:**
|
|
86
|
+
- New schema column: `error_tasks.parent_error_task_id TEXT` (NULL for roots).
|
|
87
|
+
Add to `ExecutionStore._ensure_error_tasks_schema` required list. Index on it
|
|
88
|
+
for `WHERE parent_error_task_id = ?` lookups.
|
|
89
|
+
- Engine helper: `ExecutionStore.create_modification_request(parent_etid,
|
|
90
|
+
message)` — inserts a child row with `source_kind='user_report'`,
|
|
91
|
+
`status='open'`, copies `project_id` + `reporter_*` + `source_app` from
|
|
92
|
+
parent, message = submitter's modification request, fingerprint derived
|
|
93
|
+
from `parent_etid + nonce` to bypass dedupe.
|
|
94
|
+
- Portal handler `POST /bugs/{token}/request-changes` calls that helper.
|
|
95
|
+
- Worker claim filter (`stores/execution_store.py` ~ line 2461 / 2478) does
|
|
96
|
+
NOT need changes — child rows are plain `open` user_report rows.
|
|
97
|
+
|
|
98
|
+
**Acceptance:**
|
|
99
|
+
- Submitter modification creates a sibling row visible to the analyst with a
|
|
100
|
+
link back to the original via `parent_error_task_id`.
|
|
101
|
+
- Original row's `quality_status` remains; child gets its own DAG run.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Slice 4 — Submitter-approval → staging push integration
|
|
106
|
+
|
|
107
|
+
**Why:** After RepoQualityJudge + green-gate + observation_was_red all pass,
|
|
108
|
+
the resolution commit lives in the worker's local repo but doesn't reach
|
|
109
|
+
staging until a human approves. The portal `approve` button should be the
|
|
110
|
+
trigger.
|
|
111
|
+
|
|
112
|
+
**Where to start:**
|
|
113
|
+
- The commit is already created by `_commit_resolution` in
|
|
114
|
+
`errors/error_solver_dag.py` (lines 179–224). The SHA is persisted to
|
|
115
|
+
`task_context.metadata["commit_result"]`. Extend ResolveNode to also write
|
|
116
|
+
the SHA into `error_tasks.resolution_commit_sha TEXT` (new column).
|
|
117
|
+
- Portal handler `POST /bugs/{token}/approve`:
|
|
118
|
+
1. Look up `resolution_commit_sha` on the row.
|
|
119
|
+
2. `git push origin HEAD:refs/heads/staging-<etid>` from the worker's repo
|
|
120
|
+
clone (engine-side helper: `push_resolution_to_staging(etid)`).
|
|
121
|
+
3. Optionally open a PR via `gh pr create` against the project's main.
|
|
122
|
+
- New `error_tasks.staging_status TEXT` column to track
|
|
123
|
+
`unpushed | pushed | pr_open | merged | rejected`.
|
|
124
|
+
|
|
125
|
+
**Acceptance:**
|
|
126
|
+
- Approval pushes exactly the resolution commit (single-commit branch) to
|
|
127
|
+
staging.
|
|
128
|
+
- Rejection leaves the commit local and flips
|
|
129
|
+
`quality_status='awaiting_quality_review'` so a fresh analyst pass can
|
|
130
|
+
iterate.
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Anchors quick-reference
|
|
135
|
+
|
|
136
|
+
- Engine DAG entrypoint: `src/devflow_engine/errors/error_solver_dag.py`
|
|
137
|
+
- `BuildObservabilityNode.process` — observation + RepoQualityJudge
|
|
138
|
+
- `ResolveNode.process` — red-before-fix invariant + commit
|
|
139
|
+
- `_commit_resolution` — atomic per-error commit (existing)
|
|
140
|
+
- Schema migrations: `src/devflow_engine/stores/execution_store.py`
|
|
141
|
+
`_ensure_error_tasks_schema` (~ line 611)
|
|
142
|
+
- Runner: `ExecutionStore.run_error_solver_dag` (~ line 1953); add new
|
|
143
|
+
`repo_quality_judge_fn` kwarg already present.
|
|
144
|
+
- Judge: `src/devflow_engine/errors/repo_quality_judge.py`
|
|
145
|
+
- Tests: `tests/area8_errors/test_us85_error_solver_repo_quality.py`
|
{devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/errors/error_solver_dag.py
RENAMED
|
@@ -130,6 +130,100 @@ def _read_recent_journal(repo_root: Path, *, limit_files: int = 3, max_chars: in
|
|
|
130
130
|
return {"entries": entries, "summary": summary[-max_chars:]}
|
|
131
131
|
|
|
132
132
|
|
|
133
|
+
class WorkspaceDirtyError(RuntimeError):
|
|
134
|
+
"""Raised when a run is asked to start against a non-clean working tree."""
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
_ENGINE_INTERNAL_PREFIXES = (".devflow/",)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
def _is_source_path(path: str) -> bool:
|
|
141
|
+
if path.startswith(_ENGINE_INTERNAL_PREFIXES):
|
|
142
|
+
return False
|
|
143
|
+
# .pyc and __pycache__/ are regenerated by the running backend
|
|
144
|
+
# and never belong in a fix commit.
|
|
145
|
+
if path.endswith(".pyc") or "__pycache__/" in path:
|
|
146
|
+
return False
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
def _git_dirty_paths(repo_root: Path) -> list[str]:
|
|
151
|
+
cp = subprocess.run(
|
|
152
|
+
["git", "-C", str(repo_root), "status", "--porcelain"],
|
|
153
|
+
text=True,
|
|
154
|
+
capture_output=True,
|
|
155
|
+
check=False,
|
|
156
|
+
)
|
|
157
|
+
if cp.returncode != 0:
|
|
158
|
+
return []
|
|
159
|
+
raw = [line[3:] for line in (cp.stdout or "").splitlines() if line.strip()]
|
|
160
|
+
return [p for p in raw if _is_source_path(p)]
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
def _assert_clean_workspace(repo_root: Path, *, error_task_id: str) -> None:
|
|
164
|
+
"""Single-worker invariant: each error-solver run must start clean.
|
|
165
|
+
|
|
166
|
+
Why: runs commit their own atomic patch at conclusion (see
|
|
167
|
+
_commit_resolution). If a run starts with leftover edits from a
|
|
168
|
+
previous run, the resulting commit collapses multiple errors into
|
|
169
|
+
one and breaks per-error attribution, cherry-pick, and audit.
|
|
170
|
+
"""
|
|
171
|
+
dirty = _git_dirty_paths(repo_root)
|
|
172
|
+
if dirty:
|
|
173
|
+
raise WorkspaceDirtyError(
|
|
174
|
+
f"error_task {error_task_id}: refusing to start, repo {repo_root} "
|
|
175
|
+
f"has {len(dirty)} uncommitted path(s): {dirty[:5]}{'…' if len(dirty) > 5 else ''}"
|
|
176
|
+
)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def _commit_resolution(
|
|
180
|
+
repo_root: Path,
|
|
181
|
+
*,
|
|
182
|
+
error_task_id: str,
|
|
183
|
+
title: str | None,
|
|
184
|
+
verification: dict[str, Any] | None,
|
|
185
|
+
) -> dict[str, Any]:
|
|
186
|
+
"""Commit working-tree edits made by this run, exclusively.
|
|
187
|
+
|
|
188
|
+
Stages explicit paths reported by `git status --porcelain` (never
|
|
189
|
+
`git add -A` — see project rule). Returns a structured outcome so
|
|
190
|
+
the journal/portal can link to the commit SHA.
|
|
191
|
+
"""
|
|
192
|
+
paths = _git_dirty_paths(repo_root)
|
|
193
|
+
if not paths:
|
|
194
|
+
return {"committed": False, "reason": "no_changes", "paths": []}
|
|
195
|
+
|
|
196
|
+
add = subprocess.run(
|
|
197
|
+
["git", "-C", str(repo_root), "add", "--", *paths],
|
|
198
|
+
text=True, capture_output=True, check=False,
|
|
199
|
+
)
|
|
200
|
+
if add.returncode != 0:
|
|
201
|
+
return {"committed": False, "reason": "add_failed", "stderr": (add.stderr or "")[-1000:]}
|
|
202
|
+
|
|
203
|
+
repro_cmd = ""
|
|
204
|
+
if isinstance(verification, dict):
|
|
205
|
+
repro_cmd = str(verification.get("repro_run_command") or "")
|
|
206
|
+
safe_title = (title or "error fix").splitlines()[0][:72]
|
|
207
|
+
message = (
|
|
208
|
+
f"fix(error): {safe_title}\n\n"
|
|
209
|
+
f"error_task_id: {error_task_id}\n"
|
|
210
|
+
f"resolved_at: {_utc_now_iso()}\n"
|
|
211
|
+
f"verification: {repro_cmd[:200]}\n"
|
|
212
|
+
)
|
|
213
|
+
commit = subprocess.run(
|
|
214
|
+
["git", "-C", str(repo_root), "commit", "-m", message, "--no-verify"],
|
|
215
|
+
text=True, capture_output=True, check=False,
|
|
216
|
+
)
|
|
217
|
+
if commit.returncode != 0:
|
|
218
|
+
return {"committed": False, "reason": "commit_failed", "stderr": (commit.stderr or "")[-1000:]}
|
|
219
|
+
|
|
220
|
+
sha = subprocess.run(
|
|
221
|
+
["git", "-C", str(repo_root), "rev-parse", "HEAD"],
|
|
222
|
+
text=True, capture_output=True, check=False,
|
|
223
|
+
).stdout.strip()
|
|
224
|
+
return {"committed": True, "sha": sha, "paths": paths}
|
|
225
|
+
|
|
226
|
+
|
|
133
227
|
def _git_changes_since(repo_root: Path, *, unix_ts: int | None) -> dict[str, Any]:
|
|
134
228
|
if not unix_ts:
|
|
135
229
|
return {"summary": "", "commits": []}
|
|
@@ -262,6 +356,10 @@ class BuildObservabilityNode(Node):
|
|
|
262
356
|
repo_root = Path(task_context.event.repo_root)
|
|
263
357
|
error_task_id = task_context.event.error_task_id
|
|
264
358
|
|
|
359
|
+
# Single-worker invariant: each run starts clean so its
|
|
360
|
+
# post-resolve commit isolates this error's changes.
|
|
361
|
+
_assert_clean_workspace(repo_root, error_task_id=error_task_id)
|
|
362
|
+
|
|
265
363
|
# Ensure we have a persistor + base context
|
|
266
364
|
persistor: ContextPersistor = task_context.metadata.setdefault(
|
|
267
365
|
"context_persistor", ContextPersistor(repo_root=repo_root, error_task_id=error_task_id)
|
|
@@ -423,10 +521,65 @@ class BuildObservabilityNode(Node):
|
|
|
423
521
|
# - None / legacy → gate-aware stop (pre-1.1.15 behavior).
|
|
424
522
|
if worker_role == "analyst":
|
|
425
523
|
task_context.stop_workflow()
|
|
524
|
+
return task_context
|
|
426
525
|
elif worker_role == "fix":
|
|
427
526
|
pass # always continue
|
|
428
527
|
elif not gates_passed:
|
|
429
528
|
task_context.stop_workflow()
|
|
529
|
+
return task_context
|
|
530
|
+
|
|
531
|
+
# Track A: repo-quality LLM judge — pure-LLM gate that runs AFTER
|
|
532
|
+
# the observation pass and BEFORE FirstPassFix. Closes the leak
|
|
533
|
+
# where a repro asserts on symbol presence (greppy "found X: True")
|
|
534
|
+
# rather than observable behavior. The fix worker also runs this
|
|
535
|
+
# gate — analyst stops above, so we only reach here on roles
|
|
536
|
+
# {None, "fix"} that are about to advance to FirstPassFix.
|
|
537
|
+
if gates_passed:
|
|
538
|
+
judge_fn = funcs.get("repo_quality_judge_fn") if isinstance(funcs, dict) else None
|
|
539
|
+
if callable(judge_fn):
|
|
540
|
+
try:
|
|
541
|
+
judgment = judge_fn(context) or {}
|
|
542
|
+
except Exception as exc: # judge transport failure → safe stop
|
|
543
|
+
judgment = {
|
|
544
|
+
"behavioral_vs_presence": "ambiguous",
|
|
545
|
+
"fails_for_described_reason": "unclear",
|
|
546
|
+
"rationale": "repo_quality_judge raised",
|
|
547
|
+
"judge_ok": False,
|
|
548
|
+
"judge_error": str(exc)[:500],
|
|
549
|
+
}
|
|
550
|
+
persistor.persist(context=context, node_name="RepoQualityJudge", output=judgment)
|
|
551
|
+
|
|
552
|
+
# Persist the judgment to the canonical observability
|
|
553
|
+
# sandbox path so the dashboard / portal can render it
|
|
554
|
+
# alongside the repro artifact.
|
|
555
|
+
quality_dir = repo_root / ".devflow" / "observability" / error_task_id
|
|
556
|
+
quality_dir.mkdir(parents=True, exist_ok=True)
|
|
557
|
+
(quality_dir / "repo_quality.json").write_text(
|
|
558
|
+
json.dumps(judgment, indent=2, sort_keys=True) + "\n",
|
|
559
|
+
encoding="utf-8",
|
|
560
|
+
)
|
|
561
|
+
|
|
562
|
+
healthy = (
|
|
563
|
+
bool(judgment.get("judge_ok", True))
|
|
564
|
+
and judgment.get("behavioral_vs_presence") == "behavioral"
|
|
565
|
+
and judgment.get("fails_for_described_reason") == "yes"
|
|
566
|
+
)
|
|
567
|
+
if not healthy:
|
|
568
|
+
with store._connect() as conn:
|
|
569
|
+
conn.execute(
|
|
570
|
+
"UPDATE error_tasks SET quality_status=?, updated_at=? "
|
|
571
|
+
"WHERE error_task_id=?",
|
|
572
|
+
("awaiting_quality_review", int(time.time()), error_task_id),
|
|
573
|
+
)
|
|
574
|
+
task_context.metadata["outcome"] = "awaiting_quality_review"
|
|
575
|
+
task_context.metadata["reason"] = (
|
|
576
|
+
f"repo_quality: behavioral_vs_presence="
|
|
577
|
+
f"{judgment.get('behavioral_vs_presence')!r}, "
|
|
578
|
+
f"fails_for_described_reason="
|
|
579
|
+
f"{judgment.get('fails_for_described_reason')!r}"
|
|
580
|
+
)
|
|
581
|
+
task_context.stop_workflow()
|
|
582
|
+
return task_context
|
|
430
583
|
|
|
431
584
|
return task_context
|
|
432
585
|
|
|
@@ -515,7 +668,16 @@ class ResolveNode(Node):
|
|
|
515
668
|
error_task_id = task_context.event.error_task_id
|
|
516
669
|
|
|
517
670
|
verification = task_context.metadata.get("verification")
|
|
518
|
-
|
|
671
|
+
# Red-before-fix invariant: ResolveNode refuses to mark resolved
|
|
672
|
+
# unless BuildObservability persisted observable=True at intake.
|
|
673
|
+
# Closes the "already-green-at-intake" leak — a green-gate True with
|
|
674
|
+
# no red baseline proves nothing.
|
|
675
|
+
observation_was_red = False
|
|
676
|
+
bo = context.get("BuildObservability") if isinstance(context.get("BuildObservability"), dict) else None
|
|
677
|
+
if isinstance(bo, dict):
|
|
678
|
+
bo_out = bo.get("output") if isinstance(bo.get("output"), dict) else {}
|
|
679
|
+
observation_was_red = bool(bo_out.get("observable"))
|
|
680
|
+
verified = bool((verification or {}).get("green_gate")) and observation_was_red
|
|
519
681
|
runtime_context = context.get("runtimeContext") if isinstance(context.get("runtimeContext"), dict) else None
|
|
520
682
|
prior_runs = context.get("priorRuns") if isinstance(context.get("priorRuns"), dict) else None
|
|
521
683
|
fingerprint = None
|
|
@@ -528,6 +690,13 @@ class ResolveNode(Node):
|
|
|
528
690
|
self.save_output(ResolveNode.OutputType(verified=verified, verification=verification))
|
|
529
691
|
|
|
530
692
|
if verified:
|
|
693
|
+
commit_result = _commit_resolution(
|
|
694
|
+
persistor.repo_root,
|
|
695
|
+
error_task_id=error_task_id,
|
|
696
|
+
title=str(title) if title is not None else None,
|
|
697
|
+
verification=verification,
|
|
698
|
+
)
|
|
699
|
+
task_context.metadata["commit_result"] = commit_result
|
|
531
700
|
with store._connect() as conn:
|
|
532
701
|
conn.execute(
|
|
533
702
|
"UPDATE error_tasks SET status='resolved', updated_at=? WHERE error_task_id=?",
|
|
@@ -543,7 +712,10 @@ class ResolveNode(Node):
|
|
|
543
712
|
(int(time.time()), error_task_id),
|
|
544
713
|
)
|
|
545
714
|
task_context.metadata["outcome"] = "in_progress"
|
|
546
|
-
|
|
715
|
+
if not observation_was_red:
|
|
716
|
+
task_context.metadata["reason"] = "observation_was_not_red_at_intake"
|
|
717
|
+
else:
|
|
718
|
+
task_context.metadata["reason"] = "verification_failed"
|
|
547
719
|
|
|
548
720
|
_append_error_solver_journal(
|
|
549
721
|
repo_root=persistor.repo_root,
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
"""Repro-quality LLM judge for the error-solver DAG (Track A).
|
|
2
|
+
|
|
3
|
+
Scores a reproduction artifact along two dimensions BEFORE FirstPassFix runs:
|
|
4
|
+
|
|
5
|
+
- behavioral_vs_presence: does the repro assert observable behavior, or
|
|
6
|
+
does it merely check that a symbol exists in the codebase?
|
|
7
|
+
- fails_for_described_reason: does the failure produced by the repro
|
|
8
|
+
match the bug-report symptom described by the user?
|
|
9
|
+
|
|
10
|
+
Failure mode in the wild: LLM-authored repros that grep for a string
|
|
11
|
+
("last_login_at found in User model: True") pass the boolean green-gate
|
|
12
|
+
oracle while proving nothing about the actual bug. This judge catches
|
|
13
|
+
those cases at intake.
|
|
14
|
+
|
|
15
|
+
The judge is PURE LLM — no regex / heuristic fallback. Per project rule
|
|
16
|
+
(feedback_no_regex_first): never propose regex-first content classification.
|
|
17
|
+
The configured medium-tier provider (MiniMax) is the source of truth
|
|
18
|
+
(feedback_no_provider_swap_suggestions).
|
|
19
|
+
"""
|
|
20
|
+
from __future__ import annotations
|
|
21
|
+
|
|
22
|
+
import json
|
|
23
|
+
from pathlib import Path
|
|
24
|
+
from typing import Any, Literal
|
|
25
|
+
|
|
26
|
+
from pydantic import BaseModel, Field, ValidationError
|
|
27
|
+
|
|
28
|
+
from ..llm.invoke import LlmInvocationRequest, invoke_llm
|
|
29
|
+
|
|
30
|
+
BehavioralVsPresence = Literal["behavioral", "presence", "ambiguous"]
|
|
31
|
+
FailsForDescribedReason = Literal["yes", "no", "unclear"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class RepoQualityJudgment(BaseModel):
|
|
35
|
+
behavioral_vs_presence: BehavioralVsPresence
|
|
36
|
+
fails_for_described_reason: FailsForDescribedReason
|
|
37
|
+
rationale: str = Field(default="")
|
|
38
|
+
judge_ok: bool = Field(default=True)
|
|
39
|
+
judge_error: str | None = Field(default=None)
|
|
40
|
+
|
|
41
|
+
def is_healthy(self) -> bool:
|
|
42
|
+
"""Both dimensions must be green for the DAG to advance to fix."""
|
|
43
|
+
return (
|
|
44
|
+
self.judge_ok
|
|
45
|
+
and self.behavioral_vs_presence == "behavioral"
|
|
46
|
+
and self.fails_for_described_reason == "yes"
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
_PROMPT_INSTRUCTIONS = """\
|
|
51
|
+
You are auditing a bug reproduction (repro) script before any fix is attempted.
|
|
52
|
+
|
|
53
|
+
You are given:
|
|
54
|
+
- the user's bug report (title, message, expected_behavior, steps_to_reproduce)
|
|
55
|
+
- the repro artifact: its source code and the path where it was written
|
|
56
|
+
|
|
57
|
+
Score the repro on TWO dimensions:
|
|
58
|
+
|
|
59
|
+
1. behavioral_vs_presence ∈ {behavioral, presence, ambiguous}
|
|
60
|
+
- "behavioral" → the repro executes the system and asserts on observable
|
|
61
|
+
behavior (HTTP response, DB row state after an action,
|
|
62
|
+
function return value, raised exception, log entry).
|
|
63
|
+
- "presence" → the repro merely checks that a symbol / string / file
|
|
64
|
+
exists in the codebase. Examples that are "presence":
|
|
65
|
+
* grep for a field name in a model file
|
|
66
|
+
* `assert "last_login_at" in open("user.py").read()`
|
|
67
|
+
* importing a module and asserting an attribute exists
|
|
68
|
+
These prove nothing about the bug — they pass on the
|
|
69
|
+
string match even when behavior is still broken.
|
|
70
|
+
- "ambiguous" → mixed / cannot tell from the artifact alone.
|
|
71
|
+
|
|
72
|
+
2. fails_for_described_reason ∈ {yes, no, unclear}
|
|
73
|
+
- "yes" → the failure mode the repro produces, when run against the
|
|
74
|
+
current code, would manifest as the symptom the user described.
|
|
75
|
+
- "no" → the repro fails for an unrelated reason (e.g. ImportError,
|
|
76
|
+
missing fixture, wrong assertion target).
|
|
77
|
+
- "unclear" → cannot determine without running it.
|
|
78
|
+
|
|
79
|
+
Return STRICT JSON with these exact keys:
|
|
80
|
+
{
|
|
81
|
+
"behavioral_vs_presence": "<behavioral|presence|ambiguous>",
|
|
82
|
+
"fails_for_described_reason": "<yes|no|unclear>",
|
|
83
|
+
"rationale": "<one or two sentences citing the specific code patterns you saw>"
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
No prose outside the JSON. No code fences. No additional keys.
|
|
87
|
+
"""
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
def _read_repro_artifact(repo_root: Path, error_task_id: str) -> tuple[str | None, str | None]:
|
|
91
|
+
"""Look for the repro artifact in the canonical user-report observability sandbox.
|
|
92
|
+
|
|
93
|
+
Returns (path_str, source_text) or (None, None) if absent.
|
|
94
|
+
"""
|
|
95
|
+
base = repo_root / ".devflow" / "observability" / error_task_id
|
|
96
|
+
for ext in ("py", "test.ts", "test.tsx"):
|
|
97
|
+
candidate = base / f"repro.{ext}"
|
|
98
|
+
if candidate.exists():
|
|
99
|
+
try:
|
|
100
|
+
return str(candidate), candidate.read_text(encoding="utf-8")
|
|
101
|
+
except OSError:
|
|
102
|
+
return str(candidate), None
|
|
103
|
+
return None, None
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
def _build_prompt_payload(
|
|
107
|
+
*,
|
|
108
|
+
bug_report: dict[str, Any],
|
|
109
|
+
observation: dict[str, Any] | None,
|
|
110
|
+
repro_path: str | None,
|
|
111
|
+
repro_source: str | None,
|
|
112
|
+
) -> dict[str, Any]:
|
|
113
|
+
return {
|
|
114
|
+
"instructions": _PROMPT_INSTRUCTIONS,
|
|
115
|
+
"bug_report": {
|
|
116
|
+
"title": bug_report.get("title"),
|
|
117
|
+
"message": bug_report.get("message"),
|
|
118
|
+
"expected_behavior": bug_report.get("expected_behavior"),
|
|
119
|
+
"steps_to_reproduce": bug_report.get("steps_to_reproduce") or [],
|
|
120
|
+
"report_context": bug_report.get("report_context") or {},
|
|
121
|
+
},
|
|
122
|
+
"observation_summary": {
|
|
123
|
+
"summary": (observation or {}).get("summary"),
|
|
124
|
+
"likely_location": (observation or {}).get("likely_location"),
|
|
125
|
+
"repro_run_command": (observation or {}).get("repro_run_command"),
|
|
126
|
+
},
|
|
127
|
+
"repro_artifact": {
|
|
128
|
+
"path": repro_path,
|
|
129
|
+
"source": repro_source,
|
|
130
|
+
},
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
def _persist_judgment(
|
|
135
|
+
*,
|
|
136
|
+
repo_root: Path,
|
|
137
|
+
error_task_id: str,
|
|
138
|
+
judgment: RepoQualityJudgment,
|
|
139
|
+
) -> Path:
|
|
140
|
+
out_dir = repo_root / ".devflow" / "observability" / error_task_id
|
|
141
|
+
out_dir.mkdir(parents=True, exist_ok=True)
|
|
142
|
+
out_path = out_dir / "repo_quality.json"
|
|
143
|
+
out_path.write_text(
|
|
144
|
+
json.dumps(judgment.model_dump(), indent=2, sort_keys=True) + "\n",
|
|
145
|
+
encoding="utf-8",
|
|
146
|
+
)
|
|
147
|
+
return out_path
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
def judge_repro_quality(
|
|
151
|
+
*,
|
|
152
|
+
repo_root: Path,
|
|
153
|
+
error_task_id: str,
|
|
154
|
+
bug_report: dict[str, Any],
|
|
155
|
+
observation: dict[str, Any] | None = None,
|
|
156
|
+
repro_path: str | None = None,
|
|
157
|
+
repro_source: str | None = None,
|
|
158
|
+
) -> RepoQualityJudgment:
|
|
159
|
+
"""Run the LLM judge over a repro artifact and persist the judgment.
|
|
160
|
+
|
|
161
|
+
Pure LLM — no fallback heuristics. If the LLM call fails or returns
|
|
162
|
+
unparseable JSON, the judgment is marked judge_ok=False and dimensions
|
|
163
|
+
fall back to the safe-stop default (ambiguous / unclear) so the DAG
|
|
164
|
+
holds for human review rather than advancing on weak evidence.
|
|
165
|
+
"""
|
|
166
|
+
repo_root = Path(repo_root)
|
|
167
|
+
if repro_path is None and repro_source is None:
|
|
168
|
+
repro_path, repro_source = _read_repro_artifact(repo_root, error_task_id)
|
|
169
|
+
|
|
170
|
+
payload = _build_prompt_payload(
|
|
171
|
+
bug_report=bug_report,
|
|
172
|
+
observation=observation,
|
|
173
|
+
repro_path=repro_path,
|
|
174
|
+
repro_source=repro_source,
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
request = LlmInvocationRequest(
|
|
178
|
+
purpose="error_solver.repo_quality_judge",
|
|
179
|
+
repo_root=repo_root,
|
|
180
|
+
prompt="",
|
|
181
|
+
prompt_payload=payload,
|
|
182
|
+
strength="medium",
|
|
183
|
+
response_contract="json_only",
|
|
184
|
+
interaction_model="request_response",
|
|
185
|
+
timeout_seconds=180,
|
|
186
|
+
)
|
|
187
|
+
|
|
188
|
+
try:
|
|
189
|
+
result = invoke_llm(request)
|
|
190
|
+
except Exception as exc: # pragma: no cover — surface-level transport failures
|
|
191
|
+
judgment = RepoQualityJudgment(
|
|
192
|
+
behavioral_vs_presence="ambiguous",
|
|
193
|
+
fails_for_described_reason="unclear",
|
|
194
|
+
rationale="judge invocation failed",
|
|
195
|
+
judge_ok=False,
|
|
196
|
+
judge_error=str(exc)[:500],
|
|
197
|
+
)
|
|
198
|
+
_persist_judgment(repo_root=repo_root, error_task_id=error_task_id, judgment=judgment)
|
|
199
|
+
return judgment
|
|
200
|
+
|
|
201
|
+
parsed: Any = result.parsed_json
|
|
202
|
+
if parsed is None or not isinstance(parsed, dict):
|
|
203
|
+
judgment = RepoQualityJudgment(
|
|
204
|
+
behavioral_vs_presence="ambiguous",
|
|
205
|
+
fails_for_described_reason="unclear",
|
|
206
|
+
rationale="judge response was not JSON object",
|
|
207
|
+
judge_ok=False,
|
|
208
|
+
judge_error=(result.contract_error or "non-json response")[:500],
|
|
209
|
+
)
|
|
210
|
+
_persist_judgment(repo_root=repo_root, error_task_id=error_task_id, judgment=judgment)
|
|
211
|
+
return judgment
|
|
212
|
+
|
|
213
|
+
try:
|
|
214
|
+
judgment = RepoQualityJudgment(
|
|
215
|
+
behavioral_vs_presence=parsed.get("behavioral_vs_presence"),
|
|
216
|
+
fails_for_described_reason=parsed.get("fails_for_described_reason"),
|
|
217
|
+
rationale=str(parsed.get("rationale") or ""),
|
|
218
|
+
judge_ok=True,
|
|
219
|
+
judge_error=None,
|
|
220
|
+
)
|
|
221
|
+
except ValidationError as exc:
|
|
222
|
+
judgment = RepoQualityJudgment(
|
|
223
|
+
behavioral_vs_presence="ambiguous",
|
|
224
|
+
fails_for_described_reason="unclear",
|
|
225
|
+
rationale="judge response failed schema validation",
|
|
226
|
+
judge_ok=False,
|
|
227
|
+
judge_error=str(exc)[:500],
|
|
228
|
+
)
|
|
229
|
+
|
|
230
|
+
_persist_judgment(repo_root=repo_root, error_task_id=error_task_id, judgment=judgment)
|
|
231
|
+
return judgment
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
def build_default_repo_quality_judge_fn(
|
|
235
|
+
*,
|
|
236
|
+
repo_root: Path,
|
|
237
|
+
error_task_id: str,
|
|
238
|
+
) -> "callable":
|
|
239
|
+
"""Factory that closes over repo_root/etid so callers can pass a single
|
|
240
|
+
(context) → judgment function into the error-solver runtime."""
|
|
241
|
+
|
|
242
|
+
def _fn(context: dict[str, Any]) -> dict[str, Any]:
|
|
243
|
+
runtime_context = context.get("runtimeContext") if isinstance(context.get("runtimeContext"), dict) else {}
|
|
244
|
+
user_report = runtime_context.get("user_report") if isinstance(runtime_context.get("user_report"), dict) else {}
|
|
245
|
+
observability = context.get("BuildObservability") if isinstance(context.get("BuildObservability"), dict) else {}
|
|
246
|
+
out = observability.get("output") if isinstance(observability.get("output"), dict) else {}
|
|
247
|
+
observation = out.get("observation") if isinstance(out.get("observation"), dict) else None
|
|
248
|
+
judgment = judge_repro_quality(
|
|
249
|
+
repo_root=repo_root,
|
|
250
|
+
error_task_id=error_task_id,
|
|
251
|
+
bug_report=user_report,
|
|
252
|
+
observation=observation,
|
|
253
|
+
)
|
|
254
|
+
return judgment.model_dump()
|
|
255
|
+
|
|
256
|
+
return _fn
|
{devflow_engine-1.1.16 → devflow_engine-1.1.18}/src/devflow_engine/stores/execution_store.py
RENAMED
|
@@ -663,6 +663,12 @@ class ExecutionStore:
|
|
|
663
663
|
# "failed" (observability_error populated) without parsing
|
|
664
664
|
# context.json. Cleared on subsequent success.
|
|
665
665
|
("observability_error", "TEXT"),
|
|
666
|
+
# Track A (v1.1.18): RepoQualityJudge verdict on the repro
|
|
667
|
+
# artifact. NULL while DAG runs; set to
|
|
668
|
+
# 'awaiting_quality_review' when the judge flags presence-
|
|
669
|
+
# only or symptom-mismatched repros so the dashboard can
|
|
670
|
+
# surface them for human review without parsing context.json.
|
|
671
|
+
("quality_status", "TEXT"),
|
|
666
672
|
("created_at", "INTEGER NOT NULL DEFAULT 0"),
|
|
667
673
|
("updated_at", "INTEGER NOT NULL DEFAULT 0"),
|
|
668
674
|
]
|
|
@@ -1964,6 +1970,7 @@ class ExecutionStore:
|
|
|
1964
1970
|
ship_fn: Callable[[dict[str, Any]], dict[str, Any]] | None = None,
|
|
1965
1971
|
bypass_mode: str | None = None,
|
|
1966
1972
|
worker_role: str | None = None,
|
|
1973
|
+
repo_quality_judge_fn: Callable[[dict[str, Any]], dict[str, Any]] | None = None,
|
|
1967
1974
|
) -> dict[str, Any]:
|
|
1968
1975
|
"""Run the US-8.5 error solver DAG using an artifact-first process contract.
|
|
1969
1976
|
|
|
@@ -2012,6 +2019,10 @@ class ExecutionStore:
|
|
|
2012
2019
|
"iterative_fix_fn": iterative_fix_fn,
|
|
2013
2020
|
"needs_user_input_fn": needs_user_input_fn,
|
|
2014
2021
|
"ship_fn": ship_fn,
|
|
2022
|
+
# Track A (v1.1.18): repro-quality judge runs after
|
|
2023
|
+
# BuildObservability persists out and before FirstPassFix.
|
|
2024
|
+
# Pure-LLM gate — see errors/repo_quality_judge.py.
|
|
2025
|
+
"repo_quality_judge_fn": repo_quality_judge_fn,
|
|
2015
2026
|
# Role propagation for BuildObservabilityNode:
|
|
2016
2027
|
# - analyst → always stop after observability
|
|
2017
2028
|
# - fix → skip pi observability (use cached observation_json),
|