deviatdd 2.7.2__tar.gz → 2.20.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.
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.gitattributes +2 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.gitignore +2 -4
- deviatdd-2.20.0/.worktrees/feat/005-acceptance-gates/002-task-acceptance-traceability/.env.example +8 -0
- deviatdd-2.20.0/.worktrees/feat/adhoc/012-rpc-streaming-tui-renderer/.env.example +8 -0
- deviatdd-2.20.0/.worktrees/feat/adhoc/014-cwe-mapping-security-findings/.env.example +8 -0
- deviatdd-2.20.0/.worktrees/work/.env.example +8 -0
- deviatdd-2.20.0/CHANGELOG.md +833 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/CLAUDE.md +5 -4
- {deviatdd-2.7.2 → deviatdd-2.20.0}/CONTRIBUTING.md +8 -4
- {deviatdd-2.7.2 → deviatdd-2.20.0}/PKG-INFO +45 -46
- {deviatdd-2.7.2 → deviatdd-2.20.0}/README.md +43 -23
- deviatdd-2.20.0/deviatdd.png +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/mise.toml +8 -4
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pyproject.toml +6 -23
- deviatdd-2.20.0/scripts/benchmark_lmstudio.py +1683 -0
- deviatdd-2.20.0/scripts/verify_install.py +29 -0
- deviatdd-2.20.0/specs/004-per-task-security-profile/issues/001-security-profile-and-judge-checks.md +147 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/plan.md +157 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/tasks.jsonl +9 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/tasks.md +107 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/data-model.md +204 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/design.md +119 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/explore.md +116 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/issues/001-verification-mode-metadata.md +114 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/issues/002-task-acceptance-traceability.md +122 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/issues/003-micro-phase-gates-red-green.md +136 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/issues/004-refactor-regression-gate.md +114 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/issues/005-prompt-spec-alignment.md +111 -0
- deviatdd-2.20.0/specs/005-acceptance-gates/prd.md +230 -0
- deviatdd-2.20.0/specs/DeviaTDD-api.md +1445 -0
- deviatdd-2.20.0/specs/DeviaTDD-architecture.md +983 -0
- deviatdd-2.20.0/specs/_product/architecture.md +121 -0
- deviatdd-2.20.0/specs/_product/domain-model.md +108 -0
- deviatdd-2.20.0/specs/_product/flows/flows-product.md +36 -0
- deviatdd-2.20.0/specs/_product/flows/flows-streaming.md +37 -0
- deviatdd-2.20.0/specs/_product/flows/index.md +10 -0
- deviatdd-2.20.0/specs/_product/flows.jsonl +4 -0
- deviatdd-2.20.0/specs/_product/guildwright-current-system.md +267 -0
- deviatdd-2.20.0/specs/_product/guildwright-gap-register.md +304 -0
- deviatdd-2.20.0/specs/_product/guildwright-git-state-model.md +269 -0
- deviatdd-2.20.0/specs/_product/guildwright-rewrite.md +31 -0
- deviatdd-2.20.0/specs/_product/guildwright-rust-tui-requirements.md +352 -0
- deviatdd-2.20.0/specs/_product/release-next.md +58 -0
- deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/plan.md +144 -0
- deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/tasks.jsonl +12 -0
- deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/tasks.md +207 -0
- deviatdd-2.20.0/specs/adhoc/015-narrow-product-flow-scope/plan.md +147 -0
- deviatdd-2.20.0/specs/adhoc/015-narrow-product-flow-scope/tasks.md +331 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/008-ast-phase-prioritization.md +3 -2
- deviatdd-2.20.0/specs/adhoc/issues/012-rpc-streaming-tui-renderer.md +244 -0
- deviatdd-2.20.0/specs/adhoc/issues/013-flow-ledger-canonical-source-of-truth.md +223 -0
- deviatdd-2.20.0/specs/adhoc/issues/014-cwe-mapping-security-findings.md +163 -0
- deviatdd-2.20.0/specs/adhoc/issues/015-narrow-product-flow-scope.md +132 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/prd.md +73 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/constitution.md +13 -8
- deviatdd-2.20.0/specs/explore/flow-ledger.md +159 -0
- deviatdd-2.20.0/specs/explore/rpc-streaming-tui.md +196 -0
- deviatdd-2.20.0/specs/explore/rpc-streaming.md +213 -0
- deviatdd-2.20.0/specs/explore/security-hardening-cwe.md +156 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/issues.jsonl +12 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/__init__.py +122 -127
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/_common.py +42 -0
- deviatdd-2.20.0/src/deviate/cli/_html.py +273 -0
- deviatdd-2.20.0/src/deviate/cli/_safe_commands.py +547 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/adhoc.py +34 -9
- deviatdd-2.20.0/src/deviate/cli/flow_commands.py +58 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/init.py +21 -1
- deviatdd-2.20.0/src/deviate/cli/inspect.py +550 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/macro.py +389 -37
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/meso.py +588 -212
- deviatdd-2.20.0/src/deviate/cli/micro.py +5531 -0
- deviatdd-2.20.0/src/deviate/cli/review.py +172 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/_shared.py +7 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/agent.py +298 -49
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/commands.py +64 -8
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/commit.py +28 -4
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/constitution.py +1 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/convention.py +42 -36
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/epic.py +16 -2
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/issues.py +7 -1
- deviatdd-2.20.0/src/deviate/core/run_logger.py +158 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/validation.py +101 -14
- deviatdd-2.20.0/src/deviate/html_templates/__init__.py +1271 -0
- deviatdd-2.20.0/src/deviate/html_templates/architecture.html.tmpl +201 -0
- deviatdd-2.20.0/src/deviate/html_templates/domain-model.html.tmpl +295 -0
- deviatdd-2.20.0/src/deviate/html_templates/flows.html.tmpl +209 -0
- deviatdd-2.20.0/src/deviate/html_templates/plan.html.tmpl +180 -0
- deviatdd-2.20.0/src/deviate/html_templates/prd.html.tmpl +303 -0
- deviatdd-2.20.0/src/deviate/main.py +23 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/assembly.py +41 -25
- deviatdd-2.20.0/src/deviate/prompts/auto/execute.md +84 -0
- deviatdd-2.20.0/src/deviate/prompts/auto/explore.md +199 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/green.md +36 -7
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/judge.md +71 -15
- deviatdd-2.20.0/src/deviate/prompts/auto/plan.md +166 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/prd.md +13 -7
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/red.md +32 -7
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/refactor.md +1 -3
- deviatdd-2.20.0/src/deviate/prompts/auto/research.md +210 -0
- deviatdd-2.20.0/src/deviate/prompts/auto/shard.md +127 -0
- deviatdd-2.20.0/src/deviate/prompts/auto/specify.md +11 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/tasks.md +33 -18
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-adhoc.md +31 -24
- deviatdd-2.20.0/src/deviate/prompts/commands/deviate-architecture.md +303 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-e2e.md +7 -3
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-explore.md +2 -3
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-flows.md +94 -24
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-green.md +16 -18
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-hotfix.md +2 -2
- deviatdd-2.20.0/src/deviate/prompts/commands/deviate-html.md +199 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-judge.md +114 -20
- deviatdd-2.20.0/src/deviate/prompts/commands/deviate-merge.md +417 -0
- deviatdd-2.20.0/src/deviate/prompts/commands/deviate-plan.md +216 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-pr.md +8 -8
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-prd.md +15 -13
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-red.md +19 -5
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-refactor.md +1 -3
- deviatdd-2.20.0/src/deviate/prompts/commands/deviate-release.md +215 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-research.md +13 -4
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-review.md +18 -43
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-shard.md +36 -28
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-tasks.md +36 -27
- deviatdd-2.20.0/src/deviate/prompts/core/core.md +25 -0
- deviatdd-2.20.0/src/deviate/prompts/core/lifecycle-auto.md +7 -0
- deviatdd-2.20.0/src/deviate/prompts/core/lifecycle-manual.md +7 -0
- deviatdd-2.20.0/src/deviate/prompts/core/macro-shared.md +39 -0
- deviatdd-2.20.0/src/deviate/prompts/core/meso-shared.md +48 -0
- deviatdd-2.7.2/src/deviate/prompts/core/micro-auto.md → deviatdd-2.20.0/src/deviate/prompts/core/micro-shared.md +1 -20
- deviatdd-2.20.0/src/deviate/prompts/core/product-shared.md +49 -0
- deviatdd-2.20.0/src/deviate/prompts/core/style-ste.md +69 -0
- deviatdd-2.20.0/src/deviate/prompts/skills/deviatdd/SKILL.md +451 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/state/config.py +95 -6
- deviatdd-2.20.0/src/deviate/state/ledger.py +1025 -0
- deviatdd-2.20.0/tests/conftest.py +119 -0
- deviatdd-2.20.0/tests/core/test_smart_stall.py +123 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_adhoc.py +28 -0
- deviatdd-2.20.0/tests/test_cli/test_flows_sync.py +140 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_help.py +47 -28
- deviatdd-2.20.0/tests/test_cli/test_html.py +511 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_init.py +379 -24
- deviatdd-2.20.0/tests/test_cli/test_inspect.py +984 -0
- deviatdd-2.20.0/tests/test_cli/test_macro_contracts.py +528 -0
- deviatdd-2.20.0/tests/test_cli/test_main_entrypoint.py +63 -0
- deviatdd-2.20.0/tests/test_cli/test_merge.py +1073 -0
- deviatdd-2.20.0/tests/test_cli/test_meso.py +595 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_meso_contracts.py +137 -0
- deviatdd-2.20.0/tests/test_cli/test_micro.py +4676 -0
- deviatdd-2.20.0/tests/test_cli/test_real_descendant_kill.py +171 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_review.py +0 -328
- deviatdd-2.20.0/tests/test_cli/test_safe_commands.py +480 -0
- deviatdd-2.20.0/tests/test_cli/test_test_command_resolution.py +189 -0
- deviatdd-2.20.0/tests/test_cli/test_timeout_safe_command.py +476 -0
- deviatdd-2.20.0/tests/test_cli/test_top_level_run.py +238 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_agent.py +277 -4
- deviatdd-2.20.0/tests/test_core/test_commands.py +631 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_commit.py +71 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_convention.py +91 -79
- deviatdd-2.20.0/tests/test_core/test_epic.py +44 -0
- deviatdd-2.20.0/tests/test_core/test_flow_confirmation.py +637 -0
- deviatdd-2.20.0/tests/test_core/test_run_logger.py +81 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_validation.py +241 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_init_export_cycle.py +5 -6
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_full_cycle.py +8 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_layer.py +125 -13
- deviatdd-2.20.0/tests/test_macro/test_explore.py +308 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_prd.py +50 -0
- deviatdd-2.20.0/tests/test_macro/test_research.py +383 -0
- deviatdd-2.20.0/tests/test_meso/test_auto_prompt_templates.py +427 -0
- deviatdd-2.20.0/tests/test_meso/test_meso_orchestration.py +1035 -0
- deviatdd-2.20.0/tests/test_meso/test_meso_resume.py +187 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_plan_structure_injection.py +84 -129
- deviatdd-2.20.0/tests/test_meso/test_specify.py +323 -0
- deviatdd-2.20.0/tests/test_micro/test_commit_failure.py +652 -0
- deviatdd-2.20.0/tests/test_micro/test_e2e.py +293 -0
- deviatdd-2.20.0/tests/test_micro/test_green.py +500 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_judge.py +663 -78
- deviatdd-2.20.0/tests/test_micro/test_orchestration.py +2045 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_output_filter.py +21 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_refactor.py +30 -112
- deviatdd-2.20.0/tests/test_micro/test_rollback_safety.py +625 -0
- deviatdd-2.20.0/tests/test_micro/test_run.py +781 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_config.py +16 -1
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_ledger.py +113 -0
- deviatdd-2.20.0/tests/test_state/test_security_profile.py +64 -0
- deviatdd-2.20.0/uv.lock +2136 -0
- deviatdd-2.7.2/CHANGELOG.md +0 -508
- deviatdd-2.7.2/deviatdd.png +0 -0
- deviatdd-2.7.2/specs/DeviaTDD-api.md +0 -994
- deviatdd-2.7.2/specs/DeviaTDD-architecture.md +0 -735
- deviatdd-2.7.2/specs/_product/flows/flows-product.md +0 -96
- deviatdd-2.7.2/specs/_product/flows/index.md +0 -7
- deviatdd-2.7.2/src/deviate/cli/inspect.py +0 -208
- deviatdd-2.7.2/src/deviate/cli/micro.py +0 -3377
- deviatdd-2.7.2/src/deviate/cli/review.py +0 -441
- deviatdd-2.7.2/src/deviate/core/run_logger.py +0 -50
- deviatdd-2.7.2/src/deviate/core/treesitter/__init__.py +0 -31
- deviatdd-2.7.2/src/deviate/core/treesitter/analysis.py +0 -457
- deviatdd-2.7.2/src/deviate/core/treesitter/models.py +0 -35
- deviatdd-2.7.2/src/deviate/core/treesitter/parser.py +0 -184
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/bash.scm +0 -7
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/c_sharp.scm +0 -11
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/cpp.scm +0 -9
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/css.scm +0 -4
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/dockerfile.scm +0 -8
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/elixir.scm +0 -6
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/go.scm +0 -9
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/hcl.scm +0 -3
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/html.scm +0 -3
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/javascript.scm +0 -12
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/json.scm +0 -4
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/kotlin.scm +0 -8
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/markdown.scm +0 -4
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/python.scm +0 -10
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/rust.scm +0 -12
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/sql.scm +0 -7
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/swift.scm +0 -10
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/toml.scm +0 -3
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/tsx.scm +0 -14
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/typescript.scm +0 -14
- deviatdd-2.7.2/src/deviate/core/treesitter/queries/yaml.scm +0 -4
- deviatdd-2.7.2/src/deviate/main.py +0 -4
- deviatdd-2.7.2/src/deviate/prompts/auto/execute.md +0 -62
- deviatdd-2.7.2/src/deviate/prompts/auto/explore.md +0 -103
- deviatdd-2.7.2/src/deviate/prompts/auto/plan.md +0 -127
- deviatdd-2.7.2/src/deviate/prompts/auto/research.md +0 -111
- deviatdd-2.7.2/src/deviate/prompts/auto/shard.md +0 -90
- deviatdd-2.7.2/src/deviate/prompts/auto/specify.md +0 -77
- deviatdd-2.7.2/src/deviate/prompts/commands/deviate-architecture.md +0 -143
- deviatdd-2.7.2/src/deviate/prompts/commands/deviate-merge.md +0 -221
- deviatdd-2.7.2/src/deviate/prompts/commands/deviate-plan.md +0 -158
- deviatdd-2.7.2/src/deviate/prompts/commands/deviate-release.md +0 -123
- deviatdd-2.7.2/src/deviate/prompts/core/core.md +0 -21
- deviatdd-2.7.2/src/deviate/prompts/core/macro-auto.md +0 -59
- deviatdd-2.7.2/src/deviate/prompts/core/macro-command.md +0 -54
- deviatdd-2.7.2/src/deviate/prompts/core/macro-skill.md +0 -54
- deviatdd-2.7.2/src/deviate/prompts/core/meso-auto.md +0 -63
- deviatdd-2.7.2/src/deviate/prompts/core/meso-command.md +0 -58
- deviatdd-2.7.2/src/deviate/prompts/core/meso-skill.md +0 -58
- deviatdd-2.7.2/src/deviate/prompts/core/micro-command.md +0 -67
- deviatdd-2.7.2/src/deviate/prompts/core/micro-skill.md +0 -67
- deviatdd-2.7.2/src/deviate/state/ledger.py +0 -407
- deviatdd-2.7.2/tests/conftest.py +0 -47
- deviatdd-2.7.2/tests/core/test_treesitter.py +0 -675
- deviatdd-2.7.2/tests/test_cli/test_inspect.py +0 -370
- deviatdd-2.7.2/tests/test_cli/test_macro_contracts.py +0 -271
- deviatdd-2.7.2/tests/test_cli/test_meso.py +0 -63
- deviatdd-2.7.2/tests/test_cli/test_micro.py +0 -1825
- deviatdd-2.7.2/tests/test_cli/test_top_level_run.py +0 -276
- deviatdd-2.7.2/tests/test_core/test_commands.py +0 -218
- deviatdd-2.7.2/tests/test_core/test_epic.py +0 -15
- deviatdd-2.7.2/tests/test_macro/test_explore.py +0 -73
- deviatdd-2.7.2/tests/test_macro/test_research.py +0 -66
- deviatdd-2.7.2/tests/test_meso/test_auto_prompt_templates.py +0 -176
- deviatdd-2.7.2/tests/test_meso/test_meso_orchestration.py +0 -555
- deviatdd-2.7.2/tests/test_meso/test_specify.py +0 -31
- deviatdd-2.7.2/tests/test_micro/test_e2e.py +0 -130
- deviatdd-2.7.2/tests/test_micro/test_green.py +0 -130
- deviatdd-2.7.2/tests/test_micro/test_orchestration.py +0 -589
- deviatdd-2.7.2/tests/test_micro/test_run.py +0 -415
- deviatdd-2.7.2/uv.lock +0 -776
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/.gitignore +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/config.toml +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/evaluations/deviate-flows-skill-2026-06-26.json +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.env.example +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.githooks/pre-commit +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.githooks/pre-push +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/ISSUE_TEMPLATE/feature.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/workflows/ci.yml +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.opencode/.gitignore +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/.opencode/opencode.json +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/AGENTS.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/CODE_OF_CONDUCT.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/LICENSE +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/SECURITY.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat/001-deviate-cli-python/008-meso-macro-automated-orchestration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat/adhoc/006-context-cli-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-001-cli-initialization-governance-provisioning-pr-11.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-003-meso-layer-specification-task-decomposition.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-004-micro-layer-tdd-sandbox-execution.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-005-cli-architecture-realignment-skill-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-007-macro-meso-parity-backward-compatibility.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-001-foundation-cli-infrastructure.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-003-fast-path-commands.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-004-governance-inspection.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-adhoc-001-streaming-pipeline-monitor.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-adhoc-008-ast-phase-prioritization.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat_002-deviatdd-gap-analysis_001-foundation-cli-infrastructure.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t001.json +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t002.json +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t004.json +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/002-macro-layer-state-ledger-management/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/002-macro-layer-state-ledger-management/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/003-meso-layer-specification-task-decomposition/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/003-meso-layer-specification-task-decomposition/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/005-cli-architecture-realignment-skill-integration/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/005-cli-architecture-realignment-skill-integration/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/007-macro-meso-parity-backward-compatibility/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/007-macro-meso-parity-backward-compatibility/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/data-model.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/design.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/explore.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/001-cli-initialization-governance-provisioning.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/002-macro-layer-state-ledger-management.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/003-meso-layer-specification-task-decomposition.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/004-micro-layer-tdd-sandbox-execution.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/005-cli-architecture-realignment-skill-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/006-state-persistence-concurrency-safety.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/007-macro-meso-parity-backward-compatibility.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/008-meso-macro-automated-orchestration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/prd.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/data-model.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/design.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/explore.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/001-foundation-cli-infrastructure.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/002-context-pipeline.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/003-fast-path-commands.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/004-governance-inspection.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/005-micro-layer-integrity.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/plan-tdd-integration-gap.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/prd.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/003-graphite-cli-integration/explore.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/spec.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/plan.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/tasks.jsonl +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/tasks.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/001-streaming-pipeline-monitor.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/002-aider-agent-backend-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/003-meso-layer-restructuring.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/004-deviate-review-skill.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/005-per-phase-model-configuration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/006-context-cli-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/007-graphite-cli.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/009-pi-agent-backend-integration.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/010-deviate-setup-product-layer.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/ast-tree-sitter.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/graphite-cli.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/pi-agent-backend.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/product-layer.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/implementation-gap.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/constitution.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/feature.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/walkthrough.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/cache_discipline.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/complexity.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/contract.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/prd.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/profile.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/repo.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/tasks_ledger.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/worktree.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-constitution.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-execute.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-init.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-prune.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-triage.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-walkthrough.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/constitution_seed.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/extras/deviate-pr-graphite-routing.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/agents_seed.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/claudemd_seed.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/graphite_seed.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/libref_seed.md +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/state/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/monitor.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/pipeline.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/render.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/visual/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/core/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/core/test_agent.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/e2e/test_macro_workflow.bats +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_common.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_constitution.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_feature.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_cache_discipline.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_complexity.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_constitution.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_contract.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_issues.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_ledger.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_prd.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_profile.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_repo.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_tasks_ledger.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_worktree.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_init.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/conftest.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_command_installation.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_orchestration.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_layer.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_orchestration.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_task_ledger.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_parity.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_skill_installation.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_macro_model_routing.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_macro_orchestration.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_shard.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_meso_model_routing.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_prompt_assembly.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_tasks.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/conftest.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_execute.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_hotfix.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_red.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_task_label.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_session.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/__init__.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_monitor.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_pipeline.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_render.py +0 -0
- {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_visual_demo/test_tsk_001_01.py +0 -0
|
@@ -19,12 +19,8 @@ node_modules/
|
|
|
19
19
|
.deviate/logs/
|
|
20
20
|
.deviate/review/
|
|
21
21
|
*/commands/deviate-*.md
|
|
22
|
-
|
|
23
22
|
*/prompts/deviate-*.md
|
|
24
23
|
|
|
25
|
-
# Allow OMP slash commands — installed to .omp/prompts/ by deviate setup
|
|
26
|
-
!/.omp/prompts/deviate-*.md
|
|
27
|
-
|
|
28
24
|
# Internal launch prep notes
|
|
29
25
|
.launch/
|
|
30
26
|
|
|
@@ -36,3 +32,5 @@ node_modules/
|
|
|
36
32
|
.env
|
|
37
33
|
.env.*
|
|
38
34
|
!.env.example
|
|
35
|
+
|
|
36
|
+
*/skills/deviatdd/
|
deviatdd-2.20.0/.worktrees/feat/005-acceptance-gates/002-task-acceptance-traceability/.env.example
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# PyPI API token for `mise run publish`.
|
|
2
|
+
#
|
|
3
|
+
# Generate at https://pypi.org/manage/account/token/
|
|
4
|
+
# - Scope the token to the `deviatdd` project only (not account-wide)
|
|
5
|
+
# - Copy this file to `.env` and paste your real token
|
|
6
|
+
# - `.env` is gitignored; never commit secrets
|
|
7
|
+
|
|
8
|
+
PYPI_API_TOKEN=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# PyPI API token for `mise run publish`.
|
|
2
|
+
#
|
|
3
|
+
# Generate at https://pypi.org/manage/account/token/
|
|
4
|
+
# - Scope the token to the `deviatdd` project only (not account-wide)
|
|
5
|
+
# - Copy this file to `.env` and paste your real token
|
|
6
|
+
# - `.env` is gitignored; never commit secrets
|
|
7
|
+
|
|
8
|
+
PYPI_API_TOKEN=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# PyPI API token for `mise run publish`.
|
|
2
|
+
#
|
|
3
|
+
# Generate at https://pypi.org/manage/account/token/
|
|
4
|
+
# - Scope the token to the `deviatdd` project only (not account-wide)
|
|
5
|
+
# - Copy this file to `.env` and paste your real token
|
|
6
|
+
# - `.env` is gitignored; never commit secrets
|
|
7
|
+
|
|
8
|
+
PYPI_API_TOKEN=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# PyPI API token for `mise run publish`.
|
|
2
|
+
#
|
|
3
|
+
# Generate at https://pypi.org/manage/account/token/
|
|
4
|
+
# - Scope the token to the `deviatdd` project only (not account-wide)
|
|
5
|
+
# - Copy this file to `.env` and paste your real token
|
|
6
|
+
# - `.env` is gitignored; never commit secrets
|
|
7
|
+
|
|
8
|
+
PYPI_API_TOKEN=
|