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.
Files changed (468) hide show
  1. {deviatdd-2.7.2 → deviatdd-2.20.0}/.gitattributes +2 -0
  2. {deviatdd-2.7.2 → deviatdd-2.20.0}/.gitignore +2 -4
  3. deviatdd-2.20.0/.worktrees/feat/005-acceptance-gates/002-task-acceptance-traceability/.env.example +8 -0
  4. deviatdd-2.20.0/.worktrees/feat/adhoc/012-rpc-streaming-tui-renderer/.env.example +8 -0
  5. deviatdd-2.20.0/.worktrees/feat/adhoc/014-cwe-mapping-security-findings/.env.example +8 -0
  6. deviatdd-2.20.0/.worktrees/work/.env.example +8 -0
  7. deviatdd-2.20.0/CHANGELOG.md +833 -0
  8. {deviatdd-2.7.2 → deviatdd-2.20.0}/CLAUDE.md +5 -4
  9. {deviatdd-2.7.2 → deviatdd-2.20.0}/CONTRIBUTING.md +8 -4
  10. {deviatdd-2.7.2 → deviatdd-2.20.0}/PKG-INFO +45 -46
  11. {deviatdd-2.7.2 → deviatdd-2.20.0}/README.md +43 -23
  12. deviatdd-2.20.0/deviatdd.png +0 -0
  13. {deviatdd-2.7.2 → deviatdd-2.20.0}/mise.toml +8 -4
  14. {deviatdd-2.7.2 → deviatdd-2.20.0}/pyproject.toml +6 -23
  15. deviatdd-2.20.0/scripts/benchmark_lmstudio.py +1683 -0
  16. deviatdd-2.20.0/scripts/verify_install.py +29 -0
  17. deviatdd-2.20.0/specs/004-per-task-security-profile/issues/001-security-profile-and-judge-checks.md +147 -0
  18. deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/plan.md +157 -0
  19. deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/tasks.jsonl +9 -0
  20. deviatdd-2.20.0/specs/005-acceptance-gates/001-verification-mode-metadata/tasks.md +107 -0
  21. deviatdd-2.20.0/specs/005-acceptance-gates/data-model.md +204 -0
  22. deviatdd-2.20.0/specs/005-acceptance-gates/design.md +119 -0
  23. deviatdd-2.20.0/specs/005-acceptance-gates/explore.md +116 -0
  24. deviatdd-2.20.0/specs/005-acceptance-gates/issues/001-verification-mode-metadata.md +114 -0
  25. deviatdd-2.20.0/specs/005-acceptance-gates/issues/002-task-acceptance-traceability.md +122 -0
  26. deviatdd-2.20.0/specs/005-acceptance-gates/issues/003-micro-phase-gates-red-green.md +136 -0
  27. deviatdd-2.20.0/specs/005-acceptance-gates/issues/004-refactor-regression-gate.md +114 -0
  28. deviatdd-2.20.0/specs/005-acceptance-gates/issues/005-prompt-spec-alignment.md +111 -0
  29. deviatdd-2.20.0/specs/005-acceptance-gates/prd.md +230 -0
  30. deviatdd-2.20.0/specs/DeviaTDD-api.md +1445 -0
  31. deviatdd-2.20.0/specs/DeviaTDD-architecture.md +983 -0
  32. deviatdd-2.20.0/specs/_product/architecture.md +121 -0
  33. deviatdd-2.20.0/specs/_product/domain-model.md +108 -0
  34. deviatdd-2.20.0/specs/_product/flows/flows-product.md +36 -0
  35. deviatdd-2.20.0/specs/_product/flows/flows-streaming.md +37 -0
  36. deviatdd-2.20.0/specs/_product/flows/index.md +10 -0
  37. deviatdd-2.20.0/specs/_product/flows.jsonl +4 -0
  38. deviatdd-2.20.0/specs/_product/guildwright-current-system.md +267 -0
  39. deviatdd-2.20.0/specs/_product/guildwright-gap-register.md +304 -0
  40. deviatdd-2.20.0/specs/_product/guildwright-git-state-model.md +269 -0
  41. deviatdd-2.20.0/specs/_product/guildwright-rewrite.md +31 -0
  42. deviatdd-2.20.0/specs/_product/guildwright-rust-tui-requirements.md +352 -0
  43. deviatdd-2.20.0/specs/_product/release-next.md +58 -0
  44. deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/plan.md +144 -0
  45. deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/tasks.jsonl +12 -0
  46. deviatdd-2.20.0/specs/adhoc/013-flow-ledger-canonical-source-of-truth/tasks.md +207 -0
  47. deviatdd-2.20.0/specs/adhoc/015-narrow-product-flow-scope/plan.md +147 -0
  48. deviatdd-2.20.0/specs/adhoc/015-narrow-product-flow-scope/tasks.md +331 -0
  49. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/008-ast-phase-prioritization.md +3 -2
  50. deviatdd-2.20.0/specs/adhoc/issues/012-rpc-streaming-tui-renderer.md +244 -0
  51. deviatdd-2.20.0/specs/adhoc/issues/013-flow-ledger-canonical-source-of-truth.md +223 -0
  52. deviatdd-2.20.0/specs/adhoc/issues/014-cwe-mapping-security-findings.md +163 -0
  53. deviatdd-2.20.0/specs/adhoc/issues/015-narrow-product-flow-scope.md +132 -0
  54. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/prd.md +73 -0
  55. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/constitution.md +13 -8
  56. deviatdd-2.20.0/specs/explore/flow-ledger.md +159 -0
  57. deviatdd-2.20.0/specs/explore/rpc-streaming-tui.md +196 -0
  58. deviatdd-2.20.0/specs/explore/rpc-streaming.md +213 -0
  59. deviatdd-2.20.0/specs/explore/security-hardening-cwe.md +156 -0
  60. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/issues.jsonl +12 -0
  61. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/__init__.py +122 -127
  62. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/_common.py +42 -0
  63. deviatdd-2.20.0/src/deviate/cli/_html.py +273 -0
  64. deviatdd-2.20.0/src/deviate/cli/_safe_commands.py +547 -0
  65. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/adhoc.py +34 -9
  66. deviatdd-2.20.0/src/deviate/cli/flow_commands.py +58 -0
  67. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/init.py +21 -1
  68. deviatdd-2.20.0/src/deviate/cli/inspect.py +550 -0
  69. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/macro.py +389 -37
  70. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/meso.py +588 -212
  71. deviatdd-2.20.0/src/deviate/cli/micro.py +5531 -0
  72. deviatdd-2.20.0/src/deviate/cli/review.py +172 -0
  73. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/_shared.py +7 -0
  74. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/agent.py +298 -49
  75. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/commands.py +64 -8
  76. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/commit.py +28 -4
  77. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/constitution.py +1 -0
  78. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/convention.py +42 -36
  79. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/epic.py +16 -2
  80. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/issues.py +7 -1
  81. deviatdd-2.20.0/src/deviate/core/run_logger.py +158 -0
  82. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/validation.py +101 -14
  83. deviatdd-2.20.0/src/deviate/html_templates/__init__.py +1271 -0
  84. deviatdd-2.20.0/src/deviate/html_templates/architecture.html.tmpl +201 -0
  85. deviatdd-2.20.0/src/deviate/html_templates/domain-model.html.tmpl +295 -0
  86. deviatdd-2.20.0/src/deviate/html_templates/flows.html.tmpl +209 -0
  87. deviatdd-2.20.0/src/deviate/html_templates/plan.html.tmpl +180 -0
  88. deviatdd-2.20.0/src/deviate/html_templates/prd.html.tmpl +303 -0
  89. deviatdd-2.20.0/src/deviate/main.py +23 -0
  90. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/assembly.py +41 -25
  91. deviatdd-2.20.0/src/deviate/prompts/auto/execute.md +84 -0
  92. deviatdd-2.20.0/src/deviate/prompts/auto/explore.md +199 -0
  93. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/green.md +36 -7
  94. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/judge.md +71 -15
  95. deviatdd-2.20.0/src/deviate/prompts/auto/plan.md +166 -0
  96. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/prd.md +13 -7
  97. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/red.md +32 -7
  98. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/refactor.md +1 -3
  99. deviatdd-2.20.0/src/deviate/prompts/auto/research.md +210 -0
  100. deviatdd-2.20.0/src/deviate/prompts/auto/shard.md +127 -0
  101. deviatdd-2.20.0/src/deviate/prompts/auto/specify.md +11 -0
  102. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/tasks.md +33 -18
  103. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-adhoc.md +31 -24
  104. deviatdd-2.20.0/src/deviate/prompts/commands/deviate-architecture.md +303 -0
  105. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-e2e.md +7 -3
  106. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-explore.md +2 -3
  107. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-flows.md +94 -24
  108. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-green.md +16 -18
  109. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-hotfix.md +2 -2
  110. deviatdd-2.20.0/src/deviate/prompts/commands/deviate-html.md +199 -0
  111. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-judge.md +114 -20
  112. deviatdd-2.20.0/src/deviate/prompts/commands/deviate-merge.md +417 -0
  113. deviatdd-2.20.0/src/deviate/prompts/commands/deviate-plan.md +216 -0
  114. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-pr.md +8 -8
  115. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-prd.md +15 -13
  116. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-red.md +19 -5
  117. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-refactor.md +1 -3
  118. deviatdd-2.20.0/src/deviate/prompts/commands/deviate-release.md +215 -0
  119. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-research.md +13 -4
  120. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-review.md +18 -43
  121. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-shard.md +36 -28
  122. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-tasks.md +36 -27
  123. deviatdd-2.20.0/src/deviate/prompts/core/core.md +25 -0
  124. deviatdd-2.20.0/src/deviate/prompts/core/lifecycle-auto.md +7 -0
  125. deviatdd-2.20.0/src/deviate/prompts/core/lifecycle-manual.md +7 -0
  126. deviatdd-2.20.0/src/deviate/prompts/core/macro-shared.md +39 -0
  127. deviatdd-2.20.0/src/deviate/prompts/core/meso-shared.md +48 -0
  128. deviatdd-2.7.2/src/deviate/prompts/core/micro-auto.md → deviatdd-2.20.0/src/deviate/prompts/core/micro-shared.md +1 -20
  129. deviatdd-2.20.0/src/deviate/prompts/core/product-shared.md +49 -0
  130. deviatdd-2.20.0/src/deviate/prompts/core/style-ste.md +69 -0
  131. deviatdd-2.20.0/src/deviate/prompts/skills/deviatdd/SKILL.md +451 -0
  132. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/state/config.py +95 -6
  133. deviatdd-2.20.0/src/deviate/state/ledger.py +1025 -0
  134. deviatdd-2.20.0/tests/conftest.py +119 -0
  135. deviatdd-2.20.0/tests/core/test_smart_stall.py +123 -0
  136. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_adhoc.py +28 -0
  137. deviatdd-2.20.0/tests/test_cli/test_flows_sync.py +140 -0
  138. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_help.py +47 -28
  139. deviatdd-2.20.0/tests/test_cli/test_html.py +511 -0
  140. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_init.py +379 -24
  141. deviatdd-2.20.0/tests/test_cli/test_inspect.py +984 -0
  142. deviatdd-2.20.0/tests/test_cli/test_macro_contracts.py +528 -0
  143. deviatdd-2.20.0/tests/test_cli/test_main_entrypoint.py +63 -0
  144. deviatdd-2.20.0/tests/test_cli/test_merge.py +1073 -0
  145. deviatdd-2.20.0/tests/test_cli/test_meso.py +595 -0
  146. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_meso_contracts.py +137 -0
  147. deviatdd-2.20.0/tests/test_cli/test_micro.py +4676 -0
  148. deviatdd-2.20.0/tests/test_cli/test_real_descendant_kill.py +171 -0
  149. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_review.py +0 -328
  150. deviatdd-2.20.0/tests/test_cli/test_safe_commands.py +480 -0
  151. deviatdd-2.20.0/tests/test_cli/test_test_command_resolution.py +189 -0
  152. deviatdd-2.20.0/tests/test_cli/test_timeout_safe_command.py +476 -0
  153. deviatdd-2.20.0/tests/test_cli/test_top_level_run.py +238 -0
  154. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_agent.py +277 -4
  155. deviatdd-2.20.0/tests/test_core/test_commands.py +631 -0
  156. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_commit.py +71 -0
  157. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_convention.py +91 -79
  158. deviatdd-2.20.0/tests/test_core/test_epic.py +44 -0
  159. deviatdd-2.20.0/tests/test_core/test_flow_confirmation.py +637 -0
  160. deviatdd-2.20.0/tests/test_core/test_run_logger.py +81 -0
  161. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_validation.py +241 -0
  162. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_init_export_cycle.py +5 -6
  163. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_full_cycle.py +8 -0
  164. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_layer.py +125 -13
  165. deviatdd-2.20.0/tests/test_macro/test_explore.py +308 -0
  166. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_prd.py +50 -0
  167. deviatdd-2.20.0/tests/test_macro/test_research.py +383 -0
  168. deviatdd-2.20.0/tests/test_meso/test_auto_prompt_templates.py +427 -0
  169. deviatdd-2.20.0/tests/test_meso/test_meso_orchestration.py +1035 -0
  170. deviatdd-2.20.0/tests/test_meso/test_meso_resume.py +187 -0
  171. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_plan_structure_injection.py +84 -129
  172. deviatdd-2.20.0/tests/test_meso/test_specify.py +323 -0
  173. deviatdd-2.20.0/tests/test_micro/test_commit_failure.py +652 -0
  174. deviatdd-2.20.0/tests/test_micro/test_e2e.py +293 -0
  175. deviatdd-2.20.0/tests/test_micro/test_green.py +500 -0
  176. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_judge.py +663 -78
  177. deviatdd-2.20.0/tests/test_micro/test_orchestration.py +2045 -0
  178. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_output_filter.py +21 -0
  179. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_refactor.py +30 -112
  180. deviatdd-2.20.0/tests/test_micro/test_rollback_safety.py +625 -0
  181. deviatdd-2.20.0/tests/test_micro/test_run.py +781 -0
  182. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_config.py +16 -1
  183. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_ledger.py +113 -0
  184. deviatdd-2.20.0/tests/test_state/test_security_profile.py +64 -0
  185. deviatdd-2.20.0/uv.lock +2136 -0
  186. deviatdd-2.7.2/CHANGELOG.md +0 -508
  187. deviatdd-2.7.2/deviatdd.png +0 -0
  188. deviatdd-2.7.2/specs/DeviaTDD-api.md +0 -994
  189. deviatdd-2.7.2/specs/DeviaTDD-architecture.md +0 -735
  190. deviatdd-2.7.2/specs/_product/flows/flows-product.md +0 -96
  191. deviatdd-2.7.2/specs/_product/flows/index.md +0 -7
  192. deviatdd-2.7.2/src/deviate/cli/inspect.py +0 -208
  193. deviatdd-2.7.2/src/deviate/cli/micro.py +0 -3377
  194. deviatdd-2.7.2/src/deviate/cli/review.py +0 -441
  195. deviatdd-2.7.2/src/deviate/core/run_logger.py +0 -50
  196. deviatdd-2.7.2/src/deviate/core/treesitter/__init__.py +0 -31
  197. deviatdd-2.7.2/src/deviate/core/treesitter/analysis.py +0 -457
  198. deviatdd-2.7.2/src/deviate/core/treesitter/models.py +0 -35
  199. deviatdd-2.7.2/src/deviate/core/treesitter/parser.py +0 -184
  200. deviatdd-2.7.2/src/deviate/core/treesitter/queries/bash.scm +0 -7
  201. deviatdd-2.7.2/src/deviate/core/treesitter/queries/c_sharp.scm +0 -11
  202. deviatdd-2.7.2/src/deviate/core/treesitter/queries/cpp.scm +0 -9
  203. deviatdd-2.7.2/src/deviate/core/treesitter/queries/css.scm +0 -4
  204. deviatdd-2.7.2/src/deviate/core/treesitter/queries/dockerfile.scm +0 -8
  205. deviatdd-2.7.2/src/deviate/core/treesitter/queries/elixir.scm +0 -6
  206. deviatdd-2.7.2/src/deviate/core/treesitter/queries/go.scm +0 -9
  207. deviatdd-2.7.2/src/deviate/core/treesitter/queries/hcl.scm +0 -3
  208. deviatdd-2.7.2/src/deviate/core/treesitter/queries/html.scm +0 -3
  209. deviatdd-2.7.2/src/deviate/core/treesitter/queries/javascript.scm +0 -12
  210. deviatdd-2.7.2/src/deviate/core/treesitter/queries/json.scm +0 -4
  211. deviatdd-2.7.2/src/deviate/core/treesitter/queries/kotlin.scm +0 -8
  212. deviatdd-2.7.2/src/deviate/core/treesitter/queries/markdown.scm +0 -4
  213. deviatdd-2.7.2/src/deviate/core/treesitter/queries/python.scm +0 -10
  214. deviatdd-2.7.2/src/deviate/core/treesitter/queries/rust.scm +0 -12
  215. deviatdd-2.7.2/src/deviate/core/treesitter/queries/sql.scm +0 -7
  216. deviatdd-2.7.2/src/deviate/core/treesitter/queries/swift.scm +0 -10
  217. deviatdd-2.7.2/src/deviate/core/treesitter/queries/toml.scm +0 -3
  218. deviatdd-2.7.2/src/deviate/core/treesitter/queries/tsx.scm +0 -14
  219. deviatdd-2.7.2/src/deviate/core/treesitter/queries/typescript.scm +0 -14
  220. deviatdd-2.7.2/src/deviate/core/treesitter/queries/yaml.scm +0 -4
  221. deviatdd-2.7.2/src/deviate/main.py +0 -4
  222. deviatdd-2.7.2/src/deviate/prompts/auto/execute.md +0 -62
  223. deviatdd-2.7.2/src/deviate/prompts/auto/explore.md +0 -103
  224. deviatdd-2.7.2/src/deviate/prompts/auto/plan.md +0 -127
  225. deviatdd-2.7.2/src/deviate/prompts/auto/research.md +0 -111
  226. deviatdd-2.7.2/src/deviate/prompts/auto/shard.md +0 -90
  227. deviatdd-2.7.2/src/deviate/prompts/auto/specify.md +0 -77
  228. deviatdd-2.7.2/src/deviate/prompts/commands/deviate-architecture.md +0 -143
  229. deviatdd-2.7.2/src/deviate/prompts/commands/deviate-merge.md +0 -221
  230. deviatdd-2.7.2/src/deviate/prompts/commands/deviate-plan.md +0 -158
  231. deviatdd-2.7.2/src/deviate/prompts/commands/deviate-release.md +0 -123
  232. deviatdd-2.7.2/src/deviate/prompts/core/core.md +0 -21
  233. deviatdd-2.7.2/src/deviate/prompts/core/macro-auto.md +0 -59
  234. deviatdd-2.7.2/src/deviate/prompts/core/macro-command.md +0 -54
  235. deviatdd-2.7.2/src/deviate/prompts/core/macro-skill.md +0 -54
  236. deviatdd-2.7.2/src/deviate/prompts/core/meso-auto.md +0 -63
  237. deviatdd-2.7.2/src/deviate/prompts/core/meso-command.md +0 -58
  238. deviatdd-2.7.2/src/deviate/prompts/core/meso-skill.md +0 -58
  239. deviatdd-2.7.2/src/deviate/prompts/core/micro-command.md +0 -67
  240. deviatdd-2.7.2/src/deviate/prompts/core/micro-skill.md +0 -67
  241. deviatdd-2.7.2/src/deviate/state/ledger.py +0 -407
  242. deviatdd-2.7.2/tests/conftest.py +0 -47
  243. deviatdd-2.7.2/tests/core/test_treesitter.py +0 -675
  244. deviatdd-2.7.2/tests/test_cli/test_inspect.py +0 -370
  245. deviatdd-2.7.2/tests/test_cli/test_macro_contracts.py +0 -271
  246. deviatdd-2.7.2/tests/test_cli/test_meso.py +0 -63
  247. deviatdd-2.7.2/tests/test_cli/test_micro.py +0 -1825
  248. deviatdd-2.7.2/tests/test_cli/test_top_level_run.py +0 -276
  249. deviatdd-2.7.2/tests/test_core/test_commands.py +0 -218
  250. deviatdd-2.7.2/tests/test_core/test_epic.py +0 -15
  251. deviatdd-2.7.2/tests/test_macro/test_explore.py +0 -73
  252. deviatdd-2.7.2/tests/test_macro/test_research.py +0 -66
  253. deviatdd-2.7.2/tests/test_meso/test_auto_prompt_templates.py +0 -176
  254. deviatdd-2.7.2/tests/test_meso/test_meso_orchestration.py +0 -555
  255. deviatdd-2.7.2/tests/test_meso/test_specify.py +0 -31
  256. deviatdd-2.7.2/tests/test_micro/test_e2e.py +0 -130
  257. deviatdd-2.7.2/tests/test_micro/test_green.py +0 -130
  258. deviatdd-2.7.2/tests/test_micro/test_orchestration.py +0 -589
  259. deviatdd-2.7.2/tests/test_micro/test_run.py +0 -415
  260. deviatdd-2.7.2/uv.lock +0 -776
  261. {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/.gitignore +0 -0
  262. {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/config.toml +0 -0
  263. {deviatdd-2.7.2 → deviatdd-2.20.0}/.deviate/evaluations/deviate-flows-skill-2026-06-26.json +0 -0
  264. {deviatdd-2.7.2 → deviatdd-2.20.0}/.env.example +0 -0
  265. {deviatdd-2.7.2 → deviatdd-2.20.0}/.githooks/pre-commit +0 -0
  266. {deviatdd-2.7.2 → deviatdd-2.20.0}/.githooks/pre-push +0 -0
  267. {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/ISSUE_TEMPLATE/bug.md +0 -0
  268. {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/ISSUE_TEMPLATE/feature.md +0 -0
  269. {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  270. {deviatdd-2.7.2 → deviatdd-2.20.0}/.github/workflows/ci.yml +0 -0
  271. {deviatdd-2.7.2 → deviatdd-2.20.0}/.opencode/.gitignore +0 -0
  272. {deviatdd-2.7.2 → deviatdd-2.20.0}/.opencode/opencode.json +0 -0
  273. {deviatdd-2.7.2 → deviatdd-2.20.0}/AGENTS.md +0 -0
  274. {deviatdd-2.7.2 → deviatdd-2.20.0}/CODE_OF_CONDUCT.md +0 -0
  275. {deviatdd-2.7.2 → deviatdd-2.20.0}/LICENSE +0 -0
  276. {deviatdd-2.7.2 → deviatdd-2.20.0}/SECURITY.md +0 -0
  277. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat/001-deviate-cli-python/008-meso-macro-automated-orchestration.md +0 -0
  278. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat/adhoc/006-context-cli-integration.md +0 -0
  279. {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
  280. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-003-meso-layer-specification-task-decomposition.md +0 -0
  281. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-004-micro-layer-tdd-sandbox-execution.md +0 -0
  282. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-005-cli-architecture-realignment-skill-integration.md +0 -0
  283. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-001-deviate-cli-python-007-macro-meso-parity-backward-compatibility.md +0 -0
  284. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-001-foundation-cli-infrastructure.md +0 -0
  285. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-003-fast-path-commands.md +0 -0
  286. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-002-deviatdd-gap-analysis-004-governance-inspection.md +0 -0
  287. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-adhoc-001-streaming-pipeline-monitor.md +0 -0
  288. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat-adhoc-008-ast-phase-prioritization.md +0 -0
  289. {deviatdd-2.7.2 → deviatdd-2.20.0}/pr_descriptions/feat_002-deviatdd-gap-analysis_001-foundation-cli-infrastructure.md +0 -0
  290. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t001.json +0 -0
  291. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t002.json +0 -0
  292. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/manifest-t004.json +0 -0
  293. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/spec.md +0 -0
  294. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/001-cli-initialization-governance-provisioning/tasks.md +0 -0
  295. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/002-macro-layer-state-ledger-management/spec.md +0 -0
  296. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/002-macro-layer-state-ledger-management/tasks.md +0 -0
  297. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/003-meso-layer-specification-task-decomposition/spec.md +0 -0
  298. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/003-meso-layer-specification-task-decomposition/tasks.md +0 -0
  299. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/spec.md +0 -0
  300. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/tasks.jsonl +0 -0
  301. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/004-micro-layer-tdd-sandbox-execution/tasks.md +0 -0
  302. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/005-cli-architecture-realignment-skill-integration/spec.md +0 -0
  303. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/005-cli-architecture-realignment-skill-integration/tasks.md +0 -0
  304. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/007-macro-meso-parity-backward-compatibility/spec.md +0 -0
  305. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/007-macro-meso-parity-backward-compatibility/tasks.md +0 -0
  306. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/spec.md +0 -0
  307. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/tasks.jsonl +0 -0
  308. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/008-meso-macro-automated-orchestration/tasks.md +0 -0
  309. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/data-model.md +0 -0
  310. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/design.md +0 -0
  311. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/explore.md +0 -0
  312. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/001-cli-initialization-governance-provisioning.md +0 -0
  313. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/002-macro-layer-state-ledger-management.md +0 -0
  314. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/003-meso-layer-specification-task-decomposition.md +0 -0
  315. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/004-micro-layer-tdd-sandbox-execution.md +0 -0
  316. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/005-cli-architecture-realignment-skill-integration.md +0 -0
  317. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/006-state-persistence-concurrency-safety.md +0 -0
  318. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/007-macro-meso-parity-backward-compatibility.md +0 -0
  319. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/issues/008-meso-macro-automated-orchestration.md +0 -0
  320. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/001-deviate-cli-python/prd.md +0 -0
  321. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/spec.md +0 -0
  322. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/tasks.jsonl +0 -0
  323. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/001-foundation-cli-infrastructure/tasks.md +0 -0
  324. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/spec.md +0 -0
  325. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/tasks.jsonl +0 -0
  326. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/003-fast-path-commands/tasks.md +0 -0
  327. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/spec.md +0 -0
  328. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/tasks.jsonl +0 -0
  329. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/004-governance-inspection/tasks.md +0 -0
  330. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/spec.md +0 -0
  331. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/tasks.jsonl +0 -0
  332. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/005-micro-layer-integrity/tasks.md +0 -0
  333. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/data-model.md +0 -0
  334. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/design.md +0 -0
  335. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/explore.md +0 -0
  336. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/001-foundation-cli-infrastructure.md +0 -0
  337. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/002-context-pipeline.md +0 -0
  338. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/003-fast-path-commands.md +0 -0
  339. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/004-governance-inspection.md +0 -0
  340. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/issues/005-micro-layer-integrity.md +0 -0
  341. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/plan-tdd-integration-gap.md +0 -0
  342. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/002-deviatdd-gap-analysis/prd.md +0 -0
  343. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/003-graphite-cli-integration/explore.md +0 -0
  344. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/spec.md +0 -0
  345. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/tasks.jsonl +0 -0
  346. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/001-streaming-pipeline-monitor/tasks.md +0 -0
  347. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/spec.md +0 -0
  348. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/tasks.jsonl +0 -0
  349. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/003-meso-layer-restructuring/tasks.md +0 -0
  350. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/spec.md +0 -0
  351. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/tasks.jsonl +0 -0
  352. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/004-deviate-review-skill/tasks.md +0 -0
  353. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/plan.md +0 -0
  354. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/tasks.jsonl +0 -0
  355. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/005-per-phase-model-configuration/tasks.md +0 -0
  356. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/plan.md +0 -0
  357. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/tasks.jsonl +0 -0
  358. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/006-context-cli-integration/tasks.md +0 -0
  359. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/plan.md +0 -0
  360. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/tasks.jsonl +0 -0
  361. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/007-graphite-cli/tasks.md +0 -0
  362. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/plan.md +0 -0
  363. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/tasks.jsonl +0 -0
  364. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/008-ast-phase-prioritization/tasks.md +0 -0
  365. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/plan.md +0 -0
  366. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/tasks.jsonl +0 -0
  367. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/009-pi-agent-backend-integration/tasks.md +0 -0
  368. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/plan.md +0 -0
  369. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/tasks.jsonl +0 -0
  370. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/010-deviate-setup-product-layer/tasks.md +0 -0
  371. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/001-streaming-pipeline-monitor.md +0 -0
  372. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/002-aider-agent-backend-integration.md +0 -0
  373. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/003-meso-layer-restructuring.md +0 -0
  374. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/004-deviate-review-skill.md +0 -0
  375. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/005-per-phase-model-configuration.md +0 -0
  376. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/006-context-cli-integration.md +0 -0
  377. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/007-graphite-cli.md +0 -0
  378. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/009-pi-agent-backend-integration.md +0 -0
  379. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/adhoc/issues/010-deviate-setup-product-layer.md +0 -0
  380. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/ast-tree-sitter.md +0 -0
  381. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/graphite-cli.md +0 -0
  382. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/pi-agent-backend.md +0 -0
  383. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/explore/product-layer.md +0 -0
  384. {deviatdd-2.7.2 → deviatdd-2.20.0}/specs/implementation-gap.md +0 -0
  385. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/__init__.py +0 -0
  386. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/constitution.py +0 -0
  387. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/feature.py +0 -0
  388. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/cli/walkthrough.py +0 -0
  389. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/__init__.py +0 -0
  390. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/cache_discipline.py +0 -0
  391. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/complexity.py +0 -0
  392. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/contract.py +0 -0
  393. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/prd.py +0 -0
  394. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/profile.py +0 -0
  395. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/repo.py +0 -0
  396. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/tasks_ledger.py +0 -0
  397. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/core/worktree.py +0 -0
  398. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/__init__.py +0 -0
  399. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/auto/__init__.py +0 -0
  400. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-constitution.md +0 -0
  401. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-execute.md +0 -0
  402. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-init.md +0 -0
  403. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-prune.md +0 -0
  404. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-triage.md +0 -0
  405. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/commands/deviate-walkthrough.md +0 -0
  406. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/constitution_seed.md +0 -0
  407. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/extras/deviate-pr-graphite-routing.md +0 -0
  408. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/__init__.py +0 -0
  409. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/agents_seed.md +0 -0
  410. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/claudemd_seed.md +0 -0
  411. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/graphite_seed.md +0 -0
  412. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/prompts/governance/libref_seed.md +0 -0
  413. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/state/__init__.py +0 -0
  414. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/__init__.py +0 -0
  415. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/monitor.py +0 -0
  416. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/pipeline.py +0 -0
  417. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/ui/render.py +0 -0
  418. {deviatdd-2.7.2 → deviatdd-2.20.0}/src/deviate/visual/__init__.py +0 -0
  419. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/__init__.py +0 -0
  420. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/core/__init__.py +0 -0
  421. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/core/test_agent.py +0 -0
  422. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/e2e/test_macro_workflow.bats +0 -0
  423. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/__init__.py +0 -0
  424. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_common.py +0 -0
  425. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_constitution.py +0 -0
  426. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_cli/test_feature.py +0 -0
  427. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_cache_discipline.py +0 -0
  428. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_complexity.py +0 -0
  429. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_constitution.py +0 -0
  430. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_contract.py +0 -0
  431. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_issues.py +0 -0
  432. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_ledger.py +0 -0
  433. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_prd.py +0 -0
  434. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_profile.py +0 -0
  435. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_repo.py +0 -0
  436. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_tasks_ledger.py +0 -0
  437. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_core/test_worktree.py +0 -0
  438. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_init.py +0 -0
  439. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/__init__.py +0 -0
  440. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/conftest.py +0 -0
  441. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_command_installation.py +0 -0
  442. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_macro_orchestration.py +0 -0
  443. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_layer.py +0 -0
  444. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_orchestration.py +0 -0
  445. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_meso_task_ledger.py +0 -0
  446. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_parity.py +0 -0
  447. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_integration/test_skill_installation.py +0 -0
  448. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/__init__.py +0 -0
  449. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_macro_model_routing.py +0 -0
  450. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_macro_orchestration.py +0 -0
  451. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_macro/test_shard.py +0 -0
  452. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/__init__.py +0 -0
  453. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_meso_model_routing.py +0 -0
  454. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_prompt_assembly.py +0 -0
  455. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_meso/test_tasks.py +0 -0
  456. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/__init__.py +0 -0
  457. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/conftest.py +0 -0
  458. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_execute.py +0 -0
  459. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_hotfix.py +0 -0
  460. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_red.py +0 -0
  461. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_micro/test_task_label.py +0 -0
  462. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/__init__.py +0 -0
  463. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_state/test_session.py +0 -0
  464. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/__init__.py +0 -0
  465. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_monitor.py +0 -0
  466. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_pipeline.py +0 -0
  467. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_ui/test_render.py +0 -0
  468. {deviatdd-2.7.2 → deviatdd-2.20.0}/tests/test_visual_demo/test_tsk_001_01.py +0 -0
@@ -3,3 +3,5 @@
3
3
  # See specs/constitution.md §1 Append-Only Ledger Protocol.
4
4
  specs/issues.jsonl merge=union
5
5
  specs/**/tasks.jsonl merge=union
6
+
7
+ specs/_product/flows.jsonl merge=union
@@ -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/
@@ -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=