devflow-engine 1.1.23__tar.gz → 1.1.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.gitignore +4 -0
- devflow_engine-1.1.25/OPERATOR.md +492 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/PKG-INFO +8 -1
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/README.md +2 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/pyproject.toml +9 -1
- devflow_engine-1.1.25/scripts/audit_story_ideas.py +155 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/__init__.py +1 -1
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/cli/app.py +131 -36
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/runtime_observability.py +123 -66
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/repo_tools.py +14 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/story_pipeline.py +7 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/invoke.py +14 -13
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/stores/execution_store.py +181 -0
- devflow_engine-1.1.25/src/devflow_engine/story_validation.py +250 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/worker.py +57 -7
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_worker_story_queue_red.py +108 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_idea_repo_tools.py +32 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_execution_store_story_queue_red.py +38 -0
- devflow_engine-1.1.25/tests/test_observability_evidence_contract.py +78 -0
- devflow_engine-1.1.25/tests/test_quick_action_queue.py +73 -0
- devflow_engine-1.1.25/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +68 -0
- devflow_engine-1.1.25/tests/unit/__init__.py +0 -0
- devflow_engine-1.1.25/tests/unit/test_story_validation.py +191 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/uv.lock +14 -1
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +0 -965
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +0 -910
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +0 -1119
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +0 -98
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +0 -661
- devflow_engine-1.1.23/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +0 -353
- devflow_engine-1.1.23/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +0 -262
- devflow_engine-1.1.23/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +0 -1021
- devflow_engine-1.1.23/tests/area9_playground/test_ideation_arm_playground.py +0 -333
- devflow_engine-1.1.23/tests/cli/test_repo_local_dag_paths.py +0 -30
- devflow_engine-1.1.23/tests/idea/test_devin_ddr_docs_operator_guide.py +0 -158
- devflow_engine-1.1.23/tests/test_devin2_pi_runner.py +0 -151
- devflow_engine-1.1.23/tests/test_devin_chat_scenario_catalog.py +0 -69
- devflow_engine-1.1.23/tests/test_devin_chat_tier_routing.py +0 -278
- devflow_engine-1.1.23/tests/test_devin_multi_turn_eval_defaults.py +0 -78
- devflow_engine-1.1.23/tests/test_devin_real_eval.py +0 -37
- devflow_engine-1.1.23/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +0 -30
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.github/workflows/devflow-enforce.yml +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi/agents/filemaker-expert/filemaker-expert.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi/npm/.gitignore +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi/settings.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi-lens/cache/session-start-guidance.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi-lens/cache/session-start-guidance.meta.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi-lens/cache/todo-baseline.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/.pi-lens/cache/todo-baseline.meta.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/DESIGN_NOTES.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/source_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1002_production_pipeline_story_entrypoint.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1030_registry_db_perfect_registration.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1031_init_dedupe_and_strict_refactor.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.1_execution-store_sqlite-bootstrap.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.2_execution-store_schema_core-tables.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.3_execution-store_run-lifecycle-persistence.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.4_execution-store_node-execution-persistence.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.5_execution-store_artifacts-errors-review-packets.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.6_logging_layout_correlation-ids_tool-logs.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-502_repo-analysis-capture-evidence.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-503_generate-baseline-draft-stories-per-plane.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-504_draft-storage-provenance-and-non-canonical-separation.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-505_promote-drafts-to-canonical-with-traceability.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-506_review-and-diff-drafts-vs-canonical.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/DF2-IMPL-620_genai_workflow_engine_conversion.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-902_preflight-check-catalog-and-config.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-906_preflight-scenarios-respect-story-planes.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-907_parallel-batch-run-and-summary.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-908_node-devflow-parity-preflight-json.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-501_idea-init-and-structure.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-507_list-and-inspect-ideas-analyses-drafts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-508_link-idea-artifacts-to-execution-runs.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.1_review-packet_schema-and-loader.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.2_review-runner_core-workflow.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.3_review-findings_persistence_execution-store.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.4_remediation-run-spec_generation.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.5_security-and-safety_review-policies.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.6_contract-compliance-and-soundness_checks.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.7_cli-review-command_and_artifacts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.2_error-queue_claiming-concurrency.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.4_remediation-runs_model-and-linkage.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.5_error-solver_workflow-orchestration.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.6_github-issues_ingestion-watcher.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.7_execution-errors_to_error-tasks-ingestion.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.8_error-cli_minimal-commands.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.9_node-devflow-semantics_compatibility.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/control-plane-source-of-truth-sketch.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/devflow-queue-ops-skill-tree.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/devflow-skill-overlays.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/devflow-skill-registry-spec.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/devin-ideation-source-docs.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/devin-intake-ideation-boundary.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/error-solving-dag-note.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/evals/source-doc-sparse-input-eval.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/evals/source-doc-targeted-mutation-eval.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/llm-invocation-architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/project-doc-agent-contracts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/project-doc-cross-reference-rules.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/project-doc-richness-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/prompts/anti-patterns.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/prompts/devin-agent-prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/prompts/devin2-agent-prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/queue-worker-infra.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/recovery-dag-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/registry-doctrine.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/scope-idea-agentification.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-coherence-node-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-mutation-acceptance-matrix.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-mutation-real-eval.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-mutation-support-index-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-section-agent-contracts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-doc-section-richness-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-to-project-doc-impact-map.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/source-to-project-doc-reference-map.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/story-implementation-planning-node.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/cross_sourceXproject.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/internal_project.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/support/source_doc_mutation/internal_source.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/ui-grounding-curtis-medium-tier-doctrine.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/docs/ui-grounding-curtis-structural-integration-note.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T195349Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T211128Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T214046Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/architecture.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/index.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/prd.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/project_charter.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/project_docs/ux_design.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/indexes/project_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/indexes/source_docs_index.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/accuracy.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/appropriate_update.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/matrices/thoroughness.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/metrics/completeness.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/20260322T223518Z/metrics/quality.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/project_bootstrap/dataset.yaml +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/project_bootstrap/run_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/evals/project_bootstrap/schema.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/evals/source-doc-sparse-input-scenario.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/evals/source-doc-targeted-mutation-scenario.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/ideation_arm_playground.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/ideation_scenarios_template.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/iterate_arm_playground.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/run_ideation_arm_scenarios.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/run_iterate_scenarios.sh +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/playground/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/generic/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/ideation/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/ideation/scenarios.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/ideation_loop/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/insight/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/insight/scenarios.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/intake/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/iterate/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin/shared/principles.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/devin_eval/assessment/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/idea/api_ideation_agent/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/idea/api_insight_agent/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/idea/response_doctrine/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/dependency_assessment/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/green/green/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/green_review/outcome_review/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/green_review/prior_run_review/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/red/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/redreview/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/redreview_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/setupdoc/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/story_planning/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/implementation/test_design/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green/green/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green_enrich/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green_enrich/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green_enrich/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/red/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red/red_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red_review/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red_review/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/red_review/red_review/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/resolve_implicated_users/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/resolve/resolve_side_effects/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/validate_enrich_gate/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/validate/validate_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/write_workflows/example.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/write_workflows/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/integration/write_workflows/write_workflows/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/iterate/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/iterate/coder/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/iterate/framer/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/iterate/iterator/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/iterate/observer/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/diagnosis/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/execution/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/execution_verification/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/failure_investigation/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/preflight_health_repo_repair/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/remediation_execution/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/recovery/root_cause_investigation/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/scope_idea/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_eval/document/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_eval/targeted_mutation/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/domain_entities/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/product_brief/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/project_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/project_doc_render/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/source_doc_coherence/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_doc_mutation/user_workflows/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/source_scope/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/prompts/ui_grounding/doctrine/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/audit_llm_invocations.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/green.sh +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/purge_implemented_story_queue.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/reconcile_story_queue.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/replay_scope_draft_idea.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/replay_scope_goldilocks.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_api_key_transport_smoke.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_gitcommit_refactor_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_green_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_once_no_recovery.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_preflight_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_red_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_refactor_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_security_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/run_with_recovery.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/validate_architecture.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/validate_stories.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/validate_tests.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/scripts/validate_tests_story.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/agentic_prompts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/agentic_runtime.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/api_keys.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/bootstrap/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/bootstrap/provision_from_template.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/cli/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/core/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/core/config.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/core/logging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/core/paths.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/core/toml_kv.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devflow_event_worker.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devflow_state.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devin2/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devin2/agent_definition.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devin2/pi_runner.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/devin_orchestration.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/error/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/error/remediation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/error_solver_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/question_classifier.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/repo_quality_judge.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/user_report_fix.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/errors/vision.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/actors.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/analyze.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/devin_chat_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/diff.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/drafts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/idea_creation_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/ideation_enrichment.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/ideation_enrichment_worker.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/paths.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/promote.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/redaction.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/response_mode.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/sufficiency.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/idea/traditional_stories.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/alembic_preflight.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/green_gate.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/prompts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/implementation/test_runtime.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/prompts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/supabase_schema.sql +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/integration/supabase_sync.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/cli_one_shot.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/cli_stream.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/execution_context.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/llm/provider_api.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/orchestration.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/planning/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/planning/analyze_repo.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/planning/render_drafts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/playground/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/playground/hooks.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/process/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/process/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/project_registration/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/project_registration/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/project_registry.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/recovery/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/recovery/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/recovery/models.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/refactor.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/cards.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/domain_normalize.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/effects.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/enforce_report.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_classify.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_draft.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/module_cards_gate.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/packages.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/registry/pathways.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/review/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/review/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/review/review_story.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/scope_idea/models.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/skills/registry.example.yaml +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_assumptions.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_doc_mutation_worker.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_docs_schema.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_docs_updater.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/source_scope/models.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/stores/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/contracts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/discovery.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/evidence.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/hashing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/implemented_queue_purge.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/indexer.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/io.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/markdown_contracts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/reconciliation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/validate_stories.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/validate_tests_story.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/story/validation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/models.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/ui_grounding/pencil_bridge.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/schema.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/task.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/validate.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devflow_engine/worker_guard.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/dag_two_arm.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/devin_chat_scenario_catalog.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/devin_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/playground.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/continue_refinement.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/large_idea_split.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/source_documentation_added.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/user_says_create_it.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/vague_idea.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/ideation/tools.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/playground.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/codebase_exploration.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_insight_routing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_debugging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_question.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/operational_question_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/queue_status.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/queue_status_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/source_doc_explanation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/worker_state_check.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/insight/tools.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/playground.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/ideation_routing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/insight_routing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/intake/scenarios/insight_routing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/agent-roles.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/agents/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/artifacts.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/eval-plan.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/node.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/pipeline/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/playground-contract.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/prompt.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_task_framing.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/iterate/scenarios/routing-matrix.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/__init__.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert_eval/runner.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/helpers.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/models.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/post.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/router.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/nodes/shared/tools.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/shared/devin-chat-rubric.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/shared/devin-chat-scenario-suite.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/src/devin/shared/eval_doctrine.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_failure_recovery_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area10_process_pipeline/test_recovery_queue_normalization.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area12_scope_idea/conftest.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area12_scope_idea/test_scope_to_idea_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_scope_cli_e2e.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area13_source_scope/test_source_to_scope_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_pencil_bridge.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_pencil_preflight_cli.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area14_ui_grounding/test_ui_grounding_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_area6_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_green_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_security_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area7_review/test_review_dag_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_commit_per_run.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_contract.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_journal.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_error_solver_repo_quality.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_observability_gate_relaxation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_portal_and_modification.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_question_classifier.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area8_errors/test_us85_terminal_workspace_cleanup.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/area9_playground/test_df2_play_area9_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_project_repo_binding.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_refactor_cli_import.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_repo_root_override.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_story_execute_wrapper_run.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_supabase_event_worker_cli.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_supabase_realtime_listener.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_worker_concurrent_start.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_worker_kill_switch.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/cli/test_worker_start_modes.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/conftest.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/backend_provision/provision_from_template.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/domain_entities.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/product_brief.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/chi/user_workflows.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/fixtures/source_doc_mutation/scenarios.json +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/idea/test_actor_specificity_warning.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/idea/test_capability_first_story_decomposition.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/idea/test_story_pipeline_dfs_state.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/integration/test_integration_agentic.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/integration/test_integration_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/integration/test_integration_dag_nodes.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/integration/test_integration_prompt_loading.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/stores/test_idea_creation_queue.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/stores/test_integration_queue.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_agentic_prompt_loading.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_agentic_runtime.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_api_key_flow_harness.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_api_keys.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_area2_project_import_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_area2_project_import_remaining_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_area2_projects_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_area3_execution_store_logging_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_area4_story_system_red.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_devflow_event_worker.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_devflow_state_project_resolution.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_devin2_agent_definition.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_domain_normalize.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_dump_run_node_outputs.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_enforce_changed_filter.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_enforce_report_directives.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_error_solve_runtime_coder_path.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_error_task_failure_message_persisted.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_execution_store.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_generic_task_queue.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_ideation_enrichment.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_implemented_story_queue_purge.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_cli_one_shot.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_cli_stream_journal_sqlite.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_cli_stream_logging.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_codex_invocation_regression.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_invocation_audit.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_invoke.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_provider_api.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_provider_config.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_llm_tier_invocation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_playground_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_prd_mutation_grounding.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_process_dag_imperative.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_project_registration_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_project_registration_supabase_uuid.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_queue_project_id_resolution.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_refactor_llm_path.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_register_one_time.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_cards_and_gate.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_classify_module_cards_parser.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_detect_pathways.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_draft_module_cards.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_draft_module_cards_effects.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_effect_overlap.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_gate_module_cards.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_gate_unknown_strict.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_llm_commands.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_module_incremental_focus.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_module_phase_and_apply.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_registry_scan_ignores_build_dirs.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_acceptance.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_dag.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_source_doc_mutation_real_eval.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_source_docs_updater.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_story_contracts.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/tests/test_story_reconciliation.py +0 -0
- {devflow_engine-1.1.23 → devflow_engine-1.1.25}/users.json +0 -0
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
# DevFlow Engine Operator Guide
|
|
2
|
+
|
|
3
|
+
**This document is for AI agents and operators who need to publish or modify DevFlow Engine.**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## What is DevFlow Engine?
|
|
8
|
+
|
|
9
|
+
DevFlow Engine (`devflow-engine`) is a Python CLI package published to PyPI. It:
|
|
10
|
+
- Provides the `devflow` command-line interface
|
|
11
|
+
- Contains the core engine logic (story lifecycle, execution, worker processes)
|
|
12
|
+
- Runs in per-project Docker containers managed by DevFlow Host
|
|
13
|
+
- Is version-managed and can be pinned to specific versions
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Package Structure
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
devflow_engine/
|
|
21
|
+
├── pyproject.toml # Package metadata and dependencies
|
|
22
|
+
├── src/
|
|
23
|
+
│ ├── devflow_engine/ # Main package
|
|
24
|
+
│ │ ├── cli/ # CLI entry points
|
|
25
|
+
│ │ ├── story/ # Story lifecycle
|
|
26
|
+
│ │ ├── idea/ # Idea management
|
|
27
|
+
│ │ ├── implementation/ # Implementation logic
|
|
28
|
+
│ │ ├── error/ # Error handling
|
|
29
|
+
│ │ ├── review/ # Review packets
|
|
30
|
+
│ │ └── ...
|
|
31
|
+
│ └── devin/ # Devin agent nodes
|
|
32
|
+
│ └── nodes/ # DAG nodes for different scenarios
|
|
33
|
+
├── tests/ # Test suite
|
|
34
|
+
├── prompts/ # Agent prompts
|
|
35
|
+
└── docs/ # Architecture documentation
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Version Management
|
|
41
|
+
|
|
42
|
+
### Current Version
|
|
43
|
+
|
|
44
|
+
Check `pyproject.toml`:
|
|
45
|
+
```toml
|
|
46
|
+
[project]
|
|
47
|
+
name = "devflow-engine"
|
|
48
|
+
version = "X.Y.Z"
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Version Pinning in DevFlow-Host
|
|
52
|
+
|
|
53
|
+
DevFlow-Host pins the engine version in `/opt/devflow-host/ENGINE_VERSION`. To update:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
# Local change
|
|
57
|
+
echo "X.Y.Z" > devflow-host/ENGINE_VERSION
|
|
58
|
+
git add ENGINE_VERSION
|
|
59
|
+
git commit -m "chore: pin devflow-engine to X.Y.Z"
|
|
60
|
+
git push
|
|
61
|
+
|
|
62
|
+
# Deploy
|
|
63
|
+
ssh clarity "cd /opt/devflow-host && git pull && docker compose build controller && docker compose up -d controller"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Publishing to PyPI
|
|
69
|
+
|
|
70
|
+
### Prerequisites
|
|
71
|
+
|
|
72
|
+
1. **PyPI API Token** - Required to publish. Ask the operator for this.
|
|
73
|
+
2. **uv** or **twine** - Build tools
|
|
74
|
+
|
|
75
|
+
### Publishing Steps
|
|
76
|
+
|
|
77
|
+
#### 1. Verify Your Changes
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
cd devflow_engine
|
|
81
|
+
|
|
82
|
+
# Run tests
|
|
83
|
+
uv pip install -e '.[dev]'
|
|
84
|
+
pytest
|
|
85
|
+
|
|
86
|
+
# Type check
|
|
87
|
+
mypy src
|
|
88
|
+
|
|
89
|
+
# Lint
|
|
90
|
+
ruff check src
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
#### 2. Update Version
|
|
94
|
+
|
|
95
|
+
Edit `pyproject.toml`:
|
|
96
|
+
```toml
|
|
97
|
+
[project]
|
|
98
|
+
name = "devflow-engine"
|
|
99
|
+
version = "X.Y.Z" # Increment appropriately
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
Version bump guidelines:
|
|
103
|
+
- **PATCH** (1.2.3 → 1.2.4): Bug fixes, small improvements
|
|
104
|
+
- **MINOR** (1.2.3 → 1.3.0): New features, backward compatible
|
|
105
|
+
- **MAJOR** (1.2.3 → 2.0.0): Breaking changes
|
|
106
|
+
|
|
107
|
+
#### 3. Build the Package
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
cd devflow_engine
|
|
111
|
+
|
|
112
|
+
# Clean old builds
|
|
113
|
+
rm -rf dist/ build/ *.egg-info
|
|
114
|
+
|
|
115
|
+
# Build with uv (recommended)
|
|
116
|
+
uv build
|
|
117
|
+
|
|
118
|
+
# Or with Python build
|
|
119
|
+
python -m build
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
#### 4. Test the Package (Optional - TestPyPI)
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
# Upload to TestPyPI first (for verification)
|
|
126
|
+
uv publish --repository testpypi --token pypi-api-token-here
|
|
127
|
+
|
|
128
|
+
# Or with twine
|
|
129
|
+
twine upload --repository testpypi dist/* --token pypi-api-token-here
|
|
130
|
+
|
|
131
|
+
# Install from TestPyPI to verify
|
|
132
|
+
uv pip install --index-url https://test.pypi.org/simple/ devflow-engine==X.Y.Z
|
|
133
|
+
devflow --help # Verify
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
#### 5. Publish to PyPI
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
# Publish to PyPI
|
|
140
|
+
uv publish --token pypi-api-token-here
|
|
141
|
+
|
|
142
|
+
# Or with twine
|
|
143
|
+
twine upload dist/* --token pypi-api-token-here
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
#### 6. Tag the Release (Optional)
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
git tag vX.Y.Z
|
|
150
|
+
git push origin vX.Y.Z
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
#### 7. Update DevFlow-Host
|
|
154
|
+
|
|
155
|
+
```bash
|
|
156
|
+
# Update ENGINE_VERSION
|
|
157
|
+
echo "X.Y.Z" > devflow-host/ENGINE_VERSION
|
|
158
|
+
|
|
159
|
+
# Commit and push
|
|
160
|
+
git add ENGINE_VERSION
|
|
161
|
+
git commit -m "chore: pin devflow-engine to X.Y.Z"
|
|
162
|
+
git push
|
|
163
|
+
|
|
164
|
+
# Deploy
|
|
165
|
+
ssh clarity "cd /opt/devflow-host && git pull && docker compose build controller && docker compose up -d controller"
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## DevFlow Engine CLI
|
|
171
|
+
|
|
172
|
+
### Installation
|
|
173
|
+
|
|
174
|
+
```bash
|
|
175
|
+
# From PyPI (published version)
|
|
176
|
+
pip install devflow-engine
|
|
177
|
+
|
|
178
|
+
# From local source (development)
|
|
179
|
+
cd devflow_engine
|
|
180
|
+
uv pip install -e '.[dev]'
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Common Commands
|
|
184
|
+
|
|
185
|
+
```bash
|
|
186
|
+
# Help
|
|
187
|
+
devflow --help
|
|
188
|
+
|
|
189
|
+
# Project management
|
|
190
|
+
devflow project init --name my-repo
|
|
191
|
+
devflow project import /path/to/repo --init python
|
|
192
|
+
|
|
193
|
+
# Story management
|
|
194
|
+
devflow plan analyze
|
|
195
|
+
devflow story validate .devflow/drafts/DF-PLAN-001.yaml
|
|
196
|
+
devflow story register .devflow/drafts/DF-PLAN-001.yaml
|
|
197
|
+
|
|
198
|
+
# Implementation
|
|
199
|
+
devflow impl gate
|
|
200
|
+
./scripts/green.sh # Run tests + typecheck + lint
|
|
201
|
+
|
|
202
|
+
# Review
|
|
203
|
+
devflow review run DF-PLAN-001
|
|
204
|
+
|
|
205
|
+
# Worker
|
|
206
|
+
devflow worker supabase-events # Listen for execution events
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Per-Project Engine Containers
|
|
212
|
+
|
|
213
|
+
DevFlow-Host spawns engine containers per-project. The container:
|
|
214
|
+
1. Reads version from `ENGINE_VERSION` file
|
|
215
|
+
2. Pulls that version from PyPI
|
|
216
|
+
3. Runs the `devflow` CLI
|
|
217
|
+
|
|
218
|
+
### Container Environment
|
|
219
|
+
|
|
220
|
+
Key env vars passed to engine containers:
|
|
221
|
+
- `DEVFLOW_HOST_ENGINE_VERSION` - Pinned engine version
|
|
222
|
+
- `DEVFLOW_API_BASE_URL` - Internal API URL
|
|
223
|
+
- `CLARITY_SECRET_KEY` - For LLM provider authentication
|
|
224
|
+
- `DEVFLOW_INTERNAL_SECRET` - For controller communication
|
|
225
|
+
|
|
226
|
+
### Debug a Per-Project Engine
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
ssh clarity
|
|
230
|
+
|
|
231
|
+
# Find the container
|
|
232
|
+
docker ps | grep devflow-engine
|
|
233
|
+
|
|
234
|
+
# View logs
|
|
235
|
+
docker logs devflow-engine-YOURSLUG --tail 100 -f
|
|
236
|
+
|
|
237
|
+
# Get into the container
|
|
238
|
+
docker exec -it devflow-engine-YOURSLUG /bin/bash
|
|
239
|
+
|
|
240
|
+
# Run commands inside
|
|
241
|
+
docker exec devflow-engine-YOURSLUG devflow story list
|
|
242
|
+
|
|
243
|
+
# Restart
|
|
244
|
+
docker compose -p devflow-project-YOURSLUG restart engine
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
## Local Development Workflow
|
|
250
|
+
|
|
251
|
+
### 1. Make Changes to DevFlow Engine
|
|
252
|
+
|
|
253
|
+
```bash
|
|
254
|
+
cd devflow_engine
|
|
255
|
+
|
|
256
|
+
# Make your changes
|
|
257
|
+
# Edit files, add tests, etc.
|
|
258
|
+
|
|
259
|
+
# Test locally
|
|
260
|
+
uv pip install -e '.[dev]'
|
|
261
|
+
devflow --help
|
|
262
|
+
pytest
|
|
263
|
+
|
|
264
|
+
# Type check
|
|
265
|
+
mypy src
|
|
266
|
+
|
|
267
|
+
# Lint
|
|
268
|
+
ruff check src
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
### 2. Test with a Real Project
|
|
272
|
+
|
|
273
|
+
```bash
|
|
274
|
+
# Use a test project on the server
|
|
275
|
+
ssh clarity
|
|
276
|
+
|
|
277
|
+
# Navigate to project workspace
|
|
278
|
+
cd /opt/devflow-host/workspaces/your-test-project
|
|
279
|
+
|
|
280
|
+
# Access the engine container
|
|
281
|
+
docker exec -it devflow-engine-your-test-project /bin/bash
|
|
282
|
+
|
|
283
|
+
# Manually install your local version (for testing)
|
|
284
|
+
# Option: Mount local source via volumes in docker-compose.override.yml
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
### 3. Publish a New Version
|
|
288
|
+
|
|
289
|
+
Follow the publishing steps above.
|
|
290
|
+
|
|
291
|
+
### 4. Deploy
|
|
292
|
+
|
|
293
|
+
```bash
|
|
294
|
+
# Update and deploy
|
|
295
|
+
echo "X.Y.Z" > devflow-host/ENGINE_VERSION
|
|
296
|
+
git add ENGINE_VERSION
|
|
297
|
+
git commit -m "chore: pin devflow-engine to X.Y.Z"
|
|
298
|
+
git push
|
|
299
|
+
|
|
300
|
+
# On server
|
|
301
|
+
ssh clarity "cd /opt/devflow-host && git pull && docker compose build controller && docker compose up -d controller"
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
306
|
+
## Testing
|
|
307
|
+
|
|
308
|
+
### Run Tests
|
|
309
|
+
|
|
310
|
+
```bash
|
|
311
|
+
cd devflow_engine
|
|
312
|
+
|
|
313
|
+
# All tests
|
|
314
|
+
pytest
|
|
315
|
+
|
|
316
|
+
# Specific test file
|
|
317
|
+
pytest tests/test_story.py
|
|
318
|
+
|
|
319
|
+
# With verbose output
|
|
320
|
+
pytest -v
|
|
321
|
+
|
|
322
|
+
# With coverage
|
|
323
|
+
pytest --cov=src --cov-report=html
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
### Test Markers
|
|
327
|
+
|
|
328
|
+
Tests use markers for categorization:
|
|
329
|
+
- `@pytest.mark.story_id("DF2-BOOT-001")` - Story-specific tests
|
|
330
|
+
- `@pytest.mark.story_uuid(uuid)` - UUID-based tests
|
|
331
|
+
- `@pytest.mark.plane("auth")` - Testing specific planes
|
|
332
|
+
|
|
333
|
+
### Evals
|
|
334
|
+
|
|
335
|
+
The `evals/` directory contains evaluation suites:
|
|
336
|
+
```bash
|
|
337
|
+
cd devflow_engine
|
|
338
|
+
python -m pytest evals/
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
## Architecture Overview
|
|
344
|
+
|
|
345
|
+
### Key Components
|
|
346
|
+
|
|
347
|
+
1. **CLI** (`src/devflow_engine/cli/`)
|
|
348
|
+
- Entry point: `devflow_engine.cli.app:app`
|
|
349
|
+
- Typer-based CLI with subcommands
|
|
350
|
+
|
|
351
|
+
2. **Story Lifecycle** (`src/devflow_engine/story/`)
|
|
352
|
+
- Validation, registration, execution tracking
|
|
353
|
+
|
|
354
|
+
3. **Implementation** (`src/devflow_engine/implementation/`)
|
|
355
|
+
- Green gate (tests + typecheck + lint)
|
|
356
|
+
- DAG execution for implementation
|
|
357
|
+
|
|
358
|
+
4. **Worker** (`src/devflow_engine/worker.py`)
|
|
359
|
+
- Supabase event listener
|
|
360
|
+
- Dispatches workflows for queued events
|
|
361
|
+
|
|
362
|
+
5. **Devin Nodes** (`src/devin/nodes/`)
|
|
363
|
+
- Ideation, insight, intake, iterate nodes
|
|
364
|
+
- Scenario-specific behavior
|
|
365
|
+
|
|
366
|
+
### Execution Store
|
|
367
|
+
|
|
368
|
+
SQLite database at `.devflow/execution.sqlite`:
|
|
369
|
+
- Stores all runs, events, errors
|
|
370
|
+
- Tracks story states and review packets
|
|
371
|
+
- Query for debugging:
|
|
372
|
+
```bash
|
|
373
|
+
sqlite3 .devflow/execution.sqlite ".tables"
|
|
374
|
+
sqlite3 .devflow/execution.sqlite "SELECT * FROM runs LIMIT 10;"
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
## Troubleshooting
|
|
380
|
+
|
|
381
|
+
### Import Errors
|
|
382
|
+
|
|
383
|
+
```bash
|
|
384
|
+
# Reinstall in editable mode
|
|
385
|
+
uv pip install -e .
|
|
386
|
+
|
|
387
|
+
# Check Python path
|
|
388
|
+
python -c "import devflow_engine; print(devflow_engine.__file__)"
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
### Type Check Failures
|
|
392
|
+
|
|
393
|
+
```bash
|
|
394
|
+
# Run mypy
|
|
395
|
+
mypy src
|
|
396
|
+
|
|
397
|
+
# Fix errors before publishing
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
### Publishing Failures
|
|
401
|
+
|
|
402
|
+
```bash
|
|
403
|
+
# Verify you're logged in
|
|
404
|
+
uv logout
|
|
405
|
+
uv login # Use PyPI token
|
|
406
|
+
|
|
407
|
+
# Check package build
|
|
408
|
+
ls dist/
|
|
409
|
+
|
|
410
|
+
# Verify package contents
|
|
411
|
+
tar -tzf dist/devflow_engine-X.Y.Z.tar.gz | head
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
### Container Not Starting
|
|
415
|
+
|
|
416
|
+
```bash
|
|
417
|
+
ssh clarity
|
|
418
|
+
cd /opt/devflow-host/workspaces/YOURSLUG
|
|
419
|
+
docker compose logs engine
|
|
420
|
+
# Check: version mismatch, missing env vars, Python import errors
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
## Emergency Rollback
|
|
426
|
+
|
|
427
|
+
### Rollback to Previous Version
|
|
428
|
+
|
|
429
|
+
```bash
|
|
430
|
+
# 1. Determine previous version
|
|
431
|
+
cd devflow_engine
|
|
432
|
+
git log --oneline -10
|
|
433
|
+
git show HEAD~1:pyproject.toml | grep version
|
|
434
|
+
|
|
435
|
+
# 2. Reset pyproject.toml
|
|
436
|
+
git checkout HEAD~1 -- pyproject.toml
|
|
437
|
+
|
|
438
|
+
# 3. Rebuild and republish
|
|
439
|
+
uv build
|
|
440
|
+
uv publish --token pypi-api-token-here
|
|
441
|
+
|
|
442
|
+
# 4. Update DevFlow-Host
|
|
443
|
+
echo "PREVIOUS_VERSION" > devflow-host/ENGINE_VERSION
|
|
444
|
+
git add ENGINE_VERSION
|
|
445
|
+
git commit -m "chore: rollback devflow-engine to PREVIOUS_VERSION"
|
|
446
|
+
git push
|
|
447
|
+
ssh clarity "cd /opt/devflow-host && git pull && docker compose build controller"
|
|
448
|
+
```
|
|
449
|
+
|
|
450
|
+
### Emergency: Pin Older Version on Server
|
|
451
|
+
|
|
452
|
+
```bash
|
|
453
|
+
ssh clarity
|
|
454
|
+
|
|
455
|
+
# SSH into server and manually edit
|
|
456
|
+
cd /opt/devflow-host
|
|
457
|
+
echo "OLD_VERSION" > ENGINE_VERSION
|
|
458
|
+
docker compose restart controller
|
|
459
|
+
```
|
|
460
|
+
|
|
461
|
+
---
|
|
462
|
+
|
|
463
|
+
## Documentation
|
|
464
|
+
|
|
465
|
+
Key docs in this repo:
|
|
466
|
+
- `DESIGN_NOTES.md` - System design
|
|
467
|
+
- `docs/` - Detailed architecture docs
|
|
468
|
+
- `docs/queue-worker-infra.md` - Worker architecture
|
|
469
|
+
- `docs/story-implementation-planning-node.md` - Story planning
|
|
470
|
+
|
|
471
|
+
---
|
|
472
|
+
|
|
473
|
+
## Quick Reference
|
|
474
|
+
|
|
475
|
+
```bash
|
|
476
|
+
# Local dev setup
|
|
477
|
+
cd devflow_engine
|
|
478
|
+
uv venv
|
|
479
|
+
uv pip install -e '.[dev]'
|
|
480
|
+
|
|
481
|
+
# Run tests
|
|
482
|
+
pytest
|
|
483
|
+
|
|
484
|
+
# Build package
|
|
485
|
+
uv build
|
|
486
|
+
|
|
487
|
+
# Publish (needs PyPI token)
|
|
488
|
+
uv publish --token YOUR_TOKEN_HERE
|
|
489
|
+
|
|
490
|
+
# Update DevFlow-Host version
|
|
491
|
+
echo "X.Y.Z" > ../devflow-host/ENGINE_VERSION
|
|
492
|
+
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devflow-engine
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.25
|
|
4
4
|
Summary: DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)
|
|
5
5
|
Author: DevFlow
|
|
6
6
|
License: Proprietary
|
|
@@ -10,10 +10,17 @@ Requires-Dist: pydantic>=2.6
|
|
|
10
10
|
Requires-Dist: pyyaml>=6.0
|
|
11
11
|
Requires-Dist: rich>=13.7
|
|
12
12
|
Requires-Dist: typer>=0.12
|
|
13
|
+
Provides-Extra: dev
|
|
14
|
+
Requires-Dist: mypy>=1.8; extra == 'dev'
|
|
15
|
+
Requires-Dist: pytest>=8.0; extra == 'dev'
|
|
16
|
+
Requires-Dist: ruff>=0.6; extra == 'dev'
|
|
17
|
+
Requires-Dist: types-pyyaml>=6.0; extra == 'dev'
|
|
13
18
|
Description-Content-Type: text/markdown
|
|
14
19
|
|
|
15
20
|
# DevFlow Engine (v2)
|
|
16
21
|
|
|
22
|
+
> **For operators:** See [OPERATOR.md](./OPERATOR.md) for publishing to PyPI and deployment.
|
|
23
|
+
|
|
17
24
|
CLI-first Python engine for DevFlow v2.
|
|
18
25
|
|
|
19
26
|
## Goals
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "devflow-engine"
|
|
3
|
-
version = "1.1.
|
|
3
|
+
version = "1.1.25"
|
|
4
4
|
description = "DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -15,6 +15,14 @@ dependencies = [
|
|
|
15
15
|
"PyYAML>=6.0",
|
|
16
16
|
]
|
|
17
17
|
|
|
18
|
+
[project.optional-dependencies]
|
|
19
|
+
dev = [
|
|
20
|
+
"pytest>=8.0",
|
|
21
|
+
"ruff>=0.6",
|
|
22
|
+
"mypy>=1.8",
|
|
23
|
+
"types-PyYAML>=6.0",
|
|
24
|
+
]
|
|
25
|
+
|
|
18
26
|
[dependency-groups]
|
|
19
27
|
dev = [
|
|
20
28
|
"pytest>=8.0",
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
CLI tool to audit stories for idea associations.
|
|
4
|
+
|
|
5
|
+
Usage:
|
|
6
|
+
# Audit a specific project
|
|
7
|
+
python -m devflow_engine.scripts.audit_story_ideas /path/to/project/.devflow/stories
|
|
8
|
+
|
|
9
|
+
# Audit all workspaces on the host
|
|
10
|
+
python -m devflow_engine.scripts.audit_story_ideas --all-workspaces /opt/devflow-host/workspaces
|
|
11
|
+
|
|
12
|
+
# Strict mode (fail if any orphaned stories found)
|
|
13
|
+
python -m devflow_engine.scripts.audit_story_ideas --strict /path/to/project/.devflow/stories
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
|
|
18
|
+
import argparse
|
|
19
|
+
import sys
|
|
20
|
+
from pathlib import Path
|
|
21
|
+
|
|
22
|
+
# Add src to path for imports
|
|
23
|
+
import sys
|
|
24
|
+
from pathlib import Path
|
|
25
|
+
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
|
|
26
|
+
|
|
27
|
+
from devflow_engine.story_validation import (
|
|
28
|
+
audit_stories_in_directory,
|
|
29
|
+
enforce_story_idea_association,
|
|
30
|
+
get_orphaned_stories_report,
|
|
31
|
+
StoryIdeaValidationError,
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def audit_workspace(workspace_path: Path, strict: bool = False) -> int:
|
|
36
|
+
"""Audit stories in a single workspace."""
|
|
37
|
+
stories_dir = workspace_path / ".devflow" / "stories"
|
|
38
|
+
|
|
39
|
+
if not stories_dir.exists():
|
|
40
|
+
print(f" (no .devflow/stories directory)")
|
|
41
|
+
return 0
|
|
42
|
+
|
|
43
|
+
print(f" Auditing {stories_dir}...")
|
|
44
|
+
result = audit_stories_in_directory(stories_dir)
|
|
45
|
+
|
|
46
|
+
print(f" Total: {result.total_stories}, Valid: {result.valid_stories}, Orphaned: {result.orphaned_stories}")
|
|
47
|
+
|
|
48
|
+
if result.orphaned_stories > 0:
|
|
49
|
+
print(f" ⚠ Found {result.orphaned_stories} orphaned story(ies)")
|
|
50
|
+
for error in result.errors:
|
|
51
|
+
print(f" - {error}")
|
|
52
|
+
|
|
53
|
+
if strict:
|
|
54
|
+
raise StoryIdeaValidationError(
|
|
55
|
+
f"Workspace {workspace_path.name} has {result.orphaned_stories} orphaned stories. "
|
|
56
|
+
f"Run without --strict to see details."
|
|
57
|
+
)
|
|
58
|
+
|
|
59
|
+
return result.orphaned_stories
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def main() -> int:
|
|
63
|
+
parser = argparse.ArgumentParser(
|
|
64
|
+
description="Audit stories for idea associations"
|
|
65
|
+
)
|
|
66
|
+
parser.add_argument(
|
|
67
|
+
"path",
|
|
68
|
+
nargs="?",
|
|
69
|
+
type=Path,
|
|
70
|
+
help="Path to stories directory or workspace"
|
|
71
|
+
)
|
|
72
|
+
parser.add_argument(
|
|
73
|
+
"--all-workspaces",
|
|
74
|
+
type=Path,
|
|
75
|
+
help="Path to workspaces directory (audits all workspaces)"
|
|
76
|
+
)
|
|
77
|
+
parser.add_argument(
|
|
78
|
+
"--strict",
|
|
79
|
+
action="store_true",
|
|
80
|
+
help="Exit with error code if any orphaned stories found"
|
|
81
|
+
)
|
|
82
|
+
parser.add_argument(
|
|
83
|
+
"--enforce",
|
|
84
|
+
action="store_true",
|
|
85
|
+
help="Enforce strict mode (raise exception on orphaned stories)"
|
|
86
|
+
)
|
|
87
|
+
|
|
88
|
+
args = parser.parse_args()
|
|
89
|
+
|
|
90
|
+
total_orphaned = 0
|
|
91
|
+
|
|
92
|
+
if args.all_workspaces:
|
|
93
|
+
# Audit all workspaces
|
|
94
|
+
print(f"Auditing all workspaces in {args.all_workspaces}...")
|
|
95
|
+
print()
|
|
96
|
+
|
|
97
|
+
for workspace_dir in sorted(args.all_workspaces.iterdir()):
|
|
98
|
+
if not workspace_dir.is_dir():
|
|
99
|
+
continue
|
|
100
|
+
if workspace_dir.name.startswith("."):
|
|
101
|
+
continue
|
|
102
|
+
|
|
103
|
+
print(f"Workspace: {workspace_dir.name}")
|
|
104
|
+
orphaned = audit_workspace(workspace_dir, strict=args.strict)
|
|
105
|
+
total_orphaned += orphaned
|
|
106
|
+
print()
|
|
107
|
+
|
|
108
|
+
elif args.path:
|
|
109
|
+
stories_dir = args.path
|
|
110
|
+
|
|
111
|
+
# If given a workspace path, resolve to stories directory
|
|
112
|
+
if stories_dir.name == ".devflow":
|
|
113
|
+
stories_dir = stories_dir / "stories"
|
|
114
|
+
elif not stories_dir.name == "stories":
|
|
115
|
+
potential = stories_dir / ".devflow" / "stories"
|
|
116
|
+
if potential.exists():
|
|
117
|
+
stories_dir = potential
|
|
118
|
+
|
|
119
|
+
print(f"Auditing {stories_dir}...")
|
|
120
|
+
print()
|
|
121
|
+
|
|
122
|
+
if args.enforce:
|
|
123
|
+
try:
|
|
124
|
+
enforce_story_idea_association(stories_dir)
|
|
125
|
+
print("✓ All stories are properly associated with Ideas.")
|
|
126
|
+
except StoryIdeaValidationError as e:
|
|
127
|
+
print(f"✗ Validation failed: {e}")
|
|
128
|
+
return 1
|
|
129
|
+
else:
|
|
130
|
+
report = get_orphaned_stories_report(stories_dir)
|
|
131
|
+
print(report)
|
|
132
|
+
total_orphaned = audit_stories_in_directory(stories_dir).orphaned_stories
|
|
133
|
+
|
|
134
|
+
else:
|
|
135
|
+
parser.print_help()
|
|
136
|
+
return 1
|
|
137
|
+
|
|
138
|
+
print()
|
|
139
|
+
if total_orphaned > 0:
|
|
140
|
+
print(f"⚠ Total orphaned stories: {total_orphaned}")
|
|
141
|
+
return 1 if args.strict else 0
|
|
142
|
+
else:
|
|
143
|
+
print("✓ All stories properly associated with Ideas.")
|
|
144
|
+
return 0
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
if __name__ == "__main__":
|
|
148
|
+
try:
|
|
149
|
+
sys.exit(main())
|
|
150
|
+
except StoryIdeaValidationError as e:
|
|
151
|
+
print(f"✗ Story validation error: {e}", file=sys.stderr)
|
|
152
|
+
sys.exit(1)
|
|
153
|
+
except KeyboardInterrupt:
|
|
154
|
+
print("\nAborted.")
|
|
155
|
+
sys.exit(130)
|