agentic-devtools 0.0.10__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 (326) hide show
  1. agentic_devtools-0.0.10/.devcontainer/README.md +53 -0
  2. agentic_devtools-0.0.10/.devcontainer/devcontainer.json +48 -0
  3. agentic_devtools-0.0.10/.dfly-temp/background-tasks/all-background-tasks.json +13 -0
  4. agentic_devtools-0.0.10/.dfly-temp/dfly-state.json +18 -0
  5. agentic_devtools-0.0.10/.github/MARKDOWN_LINTING.md +149 -0
  6. agentic_devtools-0.0.10/.github/agents/.markdownlint.json +6 -0
  7. agentic_devtools-0.0.10/.github/agents/agdt.apply-pr-suggestions.initiate.agent.md +40 -0
  8. agentic_devtools-0.0.10/.github/agents/agdt.create-jira-epic.initiate.agent.md +42 -0
  9. agentic_devtools-0.0.10/.github/agents/agdt.create-jira-issue.initiate.agent.md +42 -0
  10. agentic_devtools-0.0.10/.github/agents/agdt.create-jira-subtask.initiate.agent.md +42 -0
  11. agentic_devtools-0.0.10/.github/agents/agdt.pull-request-review.completion.agent.md +40 -0
  12. agentic_devtools-0.0.10/.github/agents/agdt.pull-request-review.decision.agent.md +51 -0
  13. agentic_devtools-0.0.10/.github/agents/agdt.pull-request-review.file-review.agent.md +55 -0
  14. agentic_devtools-0.0.10/.github/agents/agdt.pull-request-review.initiate.agent.md +46 -0
  15. agentic_devtools-0.0.10/.github/agents/agdt.pull-request-review.summary.agent.md +45 -0
  16. agentic_devtools-0.0.10/.github/agents/agdt.update-jira-issue.initiate.agent.md +40 -0
  17. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.checklist-creation.agent.md +45 -0
  18. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.commit.agent.md +45 -0
  19. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.completion.agent.md +42 -0
  20. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.implementation-review.agent.md +45 -0
  21. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.implementation.agent.md +51 -0
  22. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.initiate.agent.md +48 -0
  23. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.planning.agent.md +46 -0
  24. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.pull-request.agent.md +46 -0
  25. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.retrieve.agent.md +45 -0
  26. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.setup.agent.md +45 -0
  27. agentic_devtools-0.0.10/.github/agents/agdt.work-on-jira-issue.verification.agent.md +51 -0
  28. agentic_devtools-0.0.10/.github/agents/copilot-instructions.md +40 -0
  29. agentic_devtools-0.0.10/.github/agents/senior-python-developer.md +614 -0
  30. agentic_devtools-0.0.10/.github/agents/speckit.analyze.agent.md +184 -0
  31. agentic_devtools-0.0.10/.github/agents/speckit.checklist.agent.md +294 -0
  32. agentic_devtools-0.0.10/.github/agents/speckit.clarify.agent.md +181 -0
  33. agentic_devtools-0.0.10/.github/agents/speckit.constitution.agent.md +82 -0
  34. agentic_devtools-0.0.10/.github/agents/speckit.implement.agent.md +135 -0
  35. agentic_devtools-0.0.10/.github/agents/speckit.plan.agent.md +89 -0
  36. agentic_devtools-0.0.10/.github/agents/speckit.specify.agent.md +258 -0
  37. agentic_devtools-0.0.10/.github/agents/speckit.tasks.agent.md +137 -0
  38. agentic_devtools-0.0.10/.github/agents/speckit.taskstoissues.agent.md +30 -0
  39. agentic_devtools-0.0.10/.github/copilot-instructions.md +1281 -0
  40. agentic_devtools-0.0.10/.github/prompts/.markdownlint.json +5 -0
  41. agentic_devtools-0.0.10/.github/prompts/agdt.apply-pr-suggestions.initiate.prompt.md +3 -0
  42. agentic_devtools-0.0.10/.github/prompts/agdt.create-jira-epic.initiate.prompt.md +3 -0
  43. agentic_devtools-0.0.10/.github/prompts/agdt.create-jira-issue.initiate.prompt.md +3 -0
  44. agentic_devtools-0.0.10/.github/prompts/agdt.create-jira-subtask.initiate.prompt.md +3 -0
  45. agentic_devtools-0.0.10/.github/prompts/agdt.pull-request-review.completion.prompt.md +3 -0
  46. agentic_devtools-0.0.10/.github/prompts/agdt.pull-request-review.decision.prompt.md +3 -0
  47. agentic_devtools-0.0.10/.github/prompts/agdt.pull-request-review.file-review.prompt.md +3 -0
  48. agentic_devtools-0.0.10/.github/prompts/agdt.pull-request-review.initiate.prompt.md +3 -0
  49. agentic_devtools-0.0.10/.github/prompts/agdt.pull-request-review.summary.prompt.md +3 -0
  50. agentic_devtools-0.0.10/.github/prompts/agdt.update-jira-issue.initiate.prompt.md +3 -0
  51. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.checklist-creation.prompt.md +3 -0
  52. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.commit.prompt.md +3 -0
  53. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.completion.prompt.md +3 -0
  54. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.implementation-review.prompt.md +3 -0
  55. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.implementation.prompt.md +3 -0
  56. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.initiate.prompt.md +3 -0
  57. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.planning.prompt.md +3 -0
  58. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.pull-request.prompt.md +3 -0
  59. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.retrieve.prompt.md +3 -0
  60. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.setup.prompt.md +3 -0
  61. agentic_devtools-0.0.10/.github/prompts/agdt.work-on-jira-issue.verification.prompt.md +3 -0
  62. agentic_devtools-0.0.10/.github/prompts/speckit.analyze.prompt.md +3 -0
  63. agentic_devtools-0.0.10/.github/prompts/speckit.checklist.prompt.md +3 -0
  64. agentic_devtools-0.0.10/.github/prompts/speckit.clarify.prompt.md +3 -0
  65. agentic_devtools-0.0.10/.github/prompts/speckit.constitution.prompt.md +3 -0
  66. agentic_devtools-0.0.10/.github/prompts/speckit.implement.prompt.md +3 -0
  67. agentic_devtools-0.0.10/.github/prompts/speckit.plan.prompt.md +3 -0
  68. agentic_devtools-0.0.10/.github/prompts/speckit.specify.prompt.md +3 -0
  69. agentic_devtools-0.0.10/.github/prompts/speckit.tasks.prompt.md +3 -0
  70. agentic_devtools-0.0.10/.github/prompts/speckit.taskstoissues.prompt.md +3 -0
  71. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/check-idempotency.sh +61 -0
  72. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/create-spec-pr.sh +139 -0
  73. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/generate-spec-from-issue.sh +357 -0
  74. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/post-issue-comment.sh +75 -0
  75. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/sanitize-branch-name.sh +83 -0
  76. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/templates/.markdownlint.json +5 -0
  77. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/templates/already-processed.md +10 -0
  78. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/templates/completed.md +19 -0
  79. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/templates/failed.md +22 -0
  80. agentic_devtools-0.0.10/.github/scripts/speckit-trigger/templates/started.md +9 -0
  81. agentic_devtools-0.0.10/.github/workflows/README.md +83 -0
  82. agentic_devtools-0.0.10/.github/workflows/lint.yml +20 -0
  83. agentic_devtools-0.0.10/.github/workflows/publish.yml +161 -0
  84. agentic_devtools-0.0.10/.github/workflows/release.yml +60 -0
  85. agentic_devtools-0.0.10/.github/workflows/scripts/check-release-exists.sh +21 -0
  86. agentic_devtools-0.0.10/.github/workflows/scripts/create-github-release.sh +54 -0
  87. agentic_devtools-0.0.10/.github/workflows/scripts/create-release-packages.ps1 +424 -0
  88. agentic_devtools-0.0.10/.github/workflows/scripts/create-release-packages.sh +278 -0
  89. agentic_devtools-0.0.10/.github/workflows/scripts/generate-release-notes.sh +40 -0
  90. agentic_devtools-0.0.10/.github/workflows/scripts/get-next-version.sh +24 -0
  91. agentic_devtools-0.0.10/.github/workflows/scripts/update-version.sh +23 -0
  92. agentic_devtools-0.0.10/.github/workflows/speckit-issue-trigger.yml +352 -0
  93. agentic_devtools-0.0.10/.github/workflows/test.yml +93 -0
  94. agentic_devtools-0.0.10/.gitignore +61 -0
  95. agentic_devtools-0.0.10/.markdownlint-cli2.jsonc +34 -0
  96. agentic_devtools-0.0.10/.markdownlint.json +17 -0
  97. agentic_devtools-0.0.10/.push-trigger +0 -0
  98. agentic_devtools-0.0.10/.specify/SDD_QUICK_REFERENCE.md +226 -0
  99. agentic_devtools-0.0.10/.specify/memory/constitution.md +204 -0
  100. agentic_devtools-0.0.10/.specify/scripts/bash/check-prerequisites.sh +166 -0
  101. agentic_devtools-0.0.10/.specify/scripts/bash/common.sh +156 -0
  102. agentic_devtools-0.0.10/.specify/scripts/bash/create-new-feature.sh +297 -0
  103. agentic_devtools-0.0.10/.specify/scripts/bash/setup-plan.sh +61 -0
  104. agentic_devtools-0.0.10/.specify/scripts/bash/update-agent-context.sh +799 -0
  105. agentic_devtools-0.0.10/.specify/scripts/powershell/check-prerequisites.ps1 +148 -0
  106. agentic_devtools-0.0.10/.specify/scripts/powershell/common.ps1 +137 -0
  107. agentic_devtools-0.0.10/.specify/scripts/powershell/create-new-feature.ps1 +283 -0
  108. agentic_devtools-0.0.10/.specify/scripts/powershell/setup-plan.ps1 +61 -0
  109. agentic_devtools-0.0.10/.specify/scripts/powershell/update-agent-context.ps1 +448 -0
  110. agentic_devtools-0.0.10/.specify/templates/agent-file-template.md +28 -0
  111. agentic_devtools-0.0.10/.specify/templates/checklist-template.md +40 -0
  112. agentic_devtools-0.0.10/.specify/templates/commands/.markdownlint.json +6 -0
  113. agentic_devtools-0.0.10/.specify/templates/commands/analyze.md +187 -0
  114. agentic_devtools-0.0.10/.specify/templates/commands/checklist.md +297 -0
  115. agentic_devtools-0.0.10/.specify/templates/commands/clarify.md +184 -0
  116. agentic_devtools-0.0.10/.specify/templates/commands/constitution.md +82 -0
  117. agentic_devtools-0.0.10/.specify/templates/commands/implement.md +138 -0
  118. agentic_devtools-0.0.10/.specify/templates/commands/plan.md +95 -0
  119. agentic_devtools-0.0.10/.specify/templates/commands/specify.md +365 -0
  120. agentic_devtools-0.0.10/.specify/templates/commands/tasks.md +211 -0
  121. agentic_devtools-0.0.10/.specify/templates/commands/taskstoissues.md +41 -0
  122. agentic_devtools-0.0.10/.specify/templates/plan-template.md +113 -0
  123. agentic_devtools-0.0.10/.specify/templates/spec-template.md +165 -0
  124. agentic_devtools-0.0.10/.specify/templates/tasks-template.md +308 -0
  125. agentic_devtools-0.0.10/.specify/templates/vscode-settings.json +14 -0
  126. agentic_devtools-0.0.10/.work-folder-info +1 -0
  127. agentic_devtools-0.0.10/CHANGELOG.md +10 -0
  128. agentic_devtools-0.0.10/LICENSE +21 -0
  129. agentic_devtools-0.0.10/PKG-INFO +560 -0
  130. agentic_devtools-0.0.10/PR_DESCRIPTION.md +111 -0
  131. agentic_devtools-0.0.10/PR_INSTRUCTIONS.md +47 -0
  132. agentic_devtools-0.0.10/README.md +535 -0
  133. agentic_devtools-0.0.10/RELEASING.md +120 -0
  134. agentic_devtools-0.0.10/SOLUTION_SUMMARY.md +125 -0
  135. agentic_devtools-0.0.10/SPEC_DRIVEN_DEVELOPMENT.md +523 -0
  136. agentic_devtools-0.0.10/agdt_ai_helpers/__init__.py +34 -0
  137. agentic_devtools-0.0.10/agentic_devtools/__init__.py +8 -0
  138. agentic_devtools-0.0.10/agentic_devtools/_version.py +34 -0
  139. agentic_devtools-0.0.10/agentic_devtools/background_tasks.py +598 -0
  140. agentic_devtools-0.0.10/agentic_devtools/cli/__init__.py +1 -0
  141. agentic_devtools-0.0.10/agentic_devtools/cli/azure/__init__.py +53 -0
  142. agentic_devtools-0.0.10/agentic_devtools/cli/azure/app_insights_commands.py +940 -0
  143. agentic_devtools-0.0.10/agentic_devtools/cli/azure/auth.py +180 -0
  144. agentic_devtools-0.0.10/agentic_devtools/cli/azure/config.py +91 -0
  145. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/__init__.py +222 -0
  146. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/async_commands.py +1218 -0
  147. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/auth.py +34 -0
  148. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/commands.py +728 -0
  149. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/config.py +49 -0
  150. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/file_review_commands.py +1038 -0
  151. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/helpers.py +561 -0
  152. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/mark_reviewed.py +756 -0
  153. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/pipeline_commands.py +724 -0
  154. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/pr_summary_commands.py +579 -0
  155. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/pull_request_details_commands.py +596 -0
  156. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/review_commands.py +700 -0
  157. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/review_helpers.py +191 -0
  158. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/review_jira.py +308 -0
  159. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/review_prompts.py +263 -0
  160. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/run_details_commands.py +935 -0
  161. agentic_devtools-0.0.10/agentic_devtools/cli/azure_devops/vpn_toggle.py +1220 -0
  162. agentic_devtools-0.0.10/agentic_devtools/cli/git/__init__.py +91 -0
  163. agentic_devtools-0.0.10/agentic_devtools/cli/git/async_commands.py +294 -0
  164. agentic_devtools-0.0.10/agentic_devtools/cli/git/commands.py +399 -0
  165. agentic_devtools-0.0.10/agentic_devtools/cli/git/core.py +152 -0
  166. agentic_devtools-0.0.10/agentic_devtools/cli/git/diff.py +210 -0
  167. agentic_devtools-0.0.10/agentic_devtools/cli/git/operations.py +737 -0
  168. agentic_devtools-0.0.10/agentic_devtools/cli/jira/__init__.py +114 -0
  169. agentic_devtools-0.0.10/agentic_devtools/cli/jira/adf.py +105 -0
  170. agentic_devtools-0.0.10/agentic_devtools/cli/jira/async_commands.py +439 -0
  171. agentic_devtools-0.0.10/agentic_devtools/cli/jira/async_status.py +27 -0
  172. agentic_devtools-0.0.10/agentic_devtools/cli/jira/commands.py +28 -0
  173. agentic_devtools-0.0.10/agentic_devtools/cli/jira/comment_commands.py +141 -0
  174. agentic_devtools-0.0.10/agentic_devtools/cli/jira/config.py +69 -0
  175. agentic_devtools-0.0.10/agentic_devtools/cli/jira/create_commands.py +293 -0
  176. agentic_devtools-0.0.10/agentic_devtools/cli/jira/formatting.py +131 -0
  177. agentic_devtools-0.0.10/agentic_devtools/cli/jira/get_commands.py +287 -0
  178. agentic_devtools-0.0.10/agentic_devtools/cli/jira/helpers.py +278 -0
  179. agentic_devtools-0.0.10/agentic_devtools/cli/jira/parse_error_report.py +352 -0
  180. agentic_devtools-0.0.10/agentic_devtools/cli/jira/role_commands.py +560 -0
  181. agentic_devtools-0.0.10/agentic_devtools/cli/jira/state_helpers.py +39 -0
  182. agentic_devtools-0.0.10/agentic_devtools/cli/jira/update_commands.py +222 -0
  183. agentic_devtools-0.0.10/agentic_devtools/cli/jira/vpn_wrapper.py +58 -0
  184. agentic_devtools-0.0.10/agentic_devtools/cli/release/__init__.py +5 -0
  185. agentic_devtools-0.0.10/agentic_devtools/cli/release/commands.py +113 -0
  186. agentic_devtools-0.0.10/agentic_devtools/cli/release/helpers.py +113 -0
  187. agentic_devtools-0.0.10/agentic_devtools/cli/runner.py +335 -0
  188. agentic_devtools-0.0.10/agentic_devtools/cli/state.py +174 -0
  189. agentic_devtools-0.0.10/agentic_devtools/cli/subprocess_utils.py +109 -0
  190. agentic_devtools-0.0.10/agentic_devtools/cli/tasks/__init__.py +28 -0
  191. agentic_devtools-0.0.10/agentic_devtools/cli/tasks/commands.py +851 -0
  192. agentic_devtools-0.0.10/agentic_devtools/cli/testing.py +442 -0
  193. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/__init__.py +80 -0
  194. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/advancement.py +204 -0
  195. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/base.py +240 -0
  196. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/checklist.py +278 -0
  197. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/commands.py +1610 -0
  198. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/manager.py +845 -0
  199. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/preflight.py +323 -0
  200. agentic_devtools-0.0.10/agentic_devtools/cli/workflows/worktree_setup.py +1110 -0
  201. agentic_devtools-0.0.10/agentic_devtools/dispatcher.py +737 -0
  202. agentic_devtools-0.0.10/agentic_devtools/file_locking.py +203 -0
  203. agentic_devtools-0.0.10/agentic_devtools/prompts/__init__.py +38 -0
  204. agentic_devtools-0.0.10/agentic_devtools/prompts/apply-pull-request-review-suggestions/default-initiate-prompt.md +83 -0
  205. agentic_devtools-0.0.10/agentic_devtools/prompts/create-jira-epic/default-initiate-prompt.md +64 -0
  206. agentic_devtools-0.0.10/agentic_devtools/prompts/create-jira-issue/default-initiate-prompt.md +321 -0
  207. agentic_devtools-0.0.10/agentic_devtools/prompts/create-jira-subtask/default-initiate-prompt.md +57 -0
  208. agentic_devtools-0.0.10/agentic_devtools/prompts/loader.py +377 -0
  209. agentic_devtools-0.0.10/agentic_devtools/prompts/pull-request-review/default-completion-prompt.md +45 -0
  210. agentic_devtools-0.0.10/agentic_devtools/prompts/pull-request-review/default-decision-prompt.md +63 -0
  211. agentic_devtools-0.0.10/agentic_devtools/prompts/pull-request-review/default-file-review-prompt.md +72 -0
  212. agentic_devtools-0.0.10/agentic_devtools/prompts/pull-request-review/default-initiate-prompt.md +62 -0
  213. agentic_devtools-0.0.10/agentic_devtools/prompts/pull-request-review/default-summary-prompt.md +40 -0
  214. agentic_devtools-0.0.10/agentic_devtools/prompts/update-jira-issue/default-initiate-prompt.md +85 -0
  215. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-checklist-creation-prompt.md +66 -0
  216. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-commit-prompt.md +50 -0
  217. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-completion-prompt.md +65 -0
  218. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-implementation-prompt.md +72 -0
  219. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-implementation-review-prompt.md +63 -0
  220. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-initiate-prompt.md +68 -0
  221. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-planning-prompt.md +51 -0
  222. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-pull-request-prompt.md +59 -0
  223. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-retrieve-prompt.md +29 -0
  224. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-setup-prompt.md +21 -0
  225. agentic_devtools-0.0.10/agentic_devtools/prompts/work-on-jira-issue/default-verification-prompt.md +74 -0
  226. agentic_devtools-0.0.10/agentic_devtools/state.py +754 -0
  227. agentic_devtools-0.0.10/agentic_devtools/task_state.py +902 -0
  228. agentic_devtools-0.0.10/ayaiay.json +13 -0
  229. agentic_devtools-0.0.10/pyproject.toml +204 -0
  230. agentic_devtools-0.0.10/scripts/verify-agent-coverage.py +109 -0
  231. agentic_devtools-0.0.10/specs/001-add-workflow-step-agents/checklists/requirements.md +37 -0
  232. agentic_devtools-0.0.10/specs/001-add-workflow-step-agents/plan.md +117 -0
  233. agentic_devtools-0.0.10/specs/001-add-workflow-step-agents/spec.md +220 -0
  234. agentic_devtools-0.0.10/specs/001-add-workflow-step-agents/tasks.md +597 -0
  235. agentic_devtools-0.0.10/specs/001-pypi-wheel-release/checklists/requirements.md +40 -0
  236. agentic_devtools-0.0.10/specs/001-pypi-wheel-release/plan.md +117 -0
  237. agentic_devtools-0.0.10/specs/001-pypi-wheel-release/spec.md +174 -0
  238. agentic_devtools-0.0.10/specs/001-pypi-wheel-release/tasks.md +275 -0
  239. agentic_devtools-0.0.10/specs/001-separate-docs/checklists/requirements.md +36 -0
  240. agentic_devtools-0.0.10/specs/001-separate-docs/plan.md +109 -0
  241. agentic_devtools-0.0.10/specs/001-separate-docs/spec.md +264 -0
  242. agentic_devtools-0.0.10/specs/001-separate-docs/tasks.md +248 -0
  243. agentic_devtools-0.0.10/specs/002-github-action-speckit-trigger/checklists/requirements.md +67 -0
  244. agentic_devtools-0.0.10/specs/002-github-action-speckit-trigger/plan.md +361 -0
  245. agentic_devtools-0.0.10/specs/002-github-action-speckit-trigger/spec.md +264 -0
  246. agentic_devtools-0.0.10/specs/002-github-action-speckit-trigger/tasks.md +404 -0
  247. agentic_devtools-0.0.10/specs/002-github-action-speckit-trigger/workflow-sequence-diagram.md +387 -0
  248. agentic_devtools-0.0.10/specs/003-comprehensive-e2e-smoke-tests/checklists/requirements.md +25 -0
  249. agentic_devtools-0.0.10/specs/003-comprehensive-e2e-smoke-tests/spec.md +69 -0
  250. agentic_devtools-0.0.10/specs/003-e2e-smoke-tests-cli/plan.md +543 -0
  251. agentic_devtools-0.0.10/specs/README.md +131 -0
  252. agentic_devtools-0.0.10/tests/__init__.py +1 -0
  253. agentic_devtools-0.0.10/tests/azure_devops/__init__.py +3 -0
  254. agentic_devtools-0.0.10/tests/azure_devops/conftest.py +23 -0
  255. agentic_devtools-0.0.10/tests/azure_devops/test_async_commands.py +881 -0
  256. agentic_devtools-0.0.10/tests/azure_devops/test_auth.py +51 -0
  257. agentic_devtools-0.0.10/tests/azure_devops/test_commands_api.py +872 -0
  258. agentic_devtools-0.0.10/tests/azure_devops/test_commands_dry_run.py +726 -0
  259. agentic_devtools-0.0.10/tests/azure_devops/test_config.py +118 -0
  260. agentic_devtools-0.0.10/tests/azure_devops/test_file_review_commands.py +231 -0
  261. agentic_devtools-0.0.10/tests/azure_devops/test_helpers.py +1005 -0
  262. agentic_devtools-0.0.10/tests/azure_devops/test_mark_reviewed.py +1438 -0
  263. agentic_devtools-0.0.10/tests/azure_devops/test_pipeline_commands.py +919 -0
  264. agentic_devtools-0.0.10/tests/azure_devops/test_pr_summary_commands.py +705 -0
  265. agentic_devtools-0.0.10/tests/azure_devops/test_pull_request_details_commands.py +1272 -0
  266. agentic_devtools-0.0.10/tests/azure_devops/test_review_commands.py +1596 -0
  267. agentic_devtools-0.0.10/tests/azure_devops/test_run_details_commands.py +1095 -0
  268. agentic_devtools-0.0.10/tests/azure_devops/test_vpn_toggle.py +1490 -0
  269. agentic_devtools-0.0.10/tests/cli/test_azure_app_insights_commands.py +737 -0
  270. agentic_devtools-0.0.10/tests/cli/test_azure_auth.py +174 -0
  271. agentic_devtools-0.0.10/tests/cli/test_azure_config.py +115 -0
  272. agentic_devtools-0.0.10/tests/cli/test_runner.py +332 -0
  273. agentic_devtools-0.0.10/tests/conftest.py +78 -0
  274. agentic_devtools-0.0.10/tests/e2e_smoke/README.md +221 -0
  275. agentic_devtools-0.0.10/tests/e2e_smoke/__init__.py +7 -0
  276. agentic_devtools-0.0.10/tests/e2e_smoke/conftest.py +161 -0
  277. agentic_devtools-0.0.10/tests/e2e_smoke/fixtures/cassettes/azure_devops_create_pr.yaml +34 -0
  278. agentic_devtools-0.0.10/tests/e2e_smoke/fixtures/cassettes/jira_add_comment.yaml +35 -0
  279. agentic_devtools-0.0.10/tests/e2e_smoke/fixtures/cassettes/jira_get_issue.yaml +34 -0
  280. agentic_devtools-0.0.10/tests/e2e_smoke/test_azure_devops_commands_e2e.py +84 -0
  281. agentic_devtools-0.0.10/tests/e2e_smoke/test_git_commands_e2e.py +117 -0
  282. agentic_devtools-0.0.10/tests/e2e_smoke/test_jira_commands_e2e.py +288 -0
  283. agentic_devtools-0.0.10/tests/test_background_tasks.py +344 -0
  284. agentic_devtools-0.0.10/tests/test_checklist.py +429 -0
  285. agentic_devtools-0.0.10/tests/test_checklist_commands.py +379 -0
  286. agentic_devtools-0.0.10/tests/test_cli_state.py +258 -0
  287. agentic_devtools-0.0.10/tests/test_dispatcher.py +467 -0
  288. agentic_devtools-0.0.10/tests/test_file_locking.py +290 -0
  289. agentic_devtools-0.0.10/tests/test_file_locking_platform.py +234 -0
  290. agentic_devtools-0.0.10/tests/test_file_review_commands.py +532 -0
  291. agentic_devtools-0.0.10/tests/test_file_review_queue_management.py +910 -0
  292. agentic_devtools-0.0.10/tests/test_git_async.py +282 -0
  293. agentic_devtools-0.0.10/tests/test_git_commands.py +616 -0
  294. agentic_devtools-0.0.10/tests/test_git_core.py +230 -0
  295. agentic_devtools-0.0.10/tests/test_git_diff.py +437 -0
  296. agentic_devtools-0.0.10/tests/test_git_operations.py +1001 -0
  297. agentic_devtools-0.0.10/tests/test_git_utilities.py +287 -0
  298. agentic_devtools-0.0.10/tests/test_jira_adf.py +319 -0
  299. agentic_devtools-0.0.10/tests/test_jira_async.py +324 -0
  300. agentic_devtools-0.0.10/tests/test_jira_commands.py +1685 -0
  301. agentic_devtools-0.0.10/tests/test_jira_config.py +138 -0
  302. agentic_devtools-0.0.10/tests/test_jira_formatting.py +209 -0
  303. agentic_devtools-0.0.10/tests/test_jira_helpers.py +575 -0
  304. agentic_devtools-0.0.10/tests/test_jira_state.py +60 -0
  305. agentic_devtools-0.0.10/tests/test_jira_update_commands.py +261 -0
  306. agentic_devtools-0.0.10/tests/test_parse_error_report.py +513 -0
  307. agentic_devtools-0.0.10/tests/test_preflight.py +414 -0
  308. agentic_devtools-0.0.10/tests/test_prompt_loader.py +402 -0
  309. agentic_devtools-0.0.10/tests/test_release_commands.py +180 -0
  310. agentic_devtools-0.0.10/tests/test_release_helpers.py +109 -0
  311. agentic_devtools-0.0.10/tests/test_release_integration.py +98 -0
  312. agentic_devtools-0.0.10/tests/test_review_jira.py +576 -0
  313. agentic_devtools-0.0.10/tests/test_review_prompts.py +384 -0
  314. agentic_devtools-0.0.10/tests/test_role_commands.py +1272 -0
  315. agentic_devtools-0.0.10/tests/test_state.py +1131 -0
  316. agentic_devtools-0.0.10/tests/test_subprocess_utils.py +163 -0
  317. agentic_devtools-0.0.10/tests/test_task_state.py +1034 -0
  318. agentic_devtools-0.0.10/tests/test_tasks_commands.py +1185 -0
  319. agentic_devtools-0.0.10/tests/test_testing.py +374 -0
  320. agentic_devtools-0.0.10/tests/test_vpn_wrapper.py +171 -0
  321. agentic_devtools-0.0.10/tests/test_workflow_advancement.py +275 -0
  322. agentic_devtools-0.0.10/tests/test_workflow_commands.py +2230 -0
  323. agentic_devtools-0.0.10/tests/test_workflow_prompt.py +507 -0
  324. agentic_devtools-0.0.10/tests/test_workflow_state.py +277 -0
  325. agentic_devtools-0.0.10/tests/test_worktree_setup.py +1759 -0
  326. agentic_devtools-0.0.10/trigger.txt +1 -0
