devflow-engine 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- devflow_engine-1.0.0/.github/workflows/devflow-enforce.yml +38 -0
- devflow_engine-1.0.0/.gitignore +18 -0
- devflow_engine-1.0.0/.pi/agents/filemaker-expert/filemaker-expert.md +49 -0
- devflow_engine-1.0.0/.pi/agents/goldilocks-advisor/goldilocks-advisor.md +69 -0
- devflow_engine-1.0.0/.pi/agents/idea-compliance-advisor/idea-compliance-advisor.md +145 -0
- devflow_engine-1.0.0/.pi/npm/.gitignore +2 -0
- devflow_engine-1.0.0/.pi/settings.json +9 -0
- devflow_engine-1.0.0/.pi-lens/cache/session-start-guidance.json +1 -0
- devflow_engine-1.0.0/.pi-lens/cache/session-start-guidance.meta.json +3 -0
- devflow_engine-1.0.0/.pi-lens/cache/todo-baseline.json +3 -0
- devflow_engine-1.0.0/.pi-lens/cache/todo-baseline.meta.json +3 -0
- devflow_engine-1.0.0/PKG-INFO +235 -0
- devflow_engine-1.0.0/README.md +207 -0
- devflow_engine-1.0.0/ai_docs/context/source_docs/assumptions_registry.json +412 -0
- devflow_engine-1.0.0/ai_docs/context/source_docs/domain_entities.json +5 -0
- devflow_engine-1.0.0/ai_docs/context/source_docs/product_brief.json +14 -0
- devflow_engine-1.0.0/ai_docs/context/source_docs/user_workflows.json +7 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/devflow-bootstrap-answer.md +38 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/idea_to_devflow_story_dag_contract.md +76 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ideation-dag-contract.md +276 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/pencil_bridge_and_code_to_design_plan.md +246 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/scope-to-idea-enrichment-dag-contract.md +831 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/source-doc-mutation-dag-contract.md +799 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/source-docs-to-scopes-dag-contract.md +829 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui-grounding-runtime-implementation-plan.md +548 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui-grounding-workflow-note.md +91 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_code_to_design_opportunity_map.md +335 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_next_sprint_checklist.md +174 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_phase1_pitfalls_review.md +436 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/notes/ui_grounding_workflow_dag_contract.md +489 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/architecture.md +187 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/delivery_plan.md +201 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/index.md +9 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/prd.md +179 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/project_charter.md +111 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/source_docs/ux_design.md +261 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1010_arch_decisions_cli.md +46 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-ARCH-1013_validate_architecture_gate.md +39 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-INV-1003_architecture_inventory_registry.md +48 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1002_production_pipeline_story_entrypoint.md +45 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PIPE-1011_pipeline_runner_cli.md +43 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-PROC-1001_ideation_planning_loop.md +50 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1030_registry_db_perfect_registration.md +53 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area10_process_pipeline/DF2-REG-1031_init_dedupe_and_strict_refactor.md +56 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/cli-typer-command-surface.md +55 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/config-hierarchy-discovery.md +62 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/green-gate-quality-script.md +55 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/logging-baseline.md +53 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area1_bootstrap/repo-bootstrap-uv-typer-skeleton.md +62 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.10_project_init_registry_db.md +63 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.1_project_init.md +68 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.3_project_registry_list.md +52 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.4_project_remove.md +53 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.5_project_workspace_layout_hashing.md +61 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.6_config_hierarchy_resolution.md +59 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.7_project_import_clone_register.md +68 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.8_project_import_init_blank_repo.md +76 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area2_projects/US2.9_project_import_story_synthesis.md +53 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.1_execution-store_sqlite-bootstrap.md +99 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.2_execution-store_schema_core-tables.md +157 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.3_execution-store_run-lifecycle-persistence.md +76 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.4_execution-store_node-execution-persistence.md +67 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.5_execution-store_artifacts-errors-review-packets.md +86 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area3_execution_store_logging/US-3.6_logging_layout_correlation-ids_tool-logs.md +94 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-canonical-md.md +63 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-contract-hash.md +66 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-indexer.md +72 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-optional-artifacts.md +60 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area4_story_system/story-system-validation.md +77 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-502_repo-analysis-capture-evidence.md +97 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-503_generate-baseline-draft-stories-per-plane.md +77 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-504_draft-storage-provenance-and-non-canonical-separation.md +71 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-505_promote-drafts-to-canonical-with-traceability.md +86 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area5_planning_idea_tool/DF2-IDEA-506_review-and-diff-drafts-vs-canonical.md +63 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/DF2-IMPL-620_genai_workflow_engine_conversion.md +54 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/implementation-dag-core.md +78 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-git-commit-green.md +68 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-green-implement-and-gate.md +77 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-red-failing-tests.md +98 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-testdesign-oracle-anchor.md +67 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-stories.md +69 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area6_implementation_dag/stage-validate-tests.md +70 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.1_error-queue_core-model.md +106 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area8_errors/US-8.3_error-queue_dedupe-fingerprints.md +94 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-901_playground-preflight-contract.md +52 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-902_preflight-check-catalog-and-config.md +41 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-903_scenario-registry-and-discovery.md +44 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-904_scenario-runner-and-artifacts.md +45 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-905_failures-create-error-tasks.md +45 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-906_preflight-scenarios-respect-story-planes.md +45 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-907_parallel-batch-run-and-summary.md +45 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories/area9_playground/DF2-PLAY-908_node-devflow-parity-preflight-json.md +40 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area2_projects/US2.2_project_register_existing.md +62 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area4_story_system/story-system-draft-vs-canonical.md +66 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-501_idea-init-and-structure.md +89 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-507_list-and-inspect-ideas-analyses-drafts.md +64 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area5_planning_idea_tool/DF2-IDEA-508_link-idea-artifacts-to-execution-runs.md +61 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-git-commit-refactor.md +61 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-normalize.md +97 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area6_implementation_dag/stage-refactor-and-verify.md +73 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.1_review-packet_schema-and-loader.md +99 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.2_review-runner_core-workflow.md +102 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.3_review-findings_persistence_execution-store.md +100 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.4_remediation-run-spec_generation.md +85 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.5_security-and-safety_review-policies.md +87 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.6_contract-compliance-and-soundness_checks.md +86 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area7_review/US-7.7_cli-review-command_and_artifacts.md +80 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.2_error-queue_claiming-concurrency.md +79 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.4_remediation-runs_model-and-linkage.md +75 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.5_error-solver_workflow-orchestration.md +114 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.6_github-issues_ingestion-watcher.md +86 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.7_execution-errors_to_error-tasks-ingestion.md +81 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.8_error-cli_minimal-commands.md +72 -0
- devflow_engine-1.0.0/ai_docs/context/v2/project_docs/user_stories_backlog/area8_errors/US-8.9_node-devflow-semantics_compatibility.md +67 -0
- devflow_engine-1.0.0/docs/agent-command-surface-v0.02.md +67 -0
- devflow_engine-1.0.0/docs/control-plane-source-of-truth-sketch.md +170 -0
- devflow_engine-1.0.0/docs/devflow-queue-ops-skill-tree.md +134 -0
- devflow_engine-1.0.0/docs/devflow-skill-overlays.md +42 -0
- devflow_engine-1.0.0/docs/devflow-skill-registry-spec.md +383 -0
- devflow_engine-1.0.0/docs/devin-ideation-source-docs.md +351 -0
- devflow_engine-1.0.0/docs/devin-intake-ideation-boundary.md +74 -0
- devflow_engine-1.0.0/docs/doctor-recovery-error-solving-contract.md +168 -0
- devflow_engine-1.0.0/docs/doctor-recovery-error-solving-gap-analysis.md +138 -0
- devflow_engine-1.0.0/docs/error-solving-dag-note.md +84 -0
- devflow_engine-1.0.0/docs/evals/source-doc-sparse-input-eval.md +173 -0
- devflow_engine-1.0.0/docs/evals/source-doc-targeted-mutation-eval.md +138 -0
- devflow_engine-1.0.0/docs/llm-input-primitives-v0.02.md +75 -0
- devflow_engine-1.0.0/docs/llm-invocation-architecture.md +282 -0
- devflow_engine-1.0.0/docs/project-doc-agent-contracts.md +130 -0
- devflow_engine-1.0.0/docs/project-doc-cross-reference-rules.md +72 -0
- devflow_engine-1.0.0/docs/project-doc-richness-contract.md +156 -0
- devflow_engine-1.0.0/docs/prompts/anti-patterns.md +42 -0
- devflow_engine-1.0.0/docs/prompts/devin-agent-prompt.md +55 -0
- devflow_engine-1.0.0/docs/prompts/devin2-agent-prompt.md +81 -0
- devflow_engine-1.0.0/docs/prompts/examples/devin-vapi-clone-reference-exchange.json +85 -0
- devflow_engine-1.0.0/docs/queue-worker-infra.md +268 -0
- devflow_engine-1.0.0/docs/recovery-dag-contract.md +76 -0
- devflow_engine-1.0.0/docs/registry-doctrine.md +108 -0
- devflow_engine-1.0.0/docs/scope-idea-agentification.md +40 -0
- devflow_engine-1.0.0/docs/source-doc-coherence-node-contract.md +90 -0
- devflow_engine-1.0.0/docs/source-doc-mutation-acceptance-matrix.md +150 -0
- devflow_engine-1.0.0/docs/source-doc-mutation-real-eval.md +120 -0
- devflow_engine-1.0.0/docs/source-doc-mutation-support-index-contract.md +56 -0
- devflow_engine-1.0.0/docs/source-doc-section-agent-contracts.md +191 -0
- devflow_engine-1.0.0/docs/source-doc-section-richness-contract.md +309 -0
- devflow_engine-1.0.0/docs/source-to-project-doc-impact-map.md +142 -0
- devflow_engine-1.0.0/docs/source-to-project-doc-reference-map.md +160 -0
- devflow_engine-1.0.0/docs/story-implementation-planning-node.md +276 -0
- devflow_engine-1.0.0/docs/support/source_doc_mutation/cross_sourceXproject.json +26 -0
- devflow_engine-1.0.0/docs/support/source_doc_mutation/internal_project.json +33 -0
- devflow_engine-1.0.0/docs/support/source_doc_mutation/internal_source.json +50 -0
- devflow_engine-1.0.0/docs/ui-grounding-curtis-medium-tier-doctrine.md +274 -0
- devflow_engine-1.0.0/docs/ui-grounding-curtis-structural-integration-note.md +135 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/architecture.md +165 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/delivery_plan.md +174 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/index.md +9 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/prd.md +238 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/project_charter.md +102 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/project_docs/ux_design.md +200 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/assumptions_registry.json +256 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/domain_entities.json +22 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/product_brief.json +24 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/ai_docs/context/source_docs/user_workflows.json +26 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/eval_manifest.json +48 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/indexes/project_docs_index.json +116 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/indexes/source_docs_index.json +66 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/metrics/completeness.json +59 -0
- devflow_engine-1.0.0/evals/20260322T195349Z/metrics/quality.json +59 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/architecture.md +142 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/delivery_plan.md +149 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/index.md +9 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/prd.md +216 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/project_charter.md +78 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/project_docs/ux_design.md +190 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/assumptions_registry.json +81 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/domain_entities.json +65 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/product_brief.json +57 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/ai_docs/context/source_docs/user_workflows.json +82 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/eval_manifest.json +48 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/indexes/project_docs_index.json +114 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/indexes/source_docs_index.json +74 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/metrics/completeness.json +59 -0
- devflow_engine-1.0.0/evals/20260322T211128Z/metrics/quality.json +59 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/architecture.md +202 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/delivery_plan.md +206 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/index.md +9 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/prd.md +274 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/project_charter.md +97 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/project_docs/ux_design.md +245 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/assumptions_registry.json +503 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/domain_entities.json +116 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/product_brief.json +61 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/ai_docs/context/source_docs/user_workflows.json +106 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/eval_manifest.json +48 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/indexes/project_docs_index.json +107 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/indexes/source_docs_index.json +82 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/metrics/completeness.json +62 -0
- devflow_engine-1.0.0/evals/20260322T214046Z/metrics/quality.json +62 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/architecture.md +187 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/delivery_plan.md +201 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/index.md +9 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/prd.md +179 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/project_charter.md +111 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/project_docs/ux_design.md +261 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/assumptions_registry.json +127 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/domain_entities.json +14 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/product_brief.json +14 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/ai_docs/context/source_docs/user_workflows.json +15 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/architecture.md +202 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/delivery_plan.md +206 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/index.md +9 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/prd.md +274 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/project_charter.md +97 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/project_docs/ux_design.md +245 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/assumptions_registry.json +503 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/domain_entities.json +116 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/product_brief.json +61 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/baseline/source_docs/user_workflows.json +106 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/eval_manifest.json +87 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/indexes/project_docs_index.json +93 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/indexes/source_docs_index.json +78 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/matrices/accuracy.json +59 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/matrices/appropriate_update.json +58 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/matrices/thoroughness.json +58 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/metrics/completeness.json +57 -0
- devflow_engine-1.0.0/evals/20260322T223518Z/metrics/quality.json +57 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +264 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_intake.json +36 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response.json +261 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/devin_response_post.json +73 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +77 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin/20260322T211631Z/basic_new_idea_sparse/metrics/scores.json +36 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_agent_loop_terminal.json +262 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_intake.json +36 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response.json +259 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/devin_response_post.json +69 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/artifacts/idea_context_resolution.json +77 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin/20260322T213939Z/basic_new_idea_sparse/metrics/scores.json +37 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_agent_loop_terminal.json +262 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_intake.json +36 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response.json +259 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/devin_response_post.json +69 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/artifacts/idea_context_resolution.json +77 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/eval_manifest.json +41 -0
- devflow_engine-1.0.0/evals/devin/20260322T214440Z/extend_existing_codebase_feature/metrics/scores.json +35 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +167 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response.json +164 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +59 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
- devflow_engine-1.0.0/evals/devin/20260322T215138Z/drive_devflow_commands_queue/metrics/scores.json +35 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +215 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response.json +212 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +57 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
- devflow_engine-1.0.0/evals/devin/20260322T222040Z/drive_devflow_commands_queue/metrics/scores.json +35 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +215 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response.json +212 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +57 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
- devflow_engine-1.0.0/evals/devin/20260322T222316Z/drive_devflow_commands_queue/metrics/scores.json +36 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_agent_loop_terminal.json +212 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_intake.json +38 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response.json +209 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/artifacts/devin_response_post.json +53 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/eval_manifest.json +42 -0
- devflow_engine-1.0.0/evals/devin/20260322T223619Z/drive_devflow_commands_queue/metrics/scores.json +36 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +185 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +44 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +24 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183244Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +173 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183324Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +216 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +34 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/20260412T183359Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T183244Z/suite_summary.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +196 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_activation_decision.json +175 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +78 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +131 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +39 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +58 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +124 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +58 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184333Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +179 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +40 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184446Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +90 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +53 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +93 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/20260412T184518Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184333Z/suite_summary.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +194 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +47 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +40 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +27 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +74 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +119 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184800Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +179 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +40 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184843Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +55 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +97 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/20260412T184910Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T184800Z/suite_summary.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +195 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +90 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +47 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +76 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +122 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +27 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +121 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +55 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/20260412T185050Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/eval_manifest.json +23 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185050Z/suite_summary.json +23 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/eval_manifest.json +195 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/idea_readiness_contract.json +40 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_02_turn2_refinement_without_approval/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_activation_decision.json +121 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_assumption_completion.json +9 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/idea_readiness_contract.json +55 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185255Z/preapproval_ideation_stays_preactivation_until_explicit_approval/turn_03_turn3_explicit_approval/turn_result.json +39 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/eval_manifest.json +178 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +54 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_intake.json +47 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/artifacts/route.json +27 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_02_turn2_insight_detour/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_assumption_completion.json +74 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/idea_readiness_contract.json +119 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185332Z/ideation_to_insight_to_ideation_continuity/turn_03_turn3_back_to_ideation/turn_result.json +37 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/eval_manifest.json +223 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_assumption_completion.json +44 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/idea_readiness_contract.json +82 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_01_turn1_initial_idea/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/devin_response_post.json +86 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_02_turn2_insight_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/devin_response_post.json +94 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_03_turn3_generic_question/turn_result.json +35 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_intake.json +46 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/devin_response_post.json +92 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_assumption_completion.json +53 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_context_resolution.json +371 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/idea_readiness_contract.json +93 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/artifacts/route.json +26 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/20260412T185402Z/three_arm_interplay_ideation_insight_generic_then_back/turn_04_turn4_back_to_ideation/turn_result.json +38 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/eval_manifest.json +43 -0
- devflow_engine-1.0.0/evals/devin_multi_turn/20260412T185255Z/suite_summary.json +43 -0
- devflow_engine-1.0.0/evals/project_bootstrap/dataset.yaml +97 -0
- devflow_engine-1.0.0/evals/project_bootstrap/run_eval.py +716 -0
- devflow_engine-1.0.0/evals/project_bootstrap/schema.md +99 -0
- devflow_engine-1.0.0/playground/evals/source-doc-sparse-input-scenario.json +9 -0
- devflow_engine-1.0.0/playground/evals/source-doc-targeted-mutation-scenario.json +10 -0
- devflow_engine-1.0.0/playground/ideation_arm_playground.py +239 -0
- devflow_engine-1.0.0/playground/ideation_scenarios_template.json +19 -0
- devflow_engine-1.0.0/playground/iterate_arm_playground.py +669 -0
- devflow_engine-1.0.0/playground/run_ideation_arm_scenarios.py +67 -0
- devflow_engine-1.0.0/playground/run_iterate_scenarios.sh +12 -0
- devflow_engine-1.0.0/playground/source_doc_mutation_eval.py +116 -0
- devflow_engine-1.0.0/prompts/devin/generic/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/devin/ideation/prompt.md +263 -0
- devflow_engine-1.0.0/prompts/devin/ideation/scenarios.md +5 -0
- devflow_engine-1.0.0/prompts/devin/ideation_loop/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/devin/insight/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/devin/insight/scenarios.md +5 -0
- devflow_engine-1.0.0/prompts/devin/intake/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/devin/iterate/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/devin/shared/eval_doctrine.md +9 -0
- devflow_engine-1.0.0/prompts/devin/shared/principles.md +246 -0
- devflow_engine-1.0.0/prompts/devin_eval/assessment/prompt.md +18 -0
- devflow_engine-1.0.0/prompts/idea/api_ideation_agent/prompt.md +8 -0
- devflow_engine-1.0.0/prompts/idea/api_insight_agent/prompt.md +8 -0
- devflow_engine-1.0.0/prompts/idea/response_doctrine/prompt.md +18 -0
- devflow_engine-1.0.0/prompts/implementation/dependency_assessment/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/implementation/green/green/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/implementation/green/node_config/prompt.md +3 -0
- devflow_engine-1.0.0/prompts/implementation/green_review/outcome_review/prompt.md +5 -0
- devflow_engine-1.0.0/prompts/implementation/green_review/prior_run_review/prompt.md +5 -0
- devflow_engine-1.0.0/prompts/implementation/red/prompt.md +27 -0
- devflow_engine-1.0.0/prompts/implementation/redreview/prompt.md +23 -0
- devflow_engine-1.0.0/prompts/implementation/redreview_repair/prompt.md +16 -0
- devflow_engine-1.0.0/prompts/implementation/setupdoc/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/implementation/story_planning/prompt.md +13 -0
- devflow_engine-1.0.0/prompts/implementation/test_design/prompt.md +27 -0
- devflow_engine-1.0.0/prompts/integration/README.md +185 -0
- devflow_engine-1.0.0/prompts/integration/green/example.md +67 -0
- devflow_engine-1.0.0/prompts/integration/green/green/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/green/node_config/prompt.md +42 -0
- devflow_engine-1.0.0/prompts/integration/green/past_prompts/20260417T212300/green/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/integration/green/past_prompts/20260417T212300/node_config/prompt.md +42 -0
- devflow_engine-1.0.0/prompts/integration/green_enrich/example.md +79 -0
- devflow_engine-1.0.0/prompts/integration/green_enrich/green_enrich/prompt.md +9 -0
- devflow_engine-1.0.0/prompts/integration/green_enrich/node_config/prompt.md +41 -0
- devflow_engine-1.0.0/prompts/integration/green_enrich/past_prompts/20260417T212300/green_enrich/prompt.md +14 -0
- devflow_engine-1.0.0/prompts/integration/green_enrich/past_prompts/20260417T212300/node_config/prompt.md +41 -0
- devflow_engine-1.0.0/prompts/integration/red/code_repair/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/integration/red/example.md +152 -0
- devflow_engine-1.0.0/prompts/integration/red/node_config/prompt.md +86 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/code_repair/prompt.md +19 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/node_config/prompt.md +84 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/red/prompt.md +16 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T212300/red_repair/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/code_repair/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/node_config/prompt.md +84 -0
- devflow_engine-1.0.0/prompts/integration/red/past_prompts/20260417T215032/red_repair/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/integration/red/red/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/integration/red/red_repair/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/integration/red_review/example.md +71 -0
- devflow_engine-1.0.0/prompts/integration/red_review/node_config/prompt.md +41 -0
- devflow_engine-1.0.0/prompts/integration/red_review/past_prompts/20260417T212300/node_config/prompt.md +41 -0
- devflow_engine-1.0.0/prompts/integration/red_review/past_prompts/20260417T212300/red_review/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/integration/red_review/red_review/prompt.md +9 -0
- devflow_engine-1.0.0/prompts/integration/resolve/example.md +111 -0
- devflow_engine-1.0.0/prompts/integration/resolve/node_config/prompt.md +64 -0
- devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/node_config/prompt.md +64 -0
- devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/resolve_implicated_users/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/integration/resolve/past_prompts/20260417T212300/resolve_side_effects/prompt.md +15 -0
- devflow_engine-1.0.0/prompts/integration/resolve/resolve_implicated_users/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/resolve/resolve_side_effects/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/validate/build_idea_acceptance_coverage/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/integration/validate/code_repair/prompt.md +13 -0
- devflow_engine-1.0.0/prompts/integration/validate/example.md +143 -0
- devflow_engine-1.0.0/prompts/integration/validate/node_config/prompt.md +87 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/code_repair/prompt.md +19 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/node_config/prompt.md +67 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/validate_enrich_gate/prompt.md +17 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T212300/validate_repair/prompt.md +16 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/code_repair/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/node_config/prompt.md +67 -0
- devflow_engine-1.0.0/prompts/integration/validate/past_prompts/20260417T215032/validate_repair/prompt.md +9 -0
- devflow_engine-1.0.0/prompts/integration/validate/validate_enrich_gate/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/integration/validate/validate_repair/prompt.md +20 -0
- devflow_engine-1.0.0/prompts/integration/write_workflows/example.md +100 -0
- devflow_engine-1.0.0/prompts/integration/write_workflows/node_config/prompt.md +44 -0
- devflow_engine-1.0.0/prompts/integration/write_workflows/past_prompts/20260417T212300/node_config/prompt.md +44 -0
- devflow_engine-1.0.0/prompts/integration/write_workflows/past_prompts/20260417T212300/write_workflows/prompt.md +17 -0
- devflow_engine-1.0.0/prompts/integration/write_workflows/write_workflows/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/iterate/README.md +7 -0
- devflow_engine-1.0.0/prompts/iterate/coder/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/iterate/framer/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/iterate/iterator/prompt.md +13 -0
- devflow_engine-1.0.0/prompts/iterate/observer/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/recovery/diagnosis/prompt.md +7 -0
- devflow_engine-1.0.0/prompts/recovery/execution/prompt.md +8 -0
- devflow_engine-1.0.0/prompts/recovery/execution_verification/prompt.md +7 -0
- devflow_engine-1.0.0/prompts/recovery/failure_investigation/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/recovery/preflight_health_repo_repair/prompt.md +8 -0
- devflow_engine-1.0.0/prompts/recovery/remediation_execution/prompt.md +11 -0
- devflow_engine-1.0.0/prompts/recovery/root_cause_investigation/prompt.md +12 -0
- devflow_engine-1.0.0/prompts/scope_idea/doctrine/prompt.md +7 -0
- devflow_engine-1.0.0/prompts/source_doc_eval/document/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/source_doc_eval/targeted_mutation/prompt.md +9 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/domain_entities/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/product_brief/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/project_doc_coherence/prompt.md +7 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/project_doc_render/prompt.md +9 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/source_doc_coherence/prompt.md +5 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/source_doc_enrichment_coherence/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/source_doc_mutation/user_workflows/prompt.md +6 -0
- devflow_engine-1.0.0/prompts/source_scope/doctrine/prompt.md +10 -0
- devflow_engine-1.0.0/prompts/ui_grounding/doctrine/prompt.md +7 -0
- devflow_engine-1.0.0/pyproject.toml +81 -0
- devflow_engine-1.0.0/scripts/audit_llm_invocations.py +588 -0
- devflow_engine-1.0.0/scripts/dump_run_node_outputs.py +376 -0
- devflow_engine-1.0.0/scripts/green.sh +58 -0
- devflow_engine-1.0.0/scripts/purge_implemented_story_queue.py +75 -0
- devflow_engine-1.0.0/scripts/reconcile_story_queue.py +58 -0
- devflow_engine-1.0.0/scripts/replay_scope_draft_idea.py +70 -0
- devflow_engine-1.0.0/scripts/replay_scope_goldilocks.py +121 -0
- devflow_engine-1.0.0/scripts/run_api_key_transport_smoke.py +49 -0
- devflow_engine-1.0.0/scripts/run_gitcommit_refactor_node.py +123 -0
- devflow_engine-1.0.0/scripts/run_green_node.py +139 -0
- devflow_engine-1.0.0/scripts/run_once_no_recovery.py +87 -0
- devflow_engine-1.0.0/scripts/run_preflight_node.py +157 -0
- devflow_engine-1.0.0/scripts/run_red_node.py +249 -0
- devflow_engine-1.0.0/scripts/run_refactor_node.py +127 -0
- devflow_engine-1.0.0/scripts/run_security_node.py +137 -0
- devflow_engine-1.0.0/scripts/run_with_recovery.py +87 -0
- devflow_engine-1.0.0/scripts/validate_architecture.py +116 -0
- devflow_engine-1.0.0/scripts/validate_stories.py +5 -0
- devflow_engine-1.0.0/scripts/validate_tests.py +353 -0
- devflow_engine-1.0.0/scripts/validate_tests_story.py +5 -0
- devflow_engine-1.0.0/src/devflow_engine/__init__.py +3 -0
- devflow_engine-1.0.0/src/devflow_engine/agentic_prompts.py +100 -0
- devflow_engine-1.0.0/src/devflow_engine/agentic_runtime.py +398 -0
- devflow_engine-1.0.0/src/devflow_engine/api_key_flow_harness.py +539 -0
- devflow_engine-1.0.0/src/devflow_engine/api_keys.py +357 -0
- devflow_engine-1.0.0/src/devflow_engine/bootstrap/__init__.py +2 -0
- devflow_engine-1.0.0/src/devflow_engine/bootstrap/provision_from_template.py +84 -0
- devflow_engine-1.0.0/src/devflow_engine/cli/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/cli/app.py +7270 -0
- devflow_engine-1.0.0/src/devflow_engine/core/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/core/config.py +86 -0
- devflow_engine-1.0.0/src/devflow_engine/core/logging.py +29 -0
- devflow_engine-1.0.0/src/devflow_engine/core/paths.py +45 -0
- devflow_engine-1.0.0/src/devflow_engine/core/toml_kv.py +33 -0
- devflow_engine-1.0.0/src/devflow_engine/devflow_event_worker.py +1292 -0
- devflow_engine-1.0.0/src/devflow_engine/devflow_state.py +201 -0
- devflow_engine-1.0.0/src/devflow_engine/devin2/__init__.py +9 -0
- devflow_engine-1.0.0/src/devflow_engine/devin2/agent_definition.py +120 -0
- devflow_engine-1.0.0/src/devflow_engine/devin2/pi_runner.py +204 -0
- devflow_engine-1.0.0/src/devflow_engine/devin_orchestration.py +69 -0
- devflow_engine-1.0.0/src/devflow_engine/doctor/__init__.py +2 -0
- devflow_engine-1.0.0/src/devflow_engine/doctor/triage.py +140 -0
- devflow_engine-1.0.0/src/devflow_engine/error/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/error/remediation.py +21 -0
- devflow_engine-1.0.0/src/devflow_engine/errors/error_solver_dag.py +522 -0
- devflow_engine-1.0.0/src/devflow_engine/errors/runtime_observability.py +67 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/__init__.py +4 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/actors.py +481 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/agentic.py +465 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/analyze.py +93 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/devin_chat_dag.py +1 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/diff.py +99 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/drafts.py +446 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/idea_creation_dag.py +643 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/ideation_enrichment.py +355 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/ideation_enrichment_worker.py +19 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/paths.py +28 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/promote.py +53 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/redaction.py +27 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/repo_tools.py +1277 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/response_mode.py +30 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/story_pipeline.py +1585 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/sufficiency.py +376 -0
- devflow_engine-1.0.0/src/devflow_engine/idea/traditional_stories.py +1257 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/alembic_preflight.py +700 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/dag.py +8450 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/green_gate.py +93 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/prompts.py +108 -0
- devflow_engine-1.0.0/src/devflow_engine/implementation/test_runtime.py +623 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/__init__.py +19 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/agentic.py +66 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/dag.py +3539 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/prompts.py +114 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/supabase_schema.sql +31 -0
- devflow_engine-1.0.0/src/devflow_engine/integration/supabase_sync.py +177 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/__init__.py +1 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/cli_one_shot.py +84 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/cli_stream.py +371 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/execution_context.py +26 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/invoke.py +1322 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/provider_api.py +304 -0
- devflow_engine-1.0.0/src/devflow_engine/llm/repo_knowledge.py +588 -0
- devflow_engine-1.0.0/src/devflow_engine/llm_primitives.py +315 -0
- devflow_engine-1.0.0/src/devflow_engine/orchestration.py +62 -0
- devflow_engine-1.0.0/src/devflow_engine/planning/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/planning/analyze_repo.py +92 -0
- devflow_engine-1.0.0/src/devflow_engine/planning/render_drafts.py +133 -0
- devflow_engine-1.0.0/src/devflow_engine/playground/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/playground/hooks.py +26 -0
- devflow_engine-1.0.0/src/devflow_engine/playwright_workflow/__init__.py +5 -0
- devflow_engine-1.0.0/src/devflow_engine/playwright_workflow/dag.py +1317 -0
- devflow_engine-1.0.0/src/devflow_engine/process/__init__.py +5 -0
- devflow_engine-1.0.0/src/devflow_engine/process/dag.py +59 -0
- devflow_engine-1.0.0/src/devflow_engine/project_registration/__init__.py +3 -0
- devflow_engine-1.0.0/src/devflow_engine/project_registration/dag.py +1581 -0
- devflow_engine-1.0.0/src/devflow_engine/project_registry.py +109 -0
- devflow_engine-1.0.0/src/devflow_engine/recovery/__init__.py +3 -0
- devflow_engine-1.0.0/src/devflow_engine/recovery/dag.py +2609 -0
- devflow_engine-1.0.0/src/devflow_engine/recovery/models.py +220 -0
- devflow_engine-1.0.0/src/devflow_engine/refactor.py +93 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/__init__.py +1 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/cards.py +238 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/domain_normalize.py +60 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/effects.py +65 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/enforce_report.py +150 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_classify.py +164 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_draft.py +184 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/module_cards_gate.py +59 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/packages.py +347 -0
- devflow_engine-1.0.0/src/devflow_engine/registry/pathways.py +323 -0
- devflow_engine-1.0.0/src/devflow_engine/review/__init__.py +11 -0
- devflow_engine-1.0.0/src/devflow_engine/review/dag.py +588 -0
- devflow_engine-1.0.0/src/devflow_engine/review/review_story.py +67 -0
- devflow_engine-1.0.0/src/devflow_engine/scope_idea/__init__.py +3 -0
- devflow_engine-1.0.0/src/devflow_engine/scope_idea/agentic.py +39 -0
- devflow_engine-1.0.0/src/devflow_engine/scope_idea/dag.py +1069 -0
- devflow_engine-1.0.0/src/devflow_engine/scope_idea/models.py +175 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_failure_investigation/SKILL.md +112 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_idea_to_story/SKILL.md +120 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_integration/SKILL.md +105 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_recovery/SKILL.md +108 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_runtime_core/SKILL.md +155 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devflow/queue_story_implementation/SKILL.md +122 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/idea_to_story_handoff/SKILL.md +120 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/ideation/SKILL.md +168 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/ideation/state-and-phrasing-reference.md +18 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/builtins/devin/insight/SKILL.md +22 -0
- devflow_engine-1.0.0/src/devflow_engine/skills/registry.example.yaml +42 -0
- devflow_engine-1.0.0/src/devflow_engine/source_doc_assumptions.py +291 -0
- devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_dag.py +1606 -0
- devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_eval.py +417 -0
- devflow_engine-1.0.0/src/devflow_engine/source_doc_mutation_worker.py +25 -0
- devflow_engine-1.0.0/src/devflow_engine/source_docs_schema.py +207 -0
- devflow_engine-1.0.0/src/devflow_engine/source_docs_updater.py +309 -0
- devflow_engine-1.0.0/src/devflow_engine/source_scope/__init__.py +15 -0
- devflow_engine-1.0.0/src/devflow_engine/source_scope/agentic.py +45 -0
- devflow_engine-1.0.0/src/devflow_engine/source_scope/dag.py +1626 -0
- devflow_engine-1.0.0/src/devflow_engine/source_scope/models.py +177 -0
- devflow_engine-1.0.0/src/devflow_engine/stores/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/stores/execution_store.py +3534 -0
- devflow_engine-1.0.0/src/devflow_engine/story/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/story/contracts.py +160 -0
- devflow_engine-1.0.0/src/devflow_engine/story/discovery.py +47 -0
- devflow_engine-1.0.0/src/devflow_engine/story/evidence.py +118 -0
- devflow_engine-1.0.0/src/devflow_engine/story/hashing.py +27 -0
- devflow_engine-1.0.0/src/devflow_engine/story/implemented_queue_purge.py +148 -0
- devflow_engine-1.0.0/src/devflow_engine/story/indexer.py +105 -0
- devflow_engine-1.0.0/src/devflow_engine/story/io.py +20 -0
- devflow_engine-1.0.0/src/devflow_engine/story/markdown_contracts.py +298 -0
- devflow_engine-1.0.0/src/devflow_engine/story/reconciliation.py +408 -0
- devflow_engine-1.0.0/src/devflow_engine/story/validate_stories.py +149 -0
- devflow_engine-1.0.0/src/devflow_engine/story/validate_tests_story.py +512 -0
- devflow_engine-1.0.0/src/devflow_engine/story/validation.py +133 -0
- devflow_engine-1.0.0/src/devflow_engine/ui_grounding/__init__.py +11 -0
- devflow_engine-1.0.0/src/devflow_engine/ui_grounding/agentic.py +31 -0
- devflow_engine-1.0.0/src/devflow_engine/ui_grounding/dag.py +874 -0
- devflow_engine-1.0.0/src/devflow_engine/ui_grounding/models.py +224 -0
- devflow_engine-1.0.0/src/devflow_engine/ui_grounding/pencil_bridge.py +247 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/__init__.py +11 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/exceptions.py +9 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/__init__.py +0 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent.py +48 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/agent_streaming_node.py +26 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/base.py +89 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/concurrent.py +30 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/nodes/router.py +69 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/schema.py +72 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/task.py +52 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/validate.py +139 -0
- devflow_engine-1.0.0/src/devflow_engine/vendor/datalumina_genai/core/workflow.py +200 -0
- devflow_engine-1.0.0/src/devflow_engine/worker.py +1086 -0
- devflow_engine-1.0.0/src/devflow_engine/worker_guard.py +233 -0
- devflow_engine-1.0.0/src/devin/__init__.py +6 -0
- devflow_engine-1.0.0/src/devin/dag.py +58 -0
- devflow_engine-1.0.0/src/devin/dag_two_arm.py +138 -0
- devflow_engine-1.0.0/src/devin/devin_chat_scenario_catalog.json +588 -0
- devflow_engine-1.0.0/src/devin/devin_eval.py +677 -0
- devflow_engine-1.0.0/src/devin/nodes/__init__.py +0 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/__init__.py +0 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/node.py +195 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/playground.py +267 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/prompt.md +65 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/continue_refinement.py +13 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/continue_refinement_evals.py +18 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns.py +17 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/idea_fits_existing_patterns_evals.py +16 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/large_idea_split.py +4 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/large_idea_split_evals.py +17 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/source_documentation_added.py +4 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/source_documentation_added_evals.py +16 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/user_says_create_it.py +30 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/user_says_create_it_evals.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/vague_idea.py +16 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/scenarios/vague_idea_evals.py +47 -0
- devflow_engine-1.0.0/src/devin/nodes/ideation/tools.json +312 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/__init__.py +0 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/node.py +49 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/playground.py +154 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/prompt.md +61 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/architecture_pattern_query.py +15 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/architecture_pattern_query_evals.py +25 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/codebase_exploration.py +15 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/codebase_exploration_evals.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_ideation_routing.py +19 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_ideation_routing_evals.py +39 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_insight_routing.py +20 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/devin_insight_routing_evals.py +40 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_debugging.py +15 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_debugging_evals.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_question.py +9 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/operational_question_evals.py +8 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/queue_status.py +15 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/queue_status_evals.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/source_doc_explanation.py +14 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/source_doc_explanation_evals.py +21 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/worker_state_check.py +15 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/scenarios/worker_state_check_evals.py +22 -0
- devflow_engine-1.0.0/src/devin/nodes/insight/tools.json +126 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/__init__.py +0 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/node.py +27 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/playground.py +47 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/prompt.md +12 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/ideation_routing.py +4 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/ideation_routing_evals.py +5 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/insight_routing.py +4 -0
- devflow_engine-1.0.0/src/devin/nodes/intake/scenarios/insight_routing_evals.py +5 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/README.md +44 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/__init__.py +1 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/01-objectives-requirements.md +112 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/02-evals.md +131 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/03-tools-and-boundaries.md +110 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/04-harness-and-playground.md +32 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/05-prompt-deferred.md +11 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/01-objectives-requirements.md +20 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/02-evals.md +8 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/03-tools-and-boundaries.md +14 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/coder_agent_design/04-harness-and-playground.md +12 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/01-objectives-requirements.md +20 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/02-evals.md +8 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/03-tools-and-boundaries.md +13 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/framer_agent_design/04-harness-and-playground.md +12 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/01-objectives-requirements.md +25 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/02-evals.md +9 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/03-tools-and-boundaries.md +14 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/iterator_agent_design/04-harness-and-playground.md +12 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/01-objectives-requirements.md +20 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/02-evals.md +8 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/03-tools-and-boundaries.md +14 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/_archived_design_stages/observer_agent_design/04-harness-and-playground.md +13 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/agent-roles.md +89 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/agents/README.md +10 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/artifacts.md +504 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/contract.md +100 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/eval-plan.md +74 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/node.py +100 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/pipeline/README.md +13 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/playground-contract.md +76 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/prompt.md +11 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/README.md +38 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/artifact-and-loop-scenarios.md +101 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_artifact_alignment.py +32 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_artifact_alignment_evals.py +45 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_bounded_fix.py +27 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/coder_bounded_fix_evals.py +45 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/devin_iterate_routing.py +21 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/devin_iterate_routing_evals.py +36 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_scope_boundary.py +25 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_scope_boundary_evals.py +57 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_task_framing.py +25 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/framer_task_framing_evals.py +58 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_error_fix.py +21 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_error_fix_evals.py +39 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_quick_change.py +21 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_quick_change_evals.py +35 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_idea_promotion_evals.py +53 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute.py +23 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/iterate_to_insight_reroute_evals.py +53 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_evidence_seam.py +28 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_evidence_seam_evals.py +55 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_repro_creation.py +28 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/observer_repro_creation_evals.py +45 -0
- devflow_engine-1.0.0/src/devin/nodes/iterate/scenarios/routing-matrix.md +45 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/__init__.py +0 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert.md +80 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert.py +354 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert_eval/runner.py +176 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/filemaker_expert_eval/scenarios.json +65 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/goldilocks_advisor_eval/runner.py +214 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/goldilocks_advisor_eval/scenarios.json +58 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/helpers.py +156 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/idea_compliance_advisor_eval/runner.py +252 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/idea_compliance_advisor_eval/scenarios.json +75 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/models.py +44 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/post.py +40 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/router.py +107 -0
- devflow_engine-1.0.0/src/devin/nodes/shared/tools.py +191 -0
- devflow_engine-1.0.0/src/devin/shared/devin-chat-rubric.md +237 -0
- devflow_engine-1.0.0/src/devin/shared/devin-chat-scenario-suite.md +90 -0
- devflow_engine-1.0.0/src/devin/shared/eval_doctrine.md +9 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_devflow_insight_cli_red.py +234 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_arch_1010_decisions_cli_red.py +71 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_arch_1013_validate_architecture_red.py +67 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1001_idea_story_dag_red.py +1322 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_arms_integration.py +965 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_api_agent.py +910 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_dag_red.py +1119 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_intake_schema.py +98 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_ideation_scenario.py +661 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_proc_1002_route_classifier.py +353 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_df2_reg_1031_init_dedupe_strict_refactor_red.py +128 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_failure_recovery_dag.py +799 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_handoff_resume_and_recovery.py +182 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_pipeline_worker_e2e_integration.py +301 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_recovery_dag_model_tier.py +320 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_recovery_queue_normalization.py +603 -0
- devflow_engine-1.0.0/tests/area10_process_pipeline/test_worker_story_queue_red.py +882 -0
- devflow_engine-1.0.0/tests/area12_scope_idea/conftest.py +418 -0
- devflow_engine-1.0.0/tests/area12_scope_idea/test_scope_to_idea_dag.py +639 -0
- devflow_engine-1.0.0/tests/area13_source_scope/test_source_docs_to_scopes_dag.py +446 -0
- devflow_engine-1.0.0/tests/area13_source_scope/test_source_scope_cli_e2e.py +203 -0
- devflow_engine-1.0.0/tests/area13_source_scope/test_source_to_scope_dag.py +485 -0
- devflow_engine-1.0.0/tests/area14_ui_grounding/test_pencil_bridge.py +83 -0
- devflow_engine-1.0.0/tests/area14_ui_grounding/test_pencil_preflight_cli.py +38 -0
- devflow_engine-1.0.0/tests/area14_ui_grounding/test_ui_grounding_cli_e2e.py +103 -0
- devflow_engine-1.0.0/tests/area14_ui_grounding/test_ui_grounding_dag.py +296 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_001_repo_bootstrap.py +109 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_002_cli_surface.py +87 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_003_config_hierarchy.py +91 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_004_logging_baseline.py +69 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_df2_boot_005_green_gate.py +52 -0
- devflow_engine-1.0.0/tests/area1_bootstrap/test_project_bootstrap_eval_scaffold.py +104 -0
- devflow_engine-1.0.0/tests/area2_projects/test_us2_10_project_init_registry_db_red.py +83 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_actor_label_guardrails.py +71 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_502_repo_analysis_capture_evidence_red.py +157 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_503_generate_drafts_per_plane_red.py +325 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_504_draft_storage_separation_red.py +118 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_505_promote_drafts_non_destructive_red.py +155 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_df2_idea_506_diff_review_stable_ids_red.py +185 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_dfe_command_1_ideation_sufficiency_red.py +373 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_dfe_command_2_traditional_user_story_generation_red.py +420 -0
- devflow_engine-1.0.0/tests/area5_planning_idea_tool/test_idea_repo_tools.py +616 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_alembic_preflight_normalization.py +462 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_620_genai_workflow_red.py +75 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_area6_red.py +2786 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_claude_permissions_flag.py +22 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_commit_refactor_fallback.py +35 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_commit_retains_devflow_refactor.py +9 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_devflow_cli_fallback.py +47 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_gitcommit_green_gate_fallback.py +77 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_gitcommit_refactor_harness.py +15 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_green_harness.py +52 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_green_prompt_packaging.py +394 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_mixed_runtime_bundles.py +2120 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_model_strength_mapping.py +262 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_harness.py +136 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_preflight.py +104 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_prompt_contract.py +53 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_red_runtime_contract.py +1021 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_redreview_registration.py +681 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_attempt_prepares_enforce.py +29 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_command_usage.py +10 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_commit_flow.py +236 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_harness.py +17 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_refactor_prompt_packaging.py +189 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_security_harness.py +16 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_security_prompt_packaging.py +151 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_streaming_path_usage.py +11 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_df2_impl_validate_gates_red.py +102 -0
- devflow_engine-1.0.0/tests/area6_implementation_dag/test_validate_tests_story_scoped_red.py +465 -0
- devflow_engine-1.0.0/tests/area7_review/test_review_dag_red.py +238 -0
- devflow_engine-1.0.0/tests/area8_errors/test_df2_area7_failures_error_tasks_red.py +269 -0
- devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_contract.py +117 -0
- devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_fixing_red.py +179 -0
- devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_journal.py +79 -0
- devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_regression_context.py +89 -0
- devflow_engine-1.0.0/tests/area8_errors/test_us85_error_solver_dag_verification_contract.py +57 -0
- devflow_engine-1.0.0/tests/area9_playground/test_df2_play_908_node_preflight_json_red.py +163 -0
- devflow_engine-1.0.0/tests/area9_playground/test_df2_play_area9_red.py +350 -0
- devflow_engine-1.0.0/tests/area9_playground/test_ideation_arm_playground.py +333 -0
- devflow_engine-1.0.0/tests/cli/test_agent_command_surface.py +165 -0
- devflow_engine-1.0.0/tests/cli/test_doctor_recovery_error_contract.py +256 -0
- devflow_engine-1.0.0/tests/cli/test_llm_guide.py +62 -0
- devflow_engine-1.0.0/tests/cli/test_packaged_wheel_smoke.py +94 -0
- devflow_engine-1.0.0/tests/cli/test_project_repo_binding.py +477 -0
- devflow_engine-1.0.0/tests/cli/test_refactor_cli_import.py +25 -0
- devflow_engine-1.0.0/tests/cli/test_repo_local_dag_paths.py +30 -0
- devflow_engine-1.0.0/tests/cli/test_repo_root_override.py +11 -0
- devflow_engine-1.0.0/tests/cli/test_story_execute_wrapper_run.py +107 -0
- devflow_engine-1.0.0/tests/cli/test_supabase_event_worker_cli.py +61 -0
- devflow_engine-1.0.0/tests/cli/test_supabase_realtime_listener.py +449 -0
- devflow_engine-1.0.0/tests/cli/test_worker_integration_cli.py +74 -0
- devflow_engine-1.0.0/tests/cli/test_worker_kill_switch.py +107 -0
- devflow_engine-1.0.0/tests/cli/test_worker_start_modes.py +66 -0
- devflow_engine-1.0.0/tests/conftest.py +54 -0
- devflow_engine-1.0.0/tests/fixtures/backend_provision/provision_from_template.py +7 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/bootstrap_repo/README.md +16 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/bootstrap_repo/docs/overview.md +14 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/assumptions_registry.json +3 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/domain_entities.json +11 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/product_brief.json +44 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/chi/user_workflows.json +23 -0
- devflow_engine-1.0.0/tests/fixtures/source_doc_mutation/scenarios.json +24 -0
- devflow_engine-1.0.0/tests/idea/test_actor_specificity_warning.py +79 -0
- devflow_engine-1.0.0/tests/idea/test_capability_first_story_decomposition.py +81 -0
- devflow_engine-1.0.0/tests/idea/test_devin_ddr_docs_operator_guide.py +158 -0
- devflow_engine-1.0.0/tests/idea/test_story_pipeline_dfs_state.py +203 -0
- devflow_engine-1.0.0/tests/integration/test_integration_agentic.py +37 -0
- devflow_engine-1.0.0/tests/integration/test_integration_dag.py +562 -0
- devflow_engine-1.0.0/tests/integration/test_integration_dag_nodes.py +2973 -0
- devflow_engine-1.0.0/tests/integration/test_integration_prompt_loading.py +88 -0
- devflow_engine-1.0.0/tests/stores/test_idea_creation_queue.py +160 -0
- devflow_engine-1.0.0/tests/stores/test_integration_queue.py +347 -0
- devflow_engine-1.0.0/tests/test_agentic_prompt_loading.py +106 -0
- devflow_engine-1.0.0/tests/test_agentic_runtime.py +134 -0
- devflow_engine-1.0.0/tests/test_api_key_flow_harness.py +74 -0
- devflow_engine-1.0.0/tests/test_api_keys.py +190 -0
- devflow_engine-1.0.0/tests/test_area2_project_import_red.py +408 -0
- devflow_engine-1.0.0/tests/test_area2_project_import_remaining_red.py +459 -0
- devflow_engine-1.0.0/tests/test_area2_projects_red.py +270 -0
- devflow_engine-1.0.0/tests/test_area3_execution_store_logging_red.py +316 -0
- devflow_engine-1.0.0/tests/test_area4_story_system_red.py +347 -0
- devflow_engine-1.0.0/tests/test_devflow_event_worker.py +931 -0
- devflow_engine-1.0.0/tests/test_devflow_state_project_resolution.py +47 -0
- devflow_engine-1.0.0/tests/test_devin2_agent_definition.py +31 -0
- devflow_engine-1.0.0/tests/test_devin2_pi_runner.py +151 -0
- devflow_engine-1.0.0/tests/test_devin_chat_scenario_catalog.py +69 -0
- devflow_engine-1.0.0/tests/test_devin_chat_tier_routing.py +274 -0
- devflow_engine-1.0.0/tests/test_devin_multi_turn_eval_defaults.py +78 -0
- devflow_engine-1.0.0/tests/test_devin_real_eval.py +37 -0
- devflow_engine-1.0.0/tests/test_domain_normalize.py +16 -0
- devflow_engine-1.0.0/tests/test_dump_run_node_outputs.py +103 -0
- devflow_engine-1.0.0/tests/test_enforce_changed_filter.py +38 -0
- devflow_engine-1.0.0/tests/test_enforce_report_directives.py +51 -0
- devflow_engine-1.0.0/tests/test_error_solve_runtime_coder_path.py +99 -0
- devflow_engine-1.0.0/tests/test_execution_store.py +11 -0
- devflow_engine-1.0.0/tests/test_execution_store_story_queue_red.py +1091 -0
- devflow_engine-1.0.0/tests/test_generic_task_queue.py +160 -0
- devflow_engine-1.0.0/tests/test_ideation_enrichment.py +81 -0
- devflow_engine-1.0.0/tests/test_implemented_story_queue_purge.py +322 -0
- devflow_engine-1.0.0/tests/test_llm_cli_one_shot.py +98 -0
- devflow_engine-1.0.0/tests/test_llm_cli_stream_journal_sqlite.py +104 -0
- devflow_engine-1.0.0/tests/test_llm_cli_stream_logging.py +62 -0
- devflow_engine-1.0.0/tests/test_llm_codex_invocation_regression.py +37 -0
- devflow_engine-1.0.0/tests/test_llm_invocation_audit.py +25 -0
- devflow_engine-1.0.0/tests/test_llm_invoke.py +1473 -0
- devflow_engine-1.0.0/tests/test_llm_provider_api.py +246 -0
- devflow_engine-1.0.0/tests/test_llm_provider_config.py +37 -0
- devflow_engine-1.0.0/tests/test_llm_repo_knowledge_index.py +246 -0
- devflow_engine-1.0.0/tests/test_llm_tier_invocation.py +330 -0
- devflow_engine-1.0.0/tests/test_playground_source_doc_mutation_eval.py +52 -0
- devflow_engine-1.0.0/tests/test_post_integration_playwright_workflow.py +414 -0
- devflow_engine-1.0.0/tests/test_prd_mutation_grounding.py +149 -0
- devflow_engine-1.0.0/tests/test_process_dag_imperative.py +71 -0
- devflow_engine-1.0.0/tests/test_project_registration_dag.py +131 -0
- devflow_engine-1.0.0/tests/test_project_registration_supabase_uuid.py +670 -0
- devflow_engine-1.0.0/tests/test_queue_project_id_resolution.py +39 -0
- devflow_engine-1.0.0/tests/test_refactor_llm_path.py +54 -0
- devflow_engine-1.0.0/tests/test_register_one_time.py +38 -0
- devflow_engine-1.0.0/tests/test_registry_cards_and_gate.py +54 -0
- devflow_engine-1.0.0/tests/test_registry_classify_module_cards_parser.py +34 -0
- devflow_engine-1.0.0/tests/test_registry_detect_pathways.py +87 -0
- devflow_engine-1.0.0/tests/test_registry_draft_module_cards.py +52 -0
- devflow_engine-1.0.0/tests/test_registry_draft_module_cards_effects.py +31 -0
- devflow_engine-1.0.0/tests/test_registry_effect_overlap.py +86 -0
- devflow_engine-1.0.0/tests/test_registry_gate_module_cards.py +46 -0
- devflow_engine-1.0.0/tests/test_registry_gate_unknown_strict.py +33 -0
- devflow_engine-1.0.0/tests/test_registry_import_scan_filters_stdlib_and_node_builtins.py +30 -0
- devflow_engine-1.0.0/tests/test_registry_llm_commands.py +183 -0
- devflow_engine-1.0.0/tests/test_registry_module_incremental_focus.py +26 -0
- devflow_engine-1.0.0/tests/test_registry_module_phase_and_apply.py +58 -0
- devflow_engine-1.0.0/tests/test_registry_scan_ignores_build_dirs.py +23 -0
- devflow_engine-1.0.0/tests/test_source_doc_mutation_acceptance.py +517 -0
- devflow_engine-1.0.0/tests/test_source_doc_mutation_dag.py +270 -0
- devflow_engine-1.0.0/tests/test_source_doc_mutation_eval.py +210 -0
- devflow_engine-1.0.0/tests/test_source_doc_mutation_real_eval.py +73 -0
- devflow_engine-1.0.0/tests/test_source_docs_updater.py +422 -0
- devflow_engine-1.0.0/tests/test_story_contracts.py +60 -0
- devflow_engine-1.0.0/tests/test_story_reconciliation.py +382 -0
- devflow_engine-1.0.0/users.json +156 -0
- devflow_engine-1.0.0/uv.lock +684 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
name: devflow-enforce
|
|
2
|
+
on:
|
|
3
|
+
pull_request:
|
|
4
|
+
push:
|
|
5
|
+
branches: [ main ]
|
|
6
|
+
jobs:
|
|
7
|
+
enforce:
|
|
8
|
+
runs-on: ubuntu-latest
|
|
9
|
+
steps:
|
|
10
|
+
- uses: actions/checkout@v4
|
|
11
|
+
with:
|
|
12
|
+
fetch-depth: 0
|
|
13
|
+
|
|
14
|
+
# Install DevFlow CLI (devflow-engine) from a separate repo.
|
|
15
|
+
# Set DEVFLOW_ENGINE_REPO as an org/repo string (e.g. Nuosis/devflow_engine).
|
|
16
|
+
- uses: actions/checkout@v4
|
|
17
|
+
with:
|
|
18
|
+
repository: ${{ vars.DEVFLOW_ENGINE_REPO || 'Nuosis/devflow_engine' }}
|
|
19
|
+
path: devflow_engine
|
|
20
|
+
fetch-depth: 1
|
|
21
|
+
|
|
22
|
+
- uses: astral-sh/setup-uv@v3
|
|
23
|
+
|
|
24
|
+
- name: Install devflow CLI
|
|
25
|
+
run: |
|
|
26
|
+
uv pip install --system -e ./devflow_engine
|
|
27
|
+
|
|
28
|
+
- name: DevFlow enforce (report-only)
|
|
29
|
+
run: |
|
|
30
|
+
if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
|
|
31
|
+
before="${{ github.event.before }}"
|
|
32
|
+
after="${{ github.sha }}"
|
|
33
|
+
changed=$(git diff --name-only "$before" "$after" | tr '\n' ' ')
|
|
34
|
+
devflow enforce --changed $changed
|
|
35
|
+
else
|
|
36
|
+
devflow enforce --root .
|
|
37
|
+
fi
|
|
38
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: filemaker-expert
|
|
3
|
+
description: FileMaker database expert — reads DDR analysis artifacts and answers questions about schema, layouts, scripts, entities, user flows, and feature clusters
|
|
4
|
+
tools: read,grep,find,ls
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a **FileMaker Database Expert** — a read-only research advisor.
|
|
8
|
+
|
|
9
|
+
You answer questions about FileMaker databases by reading pre-existing DDR (Database Design Report) analysis artifacts that were generated by the `ddr-docs` pipeline. You **do not run ddr-docs** — you only read artifacts that already exist.
|
|
10
|
+
|
|
11
|
+
## DDR Artifact Locations
|
|
12
|
+
|
|
13
|
+
For a database named `{database_name}_fmp12`, artifacts live in:
|
|
14
|
+
`{repo_root}/ai_docs/context/source_docs/ddr/{database_name}/`
|
|
15
|
+
|
|
16
|
+
Key artifacts to read:
|
|
17
|
+
- `01_schema_summary.md` — tables, fields, field types, calculations, auto-enter, IDs
|
|
18
|
+
- `05_layouts_summary.md` — layouts organized by table occurrence, object counts
|
|
19
|
+
- `03_scripts_summary.md` — scripts, folders, script steps
|
|
20
|
+
- `02_relationships_summary.md` — relationships graph
|
|
21
|
+
- `analysis/feature_clusters.json` — grouped capabilities with descriptions
|
|
22
|
+
- `analysis/user_flows_entry_points.json` — entry point patterns
|
|
23
|
+
- `analysis/cruft_summary.json` — code health (uncalled scripts, unreachable layouts)
|
|
24
|
+
|
|
25
|
+
Context files in `ai_docs/context/source_docs/`:
|
|
26
|
+
- `domain_entities.json`, `user_workflows.json`, `product_brief.json`
|
|
27
|
+
|
|
28
|
+
## How to Work
|
|
29
|
+
|
|
30
|
+
1. Determine which database(s) the question is about
|
|
31
|
+
2. Identify the DDR output directory for that database
|
|
32
|
+
3. Use `read` to read the relevant artifact files
|
|
33
|
+
4. Synthesize a response with specific names, counts, and structural facts
|
|
34
|
+
5. Return plain text — the primary agent will incorporate it
|
|
35
|
+
|
|
36
|
+
## Answer Style
|
|
37
|
+
|
|
38
|
+
- Be concrete: "Clean Sweep has 455 layouts across 115 tables, including Account Page (654 objects), My Page/Cleaner dashboards, and Inspection Form III (225 objects)"
|
|
39
|
+
- Use headers: ## Database Overview, ## Layouts, ## Scripts, ## Code Health
|
|
40
|
+
- If the artifacts don't cover something, say "not in DDR analysis" and describe what's available
|
|
41
|
+
- Do not speculate — if it's not in the files, say so
|
|
42
|
+
- Prefer `read` over `grep` for artifact content; use `grep` only when searching across multiple files
|
|
43
|
+
|
|
44
|
+
## Constraints
|
|
45
|
+
|
|
46
|
+
- Do NOT run ddr-docs or any analysis pipeline
|
|
47
|
+
- Do NOT write or modify any files
|
|
48
|
+
- Do not answer questions outside the FileMaker database domain
|
|
49
|
+
- Do not use bash/shell tools — only read,grep,find,ls
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: goldilocks-advisor
|
|
3
|
+
description: Story scoping guard — evaluates whether a shaped idea produces a well-scoped story count (not too big, not too small)
|
|
4
|
+
tools: read,grep,find,ls
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a **Goldilocks Advisor** — a read-only story-scoping evaluator.
|
|
8
|
+
|
|
9
|
+
After an idea is shaped, you estimate how many stories it would produce and whether the scope is appropriate.
|
|
10
|
+
|
|
11
|
+
## Thresholds
|
|
12
|
+
|
|
13
|
+
| Story Estimate | Verdict |
|
|
14
|
+
|---|---|
|
|
15
|
+
| 0–1 stories | `enrichment_needed` — idea is too thin |
|
|
16
|
+
| 2–20 stories | `just_right` — well-scoped |
|
|
17
|
+
| 21+ stories | `split` — idea is too large, should be split |
|
|
18
|
+
|
|
19
|
+
## How to Work
|
|
20
|
+
|
|
21
|
+
1. Read the shaped idea text from the context block
|
|
22
|
+
2. Examine the codebase area(s) the idea touches
|
|
23
|
+
3. Estimate story count based on:
|
|
24
|
+
- Number of distinct behavioral changes
|
|
25
|
+
- Number of separate modules/screens/workflows affected
|
|
26
|
+
- Testing surface area
|
|
27
|
+
4. Identify natural split points if estimate > 20
|
|
28
|
+
5. Identify enrichment gaps if estimate < 2
|
|
29
|
+
|
|
30
|
+
## Context Block
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
Context: repo_root=<repo_root>, project_id=<project_id>, idea_id=<idea_id>
|
|
34
|
+
|
|
35
|
+
Shaped Idea:
|
|
36
|
+
<idea_text>
|
|
37
|
+
|
|
38
|
+
Question: Estimate story count and evaluate scoping
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Output Schema
|
|
42
|
+
|
|
43
|
+
Return a JSON object:
|
|
44
|
+
```json
|
|
45
|
+
{
|
|
46
|
+
"verdict": "just_right | split | enrichment_needed",
|
|
47
|
+
"story_estimate": <integer>,
|
|
48
|
+
"cohesive_area": "<one sentence describing the primary area this idea covers>",
|
|
49
|
+
"split_suggestions": [
|
|
50
|
+
{
|
|
51
|
+
"sub_idea": "<name for split chunk>",
|
|
52
|
+
"rationale": "<why this should be separate>",
|
|
53
|
+
"estimated_stories": <integer>
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"enrichment_gaps": [
|
|
57
|
+
"<specific missing context or detail needed to make the idea actionable>"
|
|
58
|
+
],
|
|
59
|
+
"reasoning": "<brief explanation of estimate>"
|
|
60
|
+
}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Constraints
|
|
64
|
+
|
|
65
|
+
- Do NOT write or modify any files
|
|
66
|
+
- Do NOT generate stories — only estimate count
|
|
67
|
+
- Be conservative: when in doubt, err toward `enrichment_needed`
|
|
68
|
+
- `split` does not mean "bad" — it means the idea needs decomposition before entering the pipeline
|
|
69
|
+
- `just_right` means the idea fits cleanly in one sprint or iteration window
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Idea Compliance Advisor
|
|
3
|
+
description: Read-only compliance evaluator for shaped ideas. Checks ideas against codebase structure, existing stories, existing ideas, and naming conventions. Returns a structured verdict with specific rule violations.
|
|
4
|
+
version: 1.3
|
|
5
|
+
tools:
|
|
6
|
+
- read
|
|
7
|
+
- grep
|
|
8
|
+
- find
|
|
9
|
+
- ls
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
You are the **Idea Compliance Advisor** — a read-only evaluator that checks whether a shaped idea is compliant with a project's architecture, tooling, and existing work.
|
|
13
|
+
|
|
14
|
+
## Rules (in order)
|
|
15
|
+
|
|
16
|
+
You evaluate **five independent gates**. All five must pass for COMPLIANT. Any single failure triggers the corresponding verdict.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
### Gate 1 — Architecture Fit (HARD: NON_COMPLIANT if violated)
|
|
21
|
+
|
|
22
|
+
The idea must fit the stated type/purpose of the project. Architecture violation means the idea requires building something fundamentally at odds with what the project is.
|
|
23
|
+
|
|
24
|
+
**Examples of violation:**
|
|
25
|
+
- Adding a billing/invoice system to a CLI chat companion
|
|
26
|
+
- Adding a React dashboard to a pure backend service
|
|
27
|
+
- Adding WebSocket real-time features to a project whose runtime is synchronous and has no event loop
|
|
28
|
+
|
|
29
|
+
**"Clearly articulated by the user"** is the ONLY exception. If the idea text explicitly states a new architecture direction (e.g., "we will add a React frontend"), it clears this gate. Silence is not permission — the idea text must say it.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
### Gate 2 — Method/Component Fit (Three Tiers)
|
|
34
|
+
|
|
35
|
+
**Tier 1 — COMPLIANT:**
|
|
36
|
+
Idea uses only existing modules, services, and packages already in the codebase — OR it introduces a new capability that:
|
|
37
|
+
1. Does not replicate an existing pattern in the codebase
|
|
38
|
+
2. Is justified by the idea's stated purpose
|
|
39
|
+
3. Requires no new external package, OR the idea text explicitly names it
|
|
40
|
+
|
|
41
|
+
**Tier 2 — NEEDS_REVIEW:**
|
|
42
|
+
Idea requires a new external package not currently in `pyproject.toml`, and the idea text does not name it. However, it does **not** replicate an existing pattern — it's a genuinely new domain for the project. The idea is not wrong, just needs human verification before commitment.
|
|
43
|
+
*Advisor action: In issues, name the package that would be needed and note the justification observed from the idea text.*
|
|
44
|
+
|
|
45
|
+
**Tier 3 — NON_COMPLIANT:**
|
|
46
|
+
Idea requires a new external package that **replicates an existing pattern** already in the codebase. Examples: Adding PostgreSQL when SQLite is already in use; Adding Redis when a different caching approach already exists; Adding Stripe when another payment provider is already integrated.
|
|
47
|
+
|
|
48
|
+
**"Clearly directed otherwise"** means the idea text must explicitly name the new package. If the idea assumes a new package without naming it, Tier 2 applies (NEEDS_REVIEW, not NON_COMPLIANT) — unless the package would replicate an existing pattern, in which case Tier 3 applies.
|
|
49
|
+
|
|
50
|
+
**Key distinction:** "replicates an existing pattern" means the project already has a solution for this problem type. A new NLP/sentiment package for a companion chat does not replicate an existing pattern — it extends into a new domain the project hasn't tackled yet.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
### Gate 3 — No Direct Story Duplication (HARD: NON_COMPLIANT if violated)
|
|
55
|
+
|
|
56
|
+
If existing stories in the queue already implement the same outcome, this gate fails.
|
|
57
|
+
|
|
58
|
+
- **"Direct duplication"** = same user-visible outcome
|
|
59
|
+
- **Sub-feature overlap** = NEEDS_REVIEW, not NON_COMPLIANT
|
|
60
|
+
- **Indirect reuse** = not duplication
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
### Gate 4 — No Direct Idea Collision (HARD: NON_COMPLIANT if violated)
|
|
65
|
+
|
|
66
|
+
If a committed idea already covers the same ground with the same implementation approach, this gate fails. Adjacent territory or related but distinct capability = NEEDS_REVIEW.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
### Gate 5 — Naming Collision (SOFT: NEEDS_REVIEW if violated)
|
|
71
|
+
|
|
72
|
+
A naming collision exists if the idea introduces a module, function, class, or identifier whose name would conflict with an existing name in the codebase or a pending story/idea.
|
|
73
|
+
|
|
74
|
+
- Naming collision alone is NOT NON_COMPLIANT — it is NEEDS_REVIEW
|
|
75
|
+
- The collision must be documented so the team can rename before commitment
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Verdict Definitions
|
|
80
|
+
|
|
81
|
+
| Verdict | Meaning |
|
|
82
|
+
|---|---|
|
|
83
|
+
| **COMPLIANT** | Clears all five gates. Tier 1 on Gate 2. The idea fits, uses only existing components or introduces a genuinely new domain with an explicitly named package, has no duplication, no naming issues. |
|
|
84
|
+
| **NEEDS_REVIEW** | Gate 2 resolves at Tier 2 (new package needed, not named but not duplicating existing patterns), OR one of Gates 3/4/5 produced an ambiguous/borderline result. This is NOT a failure — it is the advisor requesting human input. See issues list. |
|
|
85
|
+
| **NON_COMPLIANT** | Gate 1 is violated, OR Gate 2 resolves at Tier 3 (package replicates existing pattern), OR Gate 3 or 4 is a hard duplication. The idea must be reframed before commitment. |
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Context Block
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
Context: repo_root=<repo_root>, project_id=<project_id>, idea_id=<idea_id>
|
|
93
|
+
|
|
94
|
+
Shaped Idea:
|
|
95
|
+
<idea_text>
|
|
96
|
+
|
|
97
|
+
Question: Is this idea compliant?
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Output Schema
|
|
101
|
+
|
|
102
|
+
Return a JSON object:
|
|
103
|
+
|
|
104
|
+
```json
|
|
105
|
+
{
|
|
106
|
+
"verdict": "COMPLIANT | NEEDS_REVIEW | NON_COMPLIANT",
|
|
107
|
+
"gate_1_architecture": {
|
|
108
|
+
"status": "pass | fail",
|
|
109
|
+
"notes": "<what you found>"
|
|
110
|
+
},
|
|
111
|
+
"gate_2_methods": {
|
|
112
|
+
"status": "pass | needs_review | fail",
|
|
113
|
+
"tier": "1 | 2 | 3",
|
|
114
|
+
"notes": "<existing components used or what is needed and why>"
|
|
115
|
+
},
|
|
116
|
+
"gate_3_story_dup": {
|
|
117
|
+
"status": "pass | fail",
|
|
118
|
+
"notes": "<existing stories found or none>"
|
|
119
|
+
},
|
|
120
|
+
"gate_4_idea_dup": {
|
|
121
|
+
"status": "pass | fail",
|
|
122
|
+
"notes": "<existing ideas found or none>"
|
|
123
|
+
},
|
|
124
|
+
"gate_5_naming": {
|
|
125
|
+
"status": "pass | needs_review",
|
|
126
|
+
"notes": "<collisions found or none>"
|
|
127
|
+
},
|
|
128
|
+
"issues": [
|
|
129
|
+
"<specific issue description for each non-pass gate>"
|
|
130
|
+
],
|
|
131
|
+
"summary": "<one sentence verdict rationale>"
|
|
132
|
+
}
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Constraints
|
|
136
|
+
|
|
137
|
+
- Do NOT write or modify any files
|
|
138
|
+
- Do NOT generate stories or implementation plans
|
|
139
|
+
- If you are unsure whether a gate is violated, default to the softer verdict (needs_review for Gate 2, pass for Gates 1/3/4)
|
|
140
|
+
- "Clearly directed otherwise" must be verifiable from the idea text alone — do not assume intent
|
|
141
|
+
- Be specific in issue descriptions: name the conflicting component, package, or architectural pattern
|
|
142
|
+
- NEEDS_REVIEW is a request for human input — it is not a refusal
|
|
143
|
+
- A new method on an existing service = Tier 1 (COMPLIANT on Gate 2), NOT needs_review
|
|
144
|
+
- A new external package that extends into a genuinely new domain (not replicating existing patterns) = Tier 2 (NEEDS_REVIEW)
|
|
145
|
+
- A new external package that replicates an existing pattern already in the codebase = Tier 3 (NON_COMPLIANT)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
null
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: devflow-engine
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: DevFlow v2 CLI-first engine (projects, stories, execution store, review packets)
|
|
5
|
+
Project-URL: Homepage, https://github.com/Nuosis/devflow_engine
|
|
6
|
+
Project-URL: Repository, https://github.com/Nuosis/devflow_engine
|
|
7
|
+
Project-URL: Issues, https://github.com/Nuosis/devflow_engine/issues
|
|
8
|
+
Author: DevFlow
|
|
9
|
+
License: Proprietary
|
|
10
|
+
Keywords: agentic,automation,cli,devflow,testing,workflow
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Console
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: License :: Other/Proprietary License
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Topic :: Software Development
|
|
20
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
21
|
+
Requires-Python: >=3.11
|
|
22
|
+
Requires-Dist: cryptography>=45.0
|
|
23
|
+
Requires-Dist: pydantic>=2.6
|
|
24
|
+
Requires-Dist: pyyaml>=6.0
|
|
25
|
+
Requires-Dist: rich>=13.7
|
|
26
|
+
Requires-Dist: typer>=0.12
|
|
27
|
+
Description-Content-Type: text/markdown
|
|
28
|
+
|
|
29
|
+
# DevFlow Engine
|
|
30
|
+
|
|
31
|
+
CLI-first Python engine for DevFlow. The PyPI distribution is
|
|
32
|
+
`devflow-engine`; it installs the `devflow` command.
|
|
33
|
+
|
|
34
|
+
## Goals
|
|
35
|
+
- Project lifecycle: draft shell -> bind workspace/repo -> init/register/list/remove
|
|
36
|
+
- Story lifecycle: index/validate/register/execute
|
|
37
|
+
- Planning support: repo analysis -> source docs -> scopes -> approved scope -> idea(s) -> DevFlow stories
|
|
38
|
+
- Implementation workflow: "green" gate = tests + typecheck + lint
|
|
39
|
+
- Review workflow: story-driven compliance/soundness/security review packets persisted in SQLite
|
|
40
|
+
- Error workflow: error queue + remediation runs
|
|
41
|
+
- Execution store: `.devflow/execution.sqlite`
|
|
42
|
+
|
|
43
|
+
## Documentation
|
|
44
|
+
- `docs/story-implementation-planning-node.md` — per-story planning/gating node before TestDesign/Red, with dependency findings, queue decisions, and registry expectations consumed by downstream implementation nodes.
|
|
45
|
+
- `docs/llm-input-primitives-v0.02.md` — v0.02 LLM-facing input primitive contract for `idea` and `story`.
|
|
46
|
+
|
|
47
|
+
## Install
|
|
48
|
+
|
|
49
|
+
Install the CLI from PyPI:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
pipx install devflow-engine
|
|
53
|
+
# or
|
|
54
|
+
python -m pip install devflow-engine
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Run the CLI:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
devflow --help
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Development
|
|
64
|
+
|
|
65
|
+
This repo is intended to be developed with **uv**.
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
cd devflow_engine
|
|
69
|
+
uv venv
|
|
70
|
+
uv pip install -e '.[dev]'
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Print the v0.02 LLM input guidance:
|
|
74
|
+
```bash
|
|
75
|
+
devflow llm guide
|
|
76
|
+
devflow llm guide --primitive idea --json
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Happy path
|
|
80
|
+
1. project shell created in control plane
|
|
81
|
+
2. workspace/repo bound to project
|
|
82
|
+
3. registration DAG runs via `devflow project add`
|
|
83
|
+
4. project reaches `ready_for_source_scope`
|
|
84
|
+
5. source docs -> scopes
|
|
85
|
+
6. approved scope -> idea(s)
|
|
86
|
+
7. idea -> DevFlow stories
|
|
87
|
+
8. story -> implementation
|
|
88
|
+
9. implementation -> review
|
|
89
|
+
|
|
90
|
+
## Quickstart
|
|
91
|
+
Register an existing repo with DevFlow:
|
|
92
|
+
```bash
|
|
93
|
+
devflow project add --path /absolute/path/to/repo --name my-repo --json
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Submit an idea or a ready story:
|
|
97
|
+
```bash
|
|
98
|
+
devflow idea submit --project /absolute/path/to/repo --from idea.json --json
|
|
99
|
+
# or
|
|
100
|
+
devflow story submit --project /absolute/path/to/repo --from story.json --json
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
Run delivery and inspect health:
|
|
104
|
+
```bash
|
|
105
|
+
devflow run start --project /absolute/path/to/repo --json
|
|
106
|
+
devflow run health --project /absolute/path/to/repo --json
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Triage and repair failures:
|
|
110
|
+
```bash
|
|
111
|
+
devflow doctor --project /absolute/path/to/repo --json
|
|
112
|
+
devflow recovery run --project /absolute/path/to/repo --json
|
|
113
|
+
devflow error solve --project /absolute/path/to/repo --json
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
When you have a deterministic project-code repro, pass it to error solving:
|
|
117
|
+
```bash
|
|
118
|
+
devflow error solve \
|
|
119
|
+
--project /absolute/path/to/repo \
|
|
120
|
+
--repro-command 'uv run pytest' \
|
|
121
|
+
--json
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Inspect per-node outputs from a stored run:
|
|
125
|
+
```bash
|
|
126
|
+
# dump a specific run by run_id
|
|
127
|
+
python scripts/dump_run_node_outputs.py \
|
|
128
|
+
--run-id <run_uuid>
|
|
129
|
+
|
|
130
|
+
# or dump the latest run for any DAG by dag_id
|
|
131
|
+
python scripts/dump_run_node_outputs.py \
|
|
132
|
+
--dag-id implementation_dag
|
|
133
|
+
|
|
134
|
+
# second-most-recent run for that DAG
|
|
135
|
+
python scripts/dump_run_node_outputs.py \
|
|
136
|
+
--dag-id implementation_dag \
|
|
137
|
+
--latest-index 2
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
Dumps are written under `.devflow/node_output_dumps/<dag>/<label>/<timestamp>/` by default.
|
|
141
|
+
The navigation path intentionally stays human-readable and omits run IDs / object IDs where possible:
|
|
142
|
+
- `<dag>` comes from `runs.dag_id` unless it looks like an ID, in which case the folder falls back to `dag`
|
|
143
|
+
- `<label>` is derived from readable config fields such as `label`, `name`, `title`, `idea_title`, `scope_title`, or `story_title`
|
|
144
|
+
- the exact `run_id` still lands in `manifest.json` inside the dump directory
|
|
145
|
+
|
|
146
|
+
Use `--output-root /tmp/devflow-dumps` to write somewhere else.
|
|
147
|
+
|
|
148
|
+
Run the source -> scope scaffold end-to-end:
|
|
149
|
+
```bash
|
|
150
|
+
devflow source-scope run \
|
|
151
|
+
--project-id proj_demo \
|
|
152
|
+
--intake-id source_demo \
|
|
153
|
+
--text "Customers approve quotes online. Approved quotes create jobs. Completed jobs create invoices and customers can pay online."
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
Gate a pre-shaped normalized packet + scope outline deterministically:
|
|
157
|
+
```bash
|
|
158
|
+
devflow source-scope gate \
|
|
159
|
+
--project-id proj_demo \
|
|
160
|
+
--source-packet .devflow/path/to/normalized_source_packet.json \
|
|
161
|
+
--scope-outline .devflow/path/to/scope_outline.json
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
## Story contracts
|
|
165
|
+
Story contracts are YAML documents containing:
|
|
166
|
+
- `id`, `title`
|
|
167
|
+
- `planes`: required plane write-ups (`product`, `ux`, `technical`, `security`, `compliance`, `operations`)
|
|
168
|
+
- `plane_oracles`: list of `{plane, anchor}` entries used as verification anchors
|
|
169
|
+
|
|
170
|
+
The contract validator enforces presence of required planes + non-empty plane_oracles.
|
|
171
|
+
|
|
172
|
+
## Execution store
|
|
173
|
+
All runs/events/errors/review packets are stored in:
|
|
174
|
+
- `.devflow/execution.sqlite`
|
|
175
|
+
|
|
176
|
+
This database is created automatically on first CLI usage.
|
|
177
|
+
|
|
178
|
+
## Workers / Background services
|
|
179
|
+
|
|
180
|
+
### Supabase execution-event listener (`devflow worker supabase-events`)
|
|
181
|
+
|
|
182
|
+
This is the DFE-side listener/dispatcher for the `devflow_execution_events` Supabase table.
|
|
183
|
+
It is the single long-running process that bridges the control-plane (Supabase) to the local
|
|
184
|
+
DevFlow engine — picking up queued events and dispatching the appropriate DFE workflow for each.
|
|
185
|
+
|
|
186
|
+
**Normal operation (continuous loop with Realtime):**
|
|
187
|
+
```bash
|
|
188
|
+
devflow worker supabase-events
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
Starts an indefinite polling loop. While running it also opens a Supabase Realtime WebSocket
|
|
192
|
+
subscription on `devflow_execution_events`. New `INSERT` events on that table wake the dispatch
|
|
193
|
+
loop immediately rather than waiting for the next poll interval (default: 3 s). If the WebSocket
|
|
194
|
+
connection drops it reconnects automatically in the background; polling continues as the fallback
|
|
195
|
+
during any gap.
|
|
196
|
+
|
|
197
|
+
**Process a single queued event and exit:**
|
|
198
|
+
```bash
|
|
199
|
+
devflow worker supabase-events --once
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
Useful for manual trigger / smoke testing.
|
|
203
|
+
|
|
204
|
+
**Disable Realtime (polling only):**
|
|
205
|
+
```bash
|
|
206
|
+
devflow worker supabase-events --no-realtime
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
Runs the same polling loop but skips the WebSocket listener entirely. Use this when the
|
|
210
|
+
`websockets` Python package is unavailable, or when you need to debug without a live connection.
|
|
211
|
+
|
|
212
|
+
**Additional options:**
|
|
213
|
+
| Flag | Default | Description |
|
|
214
|
+
|---|---|---|
|
|
215
|
+
| `--sleep-seconds N` | `3.0` | Idle sleep between polls (also caps realtime wake latency) |
|
|
216
|
+
| `--max-iterations N` | unlimited | Stop after N loop iterations |
|
|
217
|
+
| `--json` | off | Emit JSON summary on exit |
|
|
218
|
+
|
|
219
|
+
**When queued events are not being picked up — checklist:**
|
|
220
|
+
1. Verify the worker is running: there should be a live `devflow worker supabase-events` process.
|
|
221
|
+
2. Check Supabase credentials: `SUPABASE_URL` and `SUPABASE_SERVICE_KEY` (or equivalent config)
|
|
222
|
+
must be set and valid.
|
|
223
|
+
3. Confirm the event row in `devflow_execution_events` has `status = queued` and `run_id IS NULL`
|
|
224
|
+
— events with any other status are skipped.
|
|
225
|
+
4. Check that the event's `event_type` is in the supported set (see
|
|
226
|
+
`docs/queue-worker-infra.md` → *Supported event types*).
|
|
227
|
+
5. Run with `--once` to get an immediate result and check stderr/stdout for errors.
|
|
228
|
+
6. If Realtime is misbehaving (false wake-ups or missed wakes), try `--no-realtime` to isolate
|
|
229
|
+
the issue to the polling path.
|
|
230
|
+
|
|
231
|
+
See `docs/queue-worker-infra.md` for full architecture details.
|
|
232
|
+
|
|
233
|
+
## Design notes
|
|
234
|
+
- `docs/scope-idea-agentification.md` — current scope->idea agentic runtime notes
|
|
235
|
+
- `docs/ui-grounding-curtis-medium-tier-doctrine.md` — follow-on UI grounding / wireframe planning doctrine from the Curtis pass, including the proposed `ui_screen_inventory.json` contract and the default medium-tier minimum for customer-facing wireframes
|