devflow-engine 1.1.12__tar.gz → 1.1.13__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.12 → devflow_engine-1.1.13}/PKG-INFO +1 -1
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/pyproject.toml +1 -1
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/errors/error_solver_dag.py +38 -21
- devflow_engine-1.1.13/src/devflow_engine/errors/user_report_fix.py +290 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/worker.py +85 -2
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_us85_error_solver_dag_contract.py +25 -8
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/uv.lock +1 -1
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.github/workflows/devflow-enforce.yml +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.gitignore +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/agents/filemaker-expert/filemaker-expert.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/npm/.gitignore +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/settings.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi-lens/cache/session-start-guidance.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi-lens/cache/session-start-guidance.meta.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi-lens/cache/todo-baseline.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi-lens/cache/todo-baseline.meta.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/docs/control-plane-source-of-truth-sketch.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/devflow-queue-ops-skill-tree.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/devflow-skill-overlays.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/devflow-skill-registry-spec.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/devin-ideation-source-docs.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/devin-intake-ideation-boundary.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/error-solving-dag-note.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/evals/source-doc-sparse-input-eval.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/evals/source-doc-targeted-mutation-eval.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/llm-invocation-architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/project-doc-agent-contracts.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/project-doc-cross-reference-rules.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/project-doc-richness-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/prompts/anti-patterns.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/prompts/devin-agent-prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/prompts/devin2-agent-prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/queue-worker-infra.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/recovery-dag-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/registry-doctrine.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/scope-idea-agentification.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-coherence-node-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-mutation-acceptance-matrix.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-mutation-real-eval.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-mutation-support-index-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-section-agent-contracts.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-doc-section-richness-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-to-project-doc-impact-map.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/source-to-project-doc-reference-map.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/story-implementation-planning-node.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/support/source_doc_mutation/cross_sourceXproject.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/support/source_doc_mutation/internal_project.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/support/source_doc_mutation/internal_source.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/ui-grounding-curtis-medium-tier-doctrine.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/docs/ui-grounding-curtis-structural-integration-note.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T195349Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T211128Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T214046Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/index.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/prd.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/matrices/accuracy.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/matrices/appropriate_update.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/matrices/thoroughness.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/20260322T223518Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/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.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/project_bootstrap/dataset.yaml +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/project_bootstrap/run_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/evals/project_bootstrap/schema.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/evals/source-doc-sparse-input-scenario.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/evals/source-doc-targeted-mutation-scenario.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/ideation_scenarios_template.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/iterate_arm_playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/run_ideation_arm_scenarios.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/run_iterate_scenarios.sh +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/playground/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/generic/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/ideation/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/ideation/scenarios.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/ideation_loop/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/insight/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/insight/scenarios.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/intake/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/iterate/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin/shared/principles.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/devin_eval/assessment/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/idea/api_ideation_agent/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/idea/api_insight_agent/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/idea/response_doctrine/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/dependency_assessment/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/green/green/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/green_review/outcome_review/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/green_review/prior_run_review/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/red/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/redreview/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/redreview_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/setupdoc/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/story_planning/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/implementation/test_design/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green/green/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green_enrich/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green_enrich/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green_enrich/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/red/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red_review/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red_review/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/red_review/red_review/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/resolve/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/validate/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/write_workflows/example.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/write_workflows/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/integration/write_workflows/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/iterate/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/iterate/coder/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/iterate/framer/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/iterate/iterator/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/iterate/observer/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/diagnosis/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/execution/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/execution_verification/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/failure_investigation/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/preflight_health_repo_repair/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/remediation_execution/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/recovery/root_cause_investigation/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/scope_idea/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_eval/document/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_eval/targeted_mutation/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/domain_entities/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/product_brief/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/project_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/project_doc_render/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/source_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_doc_mutation/user_workflows/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/source_scope/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/prompts/ui_grounding/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/audit_llm_invocations.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/green.sh +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/purge_implemented_story_queue.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/reconcile_story_queue.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/replay_scope_draft_idea.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/replay_scope_goldilocks.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_api_key_transport_smoke.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_gitcommit_refactor_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_green_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_once_no_recovery.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_preflight_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_red_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_refactor_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_security_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/run_with_recovery.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/validate_architecture.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/validate_stories.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/validate_tests.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/scripts/validate_tests_story.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/agentic_prompts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/agentic_runtime.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/api_keys.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/bootstrap/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/bootstrap/provision_from_template.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/cli/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/cli/app.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/core/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/core/config.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/core/logging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/core/paths.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/core/toml_kv.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devflow_event_worker.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devflow_state.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devin2/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devin2/agent_definition.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devin2/pi_runner.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/devin_orchestration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/error/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/error/remediation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/errors/runtime_observability.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/actors.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/analyze.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/devin_chat_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/diff.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/drafts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/idea_creation_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/ideation_enrichment.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/ideation_enrichment_worker.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/paths.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/promote.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/redaction.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/repo_tools.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/response_mode.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/story_pipeline.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/sufficiency.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/idea/traditional_stories.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/alembic_preflight.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/green_gate.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/prompts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/implementation/test_runtime.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/prompts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/supabase_schema.sql +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/integration/supabase_sync.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/cli_one_shot.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/cli_stream.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/execution_context.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/invoke.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/llm/provider_api.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/orchestration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/planning/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/planning/analyze_repo.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/planning/render_drafts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/playground/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/playground/hooks.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/process/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/process/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/project_registration/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/project_registration/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/project_registry.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/recovery/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/recovery/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/recovery/models.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/refactor.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/cards.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/domain_normalize.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/effects.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/enforce_report.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/module_cards_classify.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/module_cards_draft.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/module_cards_gate.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/packages.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/registry/pathways.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/review/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/review/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/review/review_story.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/scope_idea/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/scope_idea/agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/scope_idea/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/scope_idea/models.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/skills/registry.example.yaml +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_doc_assumptions.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_doc_mutation_worker.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_docs_schema.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_docs_updater.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_scope/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_scope/agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_scope/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/source_scope/models.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/stores/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/stores/execution_store.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/contracts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/discovery.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/evidence.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/hashing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/implemented_queue_purge.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/indexer.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/io.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/markdown_contracts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/reconciliation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/validate_stories.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/validate_tests_story.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/story/validation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/ui_grounding/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/ui_grounding/agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/ui_grounding/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/ui_grounding/models.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/ui_grounding/pencil_bridge.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/schema.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/task.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/validate.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/worker_guard.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/dag_two_arm.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/devin_chat_scenario_catalog.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/devin_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/continue_refinement.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/large_idea_split.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/source_documentation_added.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/user_says_create_it.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/vague_idea.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/ideation/tools.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/codebase_exploration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/devin_insight_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/operational_debugging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/operational_question.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/operational_question_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/queue_status.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/queue_status_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/source_doc_explanation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/worker_state_check.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/insight/tools.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/scenarios/ideation_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/scenarios/insight_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/intake/scenarios/insight_routing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/agent-roles.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/agents/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/artifacts.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/eval-plan.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/node.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/pipeline/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/playground-contract.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/prompt.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/framer_task_framing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/iterate/scenarios/routing-matrix.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/__init__.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/filemaker_expert.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/filemaker_expert.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/filemaker_expert_eval/runner.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/helpers.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/models.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/post.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/router.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/nodes/shared/tools.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/shared/devin-chat-rubric.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/shared/devin-chat-scenario-suite.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_failure_recovery_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_recovery_queue_normalization.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area10_process_pipeline/test_worker_story_queue_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area12_scope_idea/conftest.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area12_scope_idea/test_scope_to_idea_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area13_source_scope/test_source_scope_cli_e2e.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area13_source_scope/test_source_to_scope_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area14_ui_grounding/test_pencil_bridge.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area14_ui_grounding/test_pencil_preflight_cli.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area14_ui_grounding/test_ui_grounding_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area5_planning_idea_tool/test_idea_repo_tools.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_area6_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_green_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_red_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_security_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area7_review/test_review_dag_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_us85_error_solver_dag_journal.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area9_playground/test_df2_play_area9_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/area9_playground/test_ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_project_repo_binding.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_refactor_cli_import.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_repo_local_dag_paths.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_repo_root_override.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_story_execute_wrapper_run.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_supabase_event_worker_cli.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_supabase_realtime_listener.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_worker_kill_switch.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/cli/test_worker_start_modes.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/conftest.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/backend_provision/provision_from_template.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/chi/domain_entities.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/chi/product_brief.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/chi/user_workflows.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/fixtures/source_doc_mutation/scenarios.json +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/idea/test_actor_specificity_warning.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/idea/test_capability_first_story_decomposition.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/idea/test_devin_ddr_docs_operator_guide.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/idea/test_story_pipeline_dfs_state.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/integration/test_integration_agentic.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/integration/test_integration_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/integration/test_integration_dag_nodes.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/integration/test_integration_prompt_loading.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/stores/test_idea_creation_queue.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/stores/test_integration_queue.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_agentic_prompt_loading.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_agentic_runtime.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_api_keys.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_area2_project_import_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_area2_project_import_remaining_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_area2_projects_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_area3_execution_store_logging_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_area4_story_system_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devflow_event_worker.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devflow_state_project_resolution.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin2_agent_definition.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin2_pi_runner.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin_chat_scenario_catalog.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin_chat_tier_routing.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin_multi_turn_eval_defaults.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_devin_real_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_domain_normalize.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_enforce_changed_filter.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_enforce_report_directives.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_error_solve_runtime_coder_path.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_execution_store.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_execution_store_story_queue_red.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_generic_task_queue.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_ideation_enrichment.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_implemented_story_queue_purge.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_cli_one_shot.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_cli_stream_journal_sqlite.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_cli_stream_logging.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_codex_invocation_regression.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_invocation_audit.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_invoke.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_provider_api.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_provider_config.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_llm_tier_invocation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_playground_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_prd_mutation_grounding.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_process_dag_imperative.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_project_registration_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_project_registration_supabase_uuid.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_queue_project_id_resolution.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_refactor_llm_path.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_register_one_time.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_cards_and_gate.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_classify_module_cards_parser.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_detect_pathways.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_draft_module_cards.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_draft_module_cards_effects.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_effect_overlap.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_gate_module_cards.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_gate_unknown_strict.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_llm_commands.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_module_incremental_focus.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_module_phase_and_apply.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_registry_scan_ignores_build_dirs.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_source_doc_mutation_acceptance.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_source_doc_mutation_real_eval.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_source_docs_updater.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_story_contracts.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/tests/test_story_reconciliation.py +0 -0
- {devflow_engine-1.1.12 → devflow_engine-1.1.13}/users.json +0 -0
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/src/devflow_engine/errors/error_solver_dag.py
RENAMED
|
@@ -339,42 +339,59 @@ class BuildObservabilityNode(Node):
|
|
|
339
339
|
persistor.persist(context=context, node_name="BuildObservability", output=out)
|
|
340
340
|
self.save_output(BuildObservabilityNode.OutputType(**{"observable": bool(out.get("observable", True)), "details": out}))
|
|
341
341
|
|
|
342
|
-
# User-report rows
|
|
343
|
-
#
|
|
344
|
-
#
|
|
345
|
-
#
|
|
346
|
-
#
|
|
347
|
-
#
|
|
342
|
+
# User-report rows: persist analysis, then decide whether to
|
|
343
|
+
# let the DAG continue into FirstPassFix.
|
|
344
|
+
#
|
|
345
|
+
# Gate-passed (observed=True AND no deferred_questions):
|
|
346
|
+
# status → 'observed'. DO NOT stop_workflow — the DAG flows
|
|
347
|
+
# into FirstPassFix, which uses the observation's
|
|
348
|
+
# repro_run_command + likely_location to attempt a real fix.
|
|
349
|
+
# (Without an analyst/fix worker split this all runs in the
|
|
350
|
+
# same worker subprocess; that's fine while the analyst pool
|
|
351
|
+
# isn't built yet.)
|
|
352
|
+
#
|
|
353
|
+
# Otherwise (observation_inconclusive, observation_failed, or
|
|
354
|
+
# any case with deferred_questions):
|
|
355
|
+
# stop the workflow — the controller's post-observability hook
|
|
356
|
+
# handles email/magic-link clarify; FirstPassFix would be
|
|
357
|
+
# guessing without verified evidence.
|
|
348
358
|
if source_kind == "user_report":
|
|
349
359
|
now = int(time.time())
|
|
350
360
|
observation = out.get("observation") if isinstance(out, dict) else None
|
|
351
361
|
reason = out.get("reason") if isinstance(out, dict) else None
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
outcome_label = next_status
|
|
362
|
+
gates_passed = False
|
|
363
|
+
if isinstance(observation, dict):
|
|
364
|
+
observed_flag = bool(observation.get("observed"))
|
|
365
|
+
deferred = observation.get("deferred_questions") or []
|
|
366
|
+
gates_passed = observed_flag and not deferred and bool(
|
|
367
|
+
(observation.get("repro_run_command") or "").strip()
|
|
368
|
+
)
|
|
369
|
+
next_status = "observed" if observed_flag else "observation_inconclusive"
|
|
370
|
+
with store._connect() as conn:
|
|
362
371
|
conn.execute(
|
|
363
372
|
"UPDATE error_tasks SET observability_json=?, observability_error=NULL, "
|
|
364
373
|
"status=?, updated_at=? WHERE error_task_id=?",
|
|
365
374
|
(json.dumps(observation, ensure_ascii=False, sort_keys=True),
|
|
366
375
|
next_status, now, error_task_id),
|
|
367
376
|
)
|
|
368
|
-
|
|
369
|
-
|
|
377
|
+
task_context.metadata["outcome"] = next_status
|
|
378
|
+
elif reason:
|
|
379
|
+
with store._connect() as conn:
|
|
370
380
|
conn.execute(
|
|
371
381
|
"UPDATE error_tasks SET observability_error=?, updated_at=? "
|
|
372
382
|
"WHERE error_task_id=?",
|
|
373
383
|
(str(reason), now, error_task_id),
|
|
374
384
|
)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
385
|
+
task_context.metadata["outcome"] = "observation_failed"
|
|
386
|
+
task_context.metadata["reason"] = str(reason)
|
|
387
|
+
|
|
388
|
+
# Stash the observation in metadata so FirstPassFix can read
|
|
389
|
+
# it without re-querying the row.
|
|
390
|
+
if isinstance(observation, dict):
|
|
391
|
+
task_context.metadata["user_report_observation"] = observation
|
|
392
|
+
|
|
393
|
+
if not gates_passed:
|
|
394
|
+
task_context.stop_workflow()
|
|
378
395
|
|
|
379
396
|
return task_context
|
|
380
397
|
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
"""Pi-driven fix for source_kind='user_report' rows that passed the
|
|
2
|
+
observability gates (observed=true + no deferred questions).
|
|
3
|
+
|
|
4
|
+
The observability gate loop already produced:
|
|
5
|
+
- ``repro_artifact_path`` — a real test file inside the workspace
|
|
6
|
+
that exercises the bug.
|
|
7
|
+
- ``repro_run_command`` — the exact bash invocation; currently exits
|
|
8
|
+
non-zero (the bug reproduces).
|
|
9
|
+
- ``likely_location`` — file:line of the suspected root cause.
|
|
10
|
+
- ``affected_files`` — paths the model expects the fix to touch.
|
|
11
|
+
|
|
12
|
+
This module wires those into a focused pi invocation that:
|
|
13
|
+
|
|
14
|
+
1. Reads the observation + the affected files.
|
|
15
|
+
2. Writes the smallest change that makes the repro pass.
|
|
16
|
+
3. Runs ``repro_run_command``; success = exit 0.
|
|
17
|
+
4. Iterates up to a small budget if the first attempt doesn't flip
|
|
18
|
+
the repro.
|
|
19
|
+
5. Returns the standard ErrorSolverWorkflow fix-fn shape
|
|
20
|
+
(``{"fixed": bool, "fix_results": [...], "verification": {...}}``).
|
|
21
|
+
|
|
22
|
+
Shared between worker.py (queue-driven) and any future per-row CLI;
|
|
23
|
+
keeps the prompt + tool wiring out of both call sites."""
|
|
24
|
+
|
|
25
|
+
from __future__ import annotations
|
|
26
|
+
|
|
27
|
+
import json
|
|
28
|
+
import logging
|
|
29
|
+
from pathlib import Path
|
|
30
|
+
from typing import Any
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
logger = logging.getLogger(__name__)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
_MAX_FIX_ITERATIONS = 3
|
|
37
|
+
_PI_TIMEOUT_SECONDS = 1800
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def _load_observation(*, observation: dict[str, Any] | None) -> dict[str, Any]:
|
|
41
|
+
"""Pull the observation fields we care about, with defaults so the
|
|
42
|
+
prompt always has something coherent to render."""
|
|
43
|
+
obs = observation or {}
|
|
44
|
+
return {
|
|
45
|
+
"summary": obs.get("summary") or "",
|
|
46
|
+
"likely_location": obs.get("likely_location") or "",
|
|
47
|
+
"affected_files": obs.get("affected_files") or [],
|
|
48
|
+
"repro_artifact_path": obs.get("repro_artifact_path") or "",
|
|
49
|
+
"repro_run_command": obs.get("repro_run_command") or "",
|
|
50
|
+
"repro_output_when_bug_present": obs.get("repro_output") or "",
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def build_first_pass_fix_payload(
|
|
55
|
+
*,
|
|
56
|
+
error_task: dict[str, Any],
|
|
57
|
+
observation: dict[str, Any],
|
|
58
|
+
iteration_budget: int = _MAX_FIX_ITERATIONS,
|
|
59
|
+
) -> dict[str, Any]:
|
|
60
|
+
"""Render the prompt payload for pi. Separate from the invoke so
|
|
61
|
+
tests can pin the prompt shape without spinning a model."""
|
|
62
|
+
obs = _load_observation(observation=observation)
|
|
63
|
+
return {
|
|
64
|
+
"task": "fix_user_reported_bug",
|
|
65
|
+
"instruction": (
|
|
66
|
+
"Fix this user-reported bug. The observability pass already "
|
|
67
|
+
"identified the location AND produced a repro test that "
|
|
68
|
+
"currently FAILS (reproducing the bug). Your job is to "
|
|
69
|
+
"make the smallest change that flips that repro from FAIL "
|
|
70
|
+
"to PASS. Workflow (use your tools — read/edit/write/bash):"
|
|
71
|
+
" (1) Read the affected files listed below. (2) Verify the "
|
|
72
|
+
"current repro failure by running the supplied "
|
|
73
|
+
"repro_run_command — confirm the bug is still reproducing. "
|
|
74
|
+
"(3) Edit the smallest scope of code that addresses the "
|
|
75
|
+
"root cause; prefer `edit` over `write` for surgical "
|
|
76
|
+
"changes. Do NOT add new files unless strictly necessary. "
|
|
77
|
+
"(4) Re-run repro_run_command. Exit 0 = fixed. (5) If the "
|
|
78
|
+
"repro still fails, refine your fix and try again. You "
|
|
79
|
+
"have at most {iter} attempts within this turn. (6) Emit "
|
|
80
|
+
"the final JSON."
|
|
81
|
+
).format(iter=iteration_budget),
|
|
82
|
+
"output_contract": (
|
|
83
|
+
"Emit ONE final JSON OBJECT (and nothing else after it) "
|
|
84
|
+
"with these keys: fixed (bool — true ONLY if your last "
|
|
85
|
+
"repro_run_command exited 0), files_changed (list of str — "
|
|
86
|
+
"workspace-relative paths you edited or wrote), "
|
|
87
|
+
"verification_output (str — captured stdout+stderr from "
|
|
88
|
+
"the LAST repro run, truncated ~3000 chars), iterations_used "
|
|
89
|
+
"(int — how many fix attempts you made, 1..{iter}), "
|
|
90
|
+
"refinement_notes (str — what you tried, what worked, "
|
|
91
|
+
"what didn't, and any caveats the reviewer should know)."
|
|
92
|
+
).format(iter=iteration_budget),
|
|
93
|
+
"bug_report": {
|
|
94
|
+
"title": error_task.get("title"),
|
|
95
|
+
"message": error_task.get("message"),
|
|
96
|
+
"expected_behavior": error_task.get("expected_behavior"),
|
|
97
|
+
},
|
|
98
|
+
"observation": obs,
|
|
99
|
+
"workspace_root": "/workspace",
|
|
100
|
+
"iteration_budget": iteration_budget,
|
|
101
|
+
"rules": [
|
|
102
|
+
"If repro_run_command is empty, you cannot verify a fix — emit "
|
|
103
|
+
"fixed=false with refinement_notes explaining the gap.",
|
|
104
|
+
"Do NOT modify the repro test file itself to make it pass.",
|
|
105
|
+
"Do NOT commit, push, or run git operations.",
|
|
106
|
+
"Stay inside the workspace; do not touch .devflow/ except "
|
|
107
|
+
"to read prior analysis artifacts.",
|
|
108
|
+
],
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
def run_user_report_first_pass_fix(
|
|
113
|
+
*,
|
|
114
|
+
repo_root: Path,
|
|
115
|
+
error_task: dict[str, Any],
|
|
116
|
+
observation: dict[str, Any],
|
|
117
|
+
) -> dict[str, Any]:
|
|
118
|
+
"""Single fix attempt via pi (medium tier). Returns the
|
|
119
|
+
ErrorSolverWorkflow fix-fn contract:
|
|
120
|
+
``{"fixed": bool, "fix_results": [...], "verification": {...}}``.
|
|
121
|
+
|
|
122
|
+
Pi handles its own iteration within ``_MAX_FIX_ITERATIONS`` per the
|
|
123
|
+
prompt (it can write → run → refine inside one turn). The outer
|
|
124
|
+
DAG handles failover into IterativeFixNode if this returns
|
|
125
|
+
``fixed=False``.
|
|
126
|
+
"""
|
|
127
|
+
# Local import — keeps the module cheap when only the observability
|
|
128
|
+
# path is exercised (tests, smoke).
|
|
129
|
+
from ..llm.invoke import LlmInvocationRequest, invoke_llm
|
|
130
|
+
|
|
131
|
+
if not observation:
|
|
132
|
+
return {
|
|
133
|
+
"fixed": False,
|
|
134
|
+
"fix_results": [],
|
|
135
|
+
"verification": {"reason": "no_observation"},
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
if not (observation.get("repro_run_command") or "").strip():
|
|
139
|
+
return {
|
|
140
|
+
"fixed": False,
|
|
141
|
+
"fix_results": [],
|
|
142
|
+
"verification": {"reason": "no_repro_command"},
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
payload = build_first_pass_fix_payload(
|
|
146
|
+
error_task=error_task, observation=observation,
|
|
147
|
+
)
|
|
148
|
+
|
|
149
|
+
try:
|
|
150
|
+
result = invoke_llm(
|
|
151
|
+
LlmInvocationRequest(
|
|
152
|
+
purpose="user_report_first_pass_fix",
|
|
153
|
+
repo_root=repo_root,
|
|
154
|
+
prompt="",
|
|
155
|
+
prompt_payload=payload,
|
|
156
|
+
delivery_model="final_only",
|
|
157
|
+
interaction_model="agentic",
|
|
158
|
+
response_contract="json_only",
|
|
159
|
+
timeout_seconds=_PI_TIMEOUT_SECONDS,
|
|
160
|
+
strength="medium",
|
|
161
|
+
)
|
|
162
|
+
)
|
|
163
|
+
except Exception as exc: # noqa: BLE001
|
|
164
|
+
logger.warning("first_pass_fix invoke raised: %s", exc)
|
|
165
|
+
return {
|
|
166
|
+
"fixed": False,
|
|
167
|
+
"fix_results": [],
|
|
168
|
+
"verification": {"reason": f"invoke_raised: {type(exc).__name__}: {exc}"},
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
if not result.ok:
|
|
172
|
+
return {
|
|
173
|
+
"fixed": False,
|
|
174
|
+
"fix_results": [],
|
|
175
|
+
"verification": {
|
|
176
|
+
"reason": f"llm_not_ok: rc={result.returncode}",
|
|
177
|
+
"stderr": (result.stderr or "")[:500],
|
|
178
|
+
},
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
parsed = result.parsed_json
|
|
182
|
+
if not isinstance(parsed, dict):
|
|
183
|
+
return {
|
|
184
|
+
"fixed": False,
|
|
185
|
+
"fix_results": [],
|
|
186
|
+
"verification": {
|
|
187
|
+
"reason": "schema_invalid",
|
|
188
|
+
"raw_stdout": (result.stdout or "")[:500],
|
|
189
|
+
},
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
fixed = bool(parsed.get("fixed"))
|
|
193
|
+
return {
|
|
194
|
+
"fixed": fixed,
|
|
195
|
+
"fix_results": [{
|
|
196
|
+
"files_changed": parsed.get("files_changed") or [],
|
|
197
|
+
"iterations_used": parsed.get("iterations_used"),
|
|
198
|
+
"refinement_notes": parsed.get("refinement_notes"),
|
|
199
|
+
}],
|
|
200
|
+
"verification": {
|
|
201
|
+
"repro_run_command": observation.get("repro_run_command"),
|
|
202
|
+
"verification_output": (parsed.get("verification_output") or "")[:3000],
|
|
203
|
+
"passed": fixed,
|
|
204
|
+
},
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
def run_user_report_iterative_fix(
|
|
209
|
+
*,
|
|
210
|
+
repo_root: Path,
|
|
211
|
+
error_task: dict[str, Any],
|
|
212
|
+
observation: dict[str, Any],
|
|
213
|
+
) -> dict[str, Any]:
|
|
214
|
+
"""Second-line fix attempt when FirstPassFix returns fixed=False.
|
|
215
|
+
|
|
216
|
+
Same shape as the first pass but with a "you've already tried once
|
|
217
|
+
and it didn't work" framing, encouraging pi to consider whether the
|
|
218
|
+
analysis itself was wrong (in which case it should flag the
|
|
219
|
+
misanalysis rather than thrash on a wrong-angle fix)."""
|
|
220
|
+
if not observation:
|
|
221
|
+
return {"fixed": False, "attempts": [], "verification": {"reason": "no_observation"}}
|
|
222
|
+
|
|
223
|
+
from ..llm.invoke import LlmInvocationRequest, invoke_llm
|
|
224
|
+
|
|
225
|
+
payload = build_first_pass_fix_payload(
|
|
226
|
+
error_task=error_task, observation=observation,
|
|
227
|
+
iteration_budget=_MAX_FIX_ITERATIONS,
|
|
228
|
+
)
|
|
229
|
+
payload["task"] = "iterative_fix_user_reported_bug"
|
|
230
|
+
payload["instruction"] = (
|
|
231
|
+
"The first-pass fix attempt for this bug did NOT make the repro "
|
|
232
|
+
"pass. Reconsider before spending more attempts: was the "
|
|
233
|
+
"analysis correct about the root cause? If you think the "
|
|
234
|
+
"likely_location is wrong, say so in refinement_notes and emit "
|
|
235
|
+
"fixed=false with a misanalysis_suspected flag. Otherwise: try "
|
|
236
|
+
"a different angle (different file, different approach). "
|
|
237
|
+
"Re-run repro_run_command after every change. Same tool set "
|
|
238
|
+
"(read/edit/write/bash) and same iteration budget."
|
|
239
|
+
)
|
|
240
|
+
payload["output_contract"] = (
|
|
241
|
+
"Emit ONE final JSON OBJECT with: fixed (bool), files_changed "
|
|
242
|
+
"(list), verification_output (str), iterations_used (int), "
|
|
243
|
+
"refinement_notes (str), misanalysis_suspected (bool — true if "
|
|
244
|
+
"you concluded the observability analysis pointed at the wrong "
|
|
245
|
+
"root cause)."
|
|
246
|
+
)
|
|
247
|
+
|
|
248
|
+
try:
|
|
249
|
+
result = invoke_llm(
|
|
250
|
+
LlmInvocationRequest(
|
|
251
|
+
purpose="user_report_iterative_fix",
|
|
252
|
+
repo_root=repo_root,
|
|
253
|
+
prompt="",
|
|
254
|
+
prompt_payload=payload,
|
|
255
|
+
delivery_model="final_only",
|
|
256
|
+
interaction_model="agentic",
|
|
257
|
+
response_contract="json_only",
|
|
258
|
+
timeout_seconds=_PI_TIMEOUT_SECONDS,
|
|
259
|
+
strength="medium",
|
|
260
|
+
)
|
|
261
|
+
)
|
|
262
|
+
except Exception as exc: # noqa: BLE001
|
|
263
|
+
return {"fixed": False, "attempts": [], "verification": {"reason": f"invoke_raised: {exc}"}}
|
|
264
|
+
|
|
265
|
+
if not result.ok or not isinstance(result.parsed_json, dict):
|
|
266
|
+
return {
|
|
267
|
+
"fixed": False, "attempts": [],
|
|
268
|
+
"verification": {
|
|
269
|
+
"reason": "llm_not_ok" if not result.ok else "schema_invalid",
|
|
270
|
+
"rc": result.returncode,
|
|
271
|
+
"stderr": (result.stderr or "")[:500],
|
|
272
|
+
},
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
parsed = result.parsed_json
|
|
276
|
+
fixed = bool(parsed.get("fixed"))
|
|
277
|
+
return {
|
|
278
|
+
"fixed": fixed,
|
|
279
|
+
"attempts": [{
|
|
280
|
+
"files_changed": parsed.get("files_changed") or [],
|
|
281
|
+
"iterations_used": parsed.get("iterations_used"),
|
|
282
|
+
"refinement_notes": parsed.get("refinement_notes"),
|
|
283
|
+
"misanalysis_suspected": bool(parsed.get("misanalysis_suspected")),
|
|
284
|
+
}],
|
|
285
|
+
"verification": {
|
|
286
|
+
"repro_run_command": observation.get("repro_run_command"),
|
|
287
|
+
"verification_output": (parsed.get("verification_output") or "")[:3000],
|
|
288
|
+
"passed": fixed,
|
|
289
|
+
},
|
|
290
|
+
}
|
|
@@ -17,6 +17,10 @@ from .source_doc_mutation_dag import run_source_doc_mutation_dag
|
|
|
17
17
|
from .source_docs_updater import process_source_doc_update_once
|
|
18
18
|
from .stores.execution_store import ExecutionStore
|
|
19
19
|
from .errors.runtime_observability import build_runtime_observability, build_user_report_observability
|
|
20
|
+
from .errors.user_report_fix import (
|
|
21
|
+
run_user_report_first_pass_fix,
|
|
22
|
+
run_user_report_iterative_fix,
|
|
23
|
+
)
|
|
20
24
|
from .worker_guard import ensure_worker_start_allowed
|
|
21
25
|
|
|
22
26
|
|
|
@@ -570,12 +574,91 @@ def process_once(*, project_id: str, repo_root: Path, store: ExecutionStore) ->
|
|
|
570
574
|
store=store,
|
|
571
575
|
)
|
|
572
576
|
|
|
577
|
+
def _worker_first_pass_fix(ctx: dict[str, Any]) -> dict[str, Any]:
|
|
578
|
+
# The observability node stashes the observation in
|
|
579
|
+
# context.metadata; we read it back here so the fix
|
|
580
|
+
# function knows what to fix and how to verify.
|
|
581
|
+
rctx = ctx.get("runtimeContext") if isinstance(ctx.get("runtimeContext"), dict) else None
|
|
582
|
+
source_kind = (rctx or {}).get("source_kind") if isinstance(rctx, dict) else None
|
|
583
|
+
if source_kind != "user_report":
|
|
584
|
+
# Non-user_report rows still go through the legacy
|
|
585
|
+
# stubbed path until those flows have their own
|
|
586
|
+
# real fix implementations.
|
|
587
|
+
return {"fixed": False}
|
|
588
|
+
observation: dict[str, Any] = {}
|
|
589
|
+
# Persisted observation lives under context["BuildObservability"]["output"]["observation"]
|
|
590
|
+
bo = ctx.get("BuildObservability") if isinstance(ctx, dict) else None
|
|
591
|
+
if isinstance(bo, dict):
|
|
592
|
+
out = bo.get("output") if isinstance(bo.get("output"), dict) else {}
|
|
593
|
+
obs = out.get("observation") if isinstance(out, dict) else {}
|
|
594
|
+
if isinstance(obs, dict):
|
|
595
|
+
observation = obs
|
|
596
|
+
# Fallback: read straight off the row.
|
|
597
|
+
if not observation:
|
|
598
|
+
error_id = str(claimed["item_id"])
|
|
599
|
+
with store._connect() as conn:
|
|
600
|
+
row = conn.execute(
|
|
601
|
+
"SELECT observability_json FROM error_tasks WHERE error_task_id=?",
|
|
602
|
+
(error_id,),
|
|
603
|
+
).fetchone()
|
|
604
|
+
if row and row["observability_json"]:
|
|
605
|
+
try:
|
|
606
|
+
observation = json.loads(row["observability_json"])
|
|
607
|
+
except (TypeError, ValueError):
|
|
608
|
+
observation = {}
|
|
609
|
+
error_task = {
|
|
610
|
+
"error_task_id": str(claimed["item_id"]),
|
|
611
|
+
"title": ctx.get("title") if isinstance(ctx, dict) else None,
|
|
612
|
+
"message": ctx.get("message") if isinstance(ctx, dict) else None,
|
|
613
|
+
"expected_behavior": (rctx or {}).get("user_report", {}).get("expected_behavior") if isinstance(rctx, dict) else None,
|
|
614
|
+
}
|
|
615
|
+
return run_user_report_first_pass_fix(
|
|
616
|
+
repo_root=repo_root,
|
|
617
|
+
error_task=error_task,
|
|
618
|
+
observation=observation,
|
|
619
|
+
)
|
|
620
|
+
|
|
621
|
+
def _worker_iterative_fix(ctx: dict[str, Any]) -> dict[str, Any]:
|
|
622
|
+
rctx = ctx.get("runtimeContext") if isinstance(ctx.get("runtimeContext"), dict) else None
|
|
623
|
+
source_kind = (rctx or {}).get("source_kind") if isinstance(rctx, dict) else None
|
|
624
|
+
if source_kind != "user_report":
|
|
625
|
+
return {"fixed": False}
|
|
626
|
+
observation: dict[str, Any] = {}
|
|
627
|
+
bo = ctx.get("BuildObservability") if isinstance(ctx, dict) else None
|
|
628
|
+
if isinstance(bo, dict):
|
|
629
|
+
out = bo.get("output") if isinstance(bo.get("output"), dict) else {}
|
|
630
|
+
obs = out.get("observation") if isinstance(out, dict) else {}
|
|
631
|
+
if isinstance(obs, dict):
|
|
632
|
+
observation = obs
|
|
633
|
+
if not observation:
|
|
634
|
+
error_id = str(claimed["item_id"])
|
|
635
|
+
with store._connect() as conn:
|
|
636
|
+
row = conn.execute(
|
|
637
|
+
"SELECT observability_json FROM error_tasks WHERE error_task_id=?",
|
|
638
|
+
(error_id,),
|
|
639
|
+
).fetchone()
|
|
640
|
+
if row and row["observability_json"]:
|
|
641
|
+
try:
|
|
642
|
+
observation = json.loads(row["observability_json"])
|
|
643
|
+
except (TypeError, ValueError):
|
|
644
|
+
observation = {}
|
|
645
|
+
error_task = {
|
|
646
|
+
"error_task_id": str(claimed["item_id"]),
|
|
647
|
+
"title": ctx.get("title") if isinstance(ctx, dict) else None,
|
|
648
|
+
"message": ctx.get("message") if isinstance(ctx, dict) else None,
|
|
649
|
+
}
|
|
650
|
+
return run_user_report_iterative_fix(
|
|
651
|
+
repo_root=repo_root,
|
|
652
|
+
error_task=error_task,
|
|
653
|
+
observation=observation,
|
|
654
|
+
)
|
|
655
|
+
|
|
573
656
|
result = store.run_error_solver_dag(
|
|
574
657
|
error_task_id=str(claimed["item_id"]),
|
|
575
658
|
repo_root=repo_root,
|
|
576
659
|
build_observability_fn=_worker_build_observability,
|
|
577
|
-
first_pass_fix_fn=
|
|
578
|
-
iterative_fix_fn=
|
|
660
|
+
first_pass_fix_fn=_worker_first_pass_fix,
|
|
661
|
+
iterative_fix_fn=_worker_iterative_fix,
|
|
579
662
|
needs_user_input_fn=lambda _ctx: True,
|
|
580
663
|
runtime_context=None,
|
|
581
664
|
)
|
|
@@ -120,12 +120,18 @@ def test_US_8_5__error_solver_dag_routes_to_block_when_user_input_needed(tmp_pat
|
|
|
120
120
|
@pytest.mark.story_id("US-8.5")
|
|
121
121
|
@pytest.mark.plane("ops")
|
|
122
122
|
def test_build_observability_user_report_writes_observation_to_row(tmp_path: Path) -> None:
|
|
123
|
-
"""For source_kind='user_report'
|
|
124
|
-
(
|
|
123
|
+
"""For source_kind='user_report' where the gates passed
|
|
124
|
+
(observed=true + no deferred_questions + repro_run_command present):
|
|
125
125
|
- persist the observation dict to error_tasks.observability_json
|
|
126
126
|
- flip status to 'observed'
|
|
127
127
|
- clear observability_error
|
|
128
|
-
-
|
|
128
|
+
- DO NOT stop the workflow — FirstPassFix runs against the
|
|
129
|
+
observation's repro_run_command (1.1.13+ behavior).
|
|
130
|
+
|
|
131
|
+
Pre-1.1.13 always stopped after BuildObservability for user_report
|
|
132
|
+
rows. From 1.1.13 onward, gate-passing rows continue into the fix
|
|
133
|
+
pipeline; only inconclusive/awaiting-human rows stop (see
|
|
134
|
+
test_build_observability_user_report_unobserved_writes_inconclusive).
|
|
129
135
|
"""
|
|
130
136
|
repo_root = tmp_path
|
|
131
137
|
db_path = repo_root / ".devflow" / "execution.sqlite"
|
|
@@ -171,10 +177,15 @@ def test_build_observability_user_report_writes_observation_to_row(tmp_path: Pat
|
|
|
171
177
|
needs_user_input_fn=lambda _ctx: False,
|
|
172
178
|
)
|
|
173
179
|
|
|
174
|
-
#
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
180
|
+
# 1.1.13+ contract: gates passed (observed + no deferred + repro
|
|
181
|
+
# command) means the DAG continues into FirstPassFix. The stubbed
|
|
182
|
+
# first_pass returns fixed=False, so the row routes through
|
|
183
|
+
# IterativeFix → BlockNode and the final outcome is 'blocked'
|
|
184
|
+
# (not 'observed'); observability status on the row is still
|
|
185
|
+
# 'observed' because BuildObservability set it before the DAG
|
|
186
|
+
# continued.
|
|
187
|
+
assert first_pass_called["n"] == 1, (
|
|
188
|
+
f"FirstPassFix did not run after gates passed (called={first_pass_called['n']})"
|
|
178
189
|
)
|
|
179
190
|
|
|
180
191
|
with sqlite3.connect(db_path) as conn:
|
|
@@ -185,7 +196,13 @@ def test_build_observability_user_report_writes_observation_to_row(tmp_path: Pat
|
|
|
185
196
|
(error_task_id,),
|
|
186
197
|
).fetchone()
|
|
187
198
|
assert row is not None
|
|
188
|
-
|
|
199
|
+
# Final status reflects DAG outcome — fix stub returned False so
|
|
200
|
+
# the DAG ended at BlockNode → status='blocked'. The observability
|
|
201
|
+
# data is still persisted (it was set by BuildObservability before
|
|
202
|
+
# the DAG continued); a successful fix path → 'resolved'.
|
|
203
|
+
assert row["status"] in ("blocked", "resolved"), (
|
|
204
|
+
f"expected blocked|resolved after DAG completion, got {row['status']!r}"
|
|
205
|
+
)
|
|
189
206
|
assert row["observability_error"] is None
|
|
190
207
|
assert row["observability_json"] is not None
|
|
191
208
|
stored_obs = json.loads(row["observability_json"])
|
|
File without changes
|
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/agents/filemaker-expert/filemaker-expert.md
RENAMED
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/.pi-lens/cache/session-start-guidance.meta.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/domain_entities.json
RENAMED
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/product_brief.json
RENAMED
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/source_docs/user_workflows.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/index.md
RENAMED
|
File without changes
|
{devflow_engine-1.1.12 → devflow_engine-1.1.13}/ai_docs/context/v2/project_docs/source_docs/prd.md
RENAMED
|
File without changes
|