@@ -0,0 +1,53 @@
1
+ # Python Development Container
2
+
3
+ This directory contains the configuration for a Python development container that can be used with:
4
+
5
+ - Visual Studio Code with the Dev Containers extension
6
+ - GitHub Codespaces
7
+ - Any tool that supports the Dev Container specification
8
+
9
+ ## Features
10
+
11
+ - **Python 3.12**: Latest stable Python version
12
+ - **Development Tools**: Pre-configured with pytest, black, mypy, ruff, and isort
13
+ - **VS Code Extensions**:
14
+ - Python language support (Pylance)
15
+ - Black formatter
16
+ - Ruff linter
17
+ - mypy type checker
18
+ - **Auto-formatting**: Format on save enabled
19
+ - **Import organization**: Automatic import sorting on save
20
+ - **Testing**: pytest configured and ready to use
21
+
22
+ ## Usage
23
+
24
+ ### VS Code
25
+
26
+ 1. Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
27
+ 2. Open this repository in VS Code
28
+ 3. When prompted, click "Reopen in Container" or use the command palette: `Dev Containers: Reopen in Container`
29
+ 4. The container will build and install all dependencies automatically
30
+
31
+ ### GitHub Codespaces
32
+
33
+ 1. Create a new Codespace from this repository
34
+ 2. The development environment will be set up automatically
35
+
36
+ ## Post-Create Setup
37
+
38
+ After the container is created, the following command runs automatically:
39
+
40
+ ```bash
41
+ pip install -e '.[dev]'
42
+ ```
43
+
44
+ This installs the `agentic-devtools` package in editable mode with all development dependencies.
45
+
46
+ ## Customization
47
+
48
+ To customize the development environment, edit the `devcontainer.json` file:
49
+
50
+ - Add more VS Code extensions to the `extensions` array
51
+ - Modify VS Code settings in the `settings` object
52
+ - Change the Python version by updating the `image` property
53
+ - Add additional features from the [devcontainer features catalog](https://containers.dev/features)
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "Python 3 Agentic DevTools",
3
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
4
+
5
+ // Configure tool-specific properties.
6
+ "customizations": {
7
+ "vscode": {
8
+ "settings": {
9
+ "python.defaultInterpreterPath": "/usr/local/bin/python",
10
+ "python.linting.enabled": true,
11
+ "python.linting.pylintEnabled": false,
12
+ "python.linting.flake8Enabled": false,
13
+ "python.formatting.provider": "black",
14
+ "python.testing.pytestEnabled": true,
15
+ "python.testing.unittestEnabled": false,
16
+ "editor.formatOnSave": true,
17
+ "editor.codeActionsOnSave": {
18
+ "source.organizeImports": "explicit"
19
+ },
20
+ "[python]": {
21
+ "editor.defaultFormatter": "ms-python.black-formatter",
22
+ "editor.formatOnSave": true
23
+ }
24
+ },
25
+ "extensions": [
26
+ "ms-python.python",
27
+ "ms-python.vscode-pylance",
28
+ "ms-python.black-formatter",
29
+ "charliermarsh.ruff",
30
+ "ms-python.mypy-type-checker"
31
+ ]
32
+ }
33
+ },
34
+
35
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
36
+ // "forwardPorts": [],
37
+
38
+ // Use 'postCreateCommand' to run commands after the container is created.
39
+ "postCreateCommand": "pip install -e '.[dev]'",
40
+
41
+ // Configure tool-specific properties.
42
+ "features": {
43
+ "ghcr.io/devcontainers/features/git:1": {}
44
+ }
45
+
46
+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
47
+ // "remoteUser": "root"
48
+ }
@@ -0,0 +1,13 @@
1
+ [
2
+ {
3
+ "id": "21c14f00-df25-41e7-a2e0-0ee1466b50c3",
4
+ "command": "dfly-test",
5
+ "status": "failed",
6
+ "startTime": "2026-01-27T11:34:40.399626+00:00",
7
+ "endTime": "2026-01-27T11:34:40.736510+00:00",
8
+ "logFile": "/workspaces/agentic-devtools/.dfly-temp/background-tasks/logs/dfly_test_20260127_113440_387577.log",
9
+ "exitCode": 1,
10
+ "args": {},
11
+ "errorMessage": null
12
+ }
13
+ ]
@@ -0,0 +1,18 @@
1
+ {
2
+ "background": {
3
+ "recentTasks": [
4
+ {
5
+ "id": "21c14f00-df25-41e7-a2e0-0ee1466b50c3",
6
+ "command": "dfly-test",
7
+ "status": "failed",
8
+ "startTime": "2026-01-27T11:34:40.399626+00:00",
9
+ "endTime": "2026-01-27T11:34:40.736510+00:00",
10
+ "logFile": "/workspaces/agentic-devtools/.dfly-temp/background-tasks/logs/dfly_test_20260127_113440_387577.log",
11
+ "exitCode": 1,
12
+ "args": {},
13
+ "errorMessage": null
14
+ }
15
+ ],
16
+ "task_id": "21c14f00-df25-41e7-a2e0-0ee1466b50c3"
17
+ }
18
+ }
@@ -0,0 +1,149 @@
1
+ # Markdown Linting Configuration Guide
2
+
3
+ This document explains the markdown linting setup for the agentic-devtools repository.
4
+
5
+ ## Overview
6
+
7
+ We use `markdownlint-cli2` to ensure consistent markdown formatting across all documentation files.
8
+ The configuration resolves all 887 initial linting errors through a combination of:
9
+
10
+ - Adjusted rule defaults
11
+ - Directory-specific overrides
12
+ - Strategic rule disabling for special file types
13
+
14
+ ## Configuration Files
15
+
16
+ ### Root Configuration (`.markdownlint.json`)
17
+
18
+ Base rules applied to all markdown files:
19
+
20
+ ```json
21
+ {
22
+ "MD013": { "line_length": 200 }, // Reasonable limit for documentation
23
+ "MD060": false, // Table formatting is auto-generated
24
+ "MD036": false, // Emphasis-as-heading is acceptable
25
+ "MD033": { "allowed_elements": [...] } // Allow common HTML elements
26
+ }
27
+ ```
28
+
29
+ ### Agent Directories (`.github/agents/`, `.github/prompts/`)
30
+
31
+ AI agent files have special needs:
32
+
33
+ - Contain YAML front matter → disable MD041 (first-line-heading)
34
+ - Contain long instructional prompts → disable MD013 (line-length)
35
+
36
+ ### Template Directories (`.specify/templates/commands/`, `.github/scripts/speckit-trigger/templates/`)
37
+
38
+ Template files also have special requirements:
39
+
40
+ - Contain YAML front matter → disable MD041
41
+ - Contain long template instructions → disable MD013
42
+
43
+ ## Adding New Files
44
+
45
+ ### Agent Files (`.agent.md`)
46
+
47
+ No special action needed - the `.github/agents/.markdownlint.json` config will apply automatically.
48
+
49
+ ### Prompt Files (`.prompt.md`)
50
+
51
+ No special action needed - the `.github/prompts/.markdownlint.json` config will apply automatically.
52
+
53
+ ### Template Files
54
+
55
+ Place in appropriate template directory where MD041 and MD013 are disabled.
56
+
57
+ ### Regular Documentation
58
+
59
+ Follow these guidelines:
60
+
61
+ - Keep lines under 200 characters
62
+ - Add blank lines around lists, headings, and code blocks
63
+ - Specify language for code blocks (use `text` for plain text)
64
+ - Wrap bare URLs in backticks or use markdown links
65
+
66
+ ## Running the Linter
67
+
68
+ ### Locally
69
+
70
+ ```bash
71
+ npx markdownlint-cli2 "**/*.md"
72
+ ```
73
+
74
+ ### Auto-fix
75
+
76
+ Many issues can be auto-fixed:
77
+
78
+ ```bash
79
+ npx markdownlint-cli2 --fix "**/*.md"
80
+ ```
81
+
82
+ ### CI/CD
83
+
84
+ The linter runs automatically on all PRs via `.github/workflows/lint.yml`.
85
+
86
+ ## Common Issues and Solutions
87
+
88
+ ### MD041: First line should be H1
89
+
90
+ **Problem**: File starts with YAML front matter or H2
91
+ **Solution**: Add `.markdownlint.json` to the directory with `"MD041": false`
92
+
93
+ ### MD013: Line too long
94
+
95
+ **Problem**: Line exceeds 200 characters
96
+ **Solutions**:
97
+
98
+ 1. Break the line naturally at a clause or phrase boundary
99
+ 2. If in a template/agent file, ensure MD013 is disabled for that directory
100
+
101
+ ### MD040: Code block needs language
102
+
103
+ **Problem**: Code block has ` ``` ` without language specifier
104
+ **Solution**: Add appropriate language:
105
+
106
+ - ` ```bash ` for shell commands
107
+ - ` ```python ` for Python code
108
+ - ` ```text ` for plain text or examples
109
+ - ` ```json ` for JSON data
110
+
111
+ ### MD031/MD032: Missing blank lines
112
+
113
+ **Problem**: Lists or code blocks not surrounded by blank lines
114
+ **Solution**: Run `npx markdownlint-cli2 --fix "**/*.md"` - this is auto-fixable
115
+
116
+ ## Configuration Rationale
117
+
118
+ ### Why 200 character line limit?
119
+
120
+ - 120 was too restrictive for documentation
121
+ - 200 allows natural sentence flow while preventing excessive line length
122
+ - Code blocks and tables are excluded from the limit
123
+
124
+ ### Why disable MD013 for agents/templates?
125
+
126
+ These files contain AI prompts and instructions that:
127
+
128
+ - Often need to be continuous for clarity
129
+ - Are optimized for AI readability, not human line-length preferences
130
+ - Would be awkward if artificially broken
131
+
132
+ ### Why disable MD041 for files with YAML front matter?
133
+
134
+ YAML front matter is a standard pattern for:
135
+
136
+ - GitHub Copilot agent definitions
137
+ - Jekyll/Hugo/static site generators
138
+ - Metadata in markdown files
139
+
140
+ The first "content" line after front matter may legitimately be H2 or other elements.
141
+
142
+ ## Future Maintenance
143
+
144
+ When adding new markdown files:
145
+
146
+ 1. Run the linter: `npx markdownlint-cli2 "path/to/new/file.md"`
147
+ 2. For one-off exceptions, add an HTML comment: `<!-- markdownlint-disable MD### -->`
148
+ 3. For directory patterns, create a `.markdownlint.json` in that directory
149
+ 4. Document the reason for any exceptions in this file
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
3
+ "extends": "../../.markdownlint.json",
4
+ "MD041": false,
5
+ "MD013": false
6
+ }
@@ -0,0 +1,40 @@
1
+ ---
2
+ description: "Apply PR Suggestions - Initiate: Apply PR review suggestions"
3
+ ---
4
+
5
+ ## User Input
6
+
7
+ ```text
8
+ $ARGUMENTS
9
+ ```
10
+
11
+ You **MUST** consider the user input before proceeding (if not empty).
12
+
13
+ ## Purpose
14
+
15
+ Start the apply PR suggestions workflow.
16
+
17
+ ## Prerequisites
18
+
19
+ - **Required state**: `pull_request_id`
20
+ - **Set state** (if not already set):
21
+
22
+ ```bash
23
+ agdt-set pull_request_id <value>
24
+ ```
25
+
26
+ ## Actions
27
+
28
+ 1. Initiate apply PR suggestions:
29
+
30
+ ```bash
31
+ agdt-initiate-apply-pr-suggestions-workflow
32
+ ```
33
+
34
+ ## Expected Outcome
35
+
36
+ The workflow starts and is ready to apply suggestions.
37
+
38
+ ## Next Step
39
+
40
+ Workflow is complete.
@@ -0,0 +1,42 @@
1
+ ---
2
+ description: "Create Jira Epic - Initiate: Create a new Jira epic"
3
+ ---
4
+
5
+ ## User Input
6
+
7
+ ```text
8
+ $ARGUMENTS
9
+ ```
10
+
11
+ You **MUST** consider the user input before proceeding (if not empty).
12
+
13
+ ## Purpose
14
+
15
+ Start the create-jira-epic workflow and capture epic details.
16
+
17
+ ## Prerequisites
18
+
19
+ - **Required state**: `jira.project_key`, `jira.summary`, `jira.epic_name`
20
+ - **Set state** (if not already set):
21
+
22
+ ```bash
23
+ agdt-set jira.project_key <value>
24
+ agdt-set jira.summary <value>
25
+ agdt-set jira.epic_name <value>
26
+ ```
27
+
28
+ ## Actions
29
+
30
+ 1. Initiate epic creation:
31
+
32
+ ```bash
33
+ agdt-initiate-create-jira-epic-workflow
34
+ ```
35
+
36
+ ## Expected Outcome
37
+
38
+ A Jira epic is created or the workflow is ready for inputs.
39
+
40
+ ## Next Step
41
+
42
+ Workflow is complete.
@@ -0,0 +1,42 @@
1
+ ---
2
+ description: "Create Jira Issue - Initiate: Create a new Jira issue"
3
+ ---
4
+
5
+ ## User Input
6
+
7
+ ```text
8
+ $ARGUMENTS
9
+ ```
10
+
11
+ You **MUST** consider the user input before proceeding (if not empty).
12
+
13
+ ## Purpose
14
+
15
+ Start the create-jira-issue workflow and capture issue details.
16
+
17
+ ## Prerequisites
18
+
19
+ - **Required state**: `jira.project_key`, `jira.summary`, `jira.description`
20
+ - **Set state** (if not already set):
21
+
22
+ ```bash
23
+ agdt-set jira.project_key <value>
24
+ agdt-set jira.summary <value>
25
+ agdt-set jira.description <value>
26
+ ```
27
+
28
+ ## Actions
29
+
30
+ 1. Initiate issue creation:
31
+
32
+ ```bash
33
+ agdt-initiate-create-jira-issue-workflow
34
+ ```
35
+
36
+ ## Expected Outcome
37
+
38
+ A Jira issue is created or the workflow is ready for inputs.
39
+
40
+ ## Next Step
41
+
42
+ Workflow is complete.
@@ -0,0 +1,42 @@
1
+ ---
2
+ description: "Create Jira Subtask - Initiate: Create a Jira subtask"
3
+ ---
4
+
5
+ ## User Input
6
+
7
+ ```text
8
+ $ARGUMENTS
9
+ ```
10
+
11
+ You **MUST** consider the user input before proceeding (if not empty).
12
+
13
+ ## Purpose
14
+
15
+ Start the create-jira-subtask workflow and capture subtask details.
16
+
17
+ ## Prerequisites
18
+
19
+ - **Required state**: `jira.parent_key`, `jira.summary`, `jira.description`
20
+ - **Set state** (if not already set):
21
+
22
+ ```bash
23
+ agdt-set jira.parent_key <value>
24
+ agdt-set jira.summary <value>
25
+ agdt-set jira.description <value>
26
+ ```
27
+
28
+ ## Actions
29
+
30
+ 1. Initiate subtask creation:
31
+
32
+ ```bash
33
+ agdt-initiate-create-jira-subtask-workflow
34
+ ```
35
+
36
+ ## Expected Outcome
37
+
38
+ A Jira subtask is created or the workflow is ready for inputs.
39
+
40
+ ## Next Step
41
+
42
+ Workflow is complete.
@@ -0,0 +1,40 @@
1
+ ---
2
+ description: "PR Review - Completion: Finalize review (step 5 of 5)"
3
+ ---
4
+
5
+ ## User Input
6
+
7
+ ```text
8
+ $ARGUMENTS
9
+ ```
10
+
11
+ You **MUST** consider the user input before proceeding (if not empty).
12
+
13
+ ## Purpose
14
+
15
+ Finalize the review and add any Jira follow-up comment.
16
+
17
+ ## Prerequisites
18
+
19
+ - **Required state**: `pull_request_id`
20
+ - **Set state** (if not already set):
21
+
22
+ ```bash
23
+ agdt-set pull_request_id <value>
24
+ ```
25
+
26
+ ## Actions
27
+
28
+ 1. Post a Jira follow-up comment:
29
+
30
+ ```bash
31
+ agdt-add-jira-comment
32
+ ```
33
+
34
+ ## Expected Outcome
35
+
36
+ The PR review workflow is completed.
37
+
38
+ ## Next Step
39
+
40
+ Workflow is complete.
@@ -0,0 +1,51 @@
1
+ ---
2
+ description: "PR Review - Decision: Approve or request changes (step 4 of 5)"
3
+ handoffs:
4
+ - label: "Continue to Completion"
5
+ agent: "agdt.pull-request-review.completion"
6
+ prompt: "Finalize the review."
7
+
8
+ ---
9
+
10
+ ## User Input
11
+
12
+ ```text
13
+ $ARGUMENTS
14
+ ```
15
+
16
+ You **MUST** consider the user input before proceeding (if not empty).
17
+
18
+ ## Purpose
19
+
20
+ Decide whether to approve or request changes for the pull request.
21
+
22
+ ## Prerequisites
23
+
24
+ - **Required state**: `pull_request_id`
25
+ - **Set state** (if not already set):
26
+
27
+ ```bash
28
+ agdt-set pull_request_id <value>
29
+ ```
30
+
31
+ ## Actions
32
+
33
+ 1. Approve the pull request:
34
+
35
+ ```bash
36
+ agdt-approve-pull-request
37
+ ```
38
+
39
+ 2. Request changes with a comment:
40
+
41
+ ```bash
42
+ agdt-add-pull-request-comment
43
+ ```
44
+
45
+ ## Expected Outcome
46
+
47
+ The review decision is recorded and the workflow moves to completion.
48
+
49
+ ## Next Step
50
+
51
+ Continue to completion.
@@ -0,0 +1,55 @@
1
+ ---
2
+ description: "PR Review - File Review: Review individual files (step 2 of 5)"
3
+ handoffs:
4
+ - label: "Continue File Review"
5
+ agent: "agdt.pull-request-review.file-review"
6
+ prompt: "Review the next file."
7
+ - label: "Continue to Summary"
8
+ agent: "agdt.pull-request-review.summary"
9
+ prompt: "Generate the review summary."
10
+
11
+ ---
12
+
13
+ ## User Input
14
+
15
+ ```text
16
+ $ARGUMENTS
17
+ ```
18
+
19
+ You **MUST** consider the user input before proceeding (if not empty).
20
+
21
+ ## Purpose
22
+
23
+ Review files and record approvals or requested changes.
24
+
25
+ ## Prerequisites
26
+
27
+ - **Required state**: `pull_request_id`, `file_review.file_path`
28
+ - **Set state** (if not already set):
29
+
30
+ ```bash
31
+ agdt-set pull_request_id <value>
32
+ agdt-set file_review.file_path <value>
33
+ ```
34
+
35
+ ## Actions
36
+
37
+ 1. Approve the file:
38
+
39
+ ```bash
40
+ agdt-approve-file
41
+ ```
42
+
43
+ 2. Request changes:
44
+
45
+ ```bash
46
+ agdt-request-changes
47
+ ```
48
+
49
+ ## Expected Outcome
50
+
51
+ File review feedback is recorded and the queue advances.
52
+
53
+ ## Next Step
54
+
55
+ Continue file review or move to summary.
@@ -0,0 +1,46 @@
1
+ ---
2
+ description: "PR Review - Initiate: Start a pull request review (step 1 of 5)"
3
+ handoffs:
4
+ - label: "Continue to File Review"
5
+ agent: "agdt.pull-request-review.file-review"
6
+ prompt: "Review individual files."
7
+
8
+ ---
9
+
10
+ ## User Input
11
+
12
+ ```text
13
+ $ARGUMENTS
14
+ ```
15
+
16
+ You **MUST** consider the user input before proceeding (if not empty).
17
+
18
+ ## Purpose
19
+
20
+ Start the pull-request-review workflow and load PR context.
21
+
22
+ ## Prerequisites
23
+
24
+ - **Required state**: `pull_request_id`, `jira.issue_key`
25
+ - **Set state** (if not already set):
26
+
27
+ ```bash
28
+ agdt-set pull_request_id <value>
29
+ agdt-set jira.issue_key <value>
30
+ ```
31
+
32
+ ## Actions
33
+
34
+ 1. Start the PR review:
35
+
36
+ ```bash
37
+ agdt-review-pull-request
38
+ ```
39
+
40
+ ## Expected Outcome
41
+
42
+ The review workflow starts and prepares the file review queue.
43
+
44
+ ## Next Step
45
+
46
+ Continue to file review.
@@ -0,0 +1,45 @@
1
+ ---
2
+ description: "PR Review - Summary: Generate review summary (step 3 of 5)"
3
+ handoffs:
4
+ - label: "Continue to Decision"
5
+ agent: "agdt.pull-request-review.decision"
6
+ prompt: "Approve or request changes."
7
+
8
+ ---
9
+
10
+ ## User Input
11
+
12
+ ```text
13
+ $ARGUMENTS
14
+ ```
15
+
16
+ You **MUST** consider the user input before proceeding (if not empty).
17
+
18
+ ## Purpose
19
+
20
+ Generate the pull request review summary.
21
+
22
+ ## Prerequisites
23
+
24
+ - **Required state**: `pull_request_id`
25
+ - **Set state** (if not already set):
26
+
27
+ ```bash
28
+ agdt-set pull_request_id <value>
29
+ ```
30
+
31
+ ## Actions
32
+
33
+ 1. Generate the summary:
34
+
35
+ ```bash
36
+ agdt-generate-pr-summary
37
+ ```
38
+
39
+ ## Expected Outcome
40
+
41
+ A review summary is generated and ready for a decision.
42
+
43
+ ## Next Step
44
+
45
+ Continue to decision.