extensions.yml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. installed:
  2. - git
  3. settings:
  4. auto_execute_hooks: true
  5. hooks:
  6. before_constitution:
  7. - extension: git
  8. command: speckit.git.initialize
  9. enabled: true
  10. optional: false
  11. prompt: Execute speckit.git.initialize?
  12. description: Initialize Git repository before constitution setup
  13. condition: null
  14. before_specify:
  15. - extension: git
  16. command: speckit.git.feature
  17. enabled: true
  18. optional: false
  19. prompt: Execute speckit.git.feature?
  20. description: Create feature branch before specification
  21. condition: null
  22. before_clarify:
  23. - extension: git
  24. command: speckit.git.commit
  25. enabled: true
  26. optional: true
  27. prompt: Commit outstanding changes before clarification?
  28. description: Auto-commit before spec clarification
  29. condition: null
  30. before_plan:
  31. - extension: git
  32. command: speckit.git.commit
  33. enabled: true
  34. optional: true
  35. prompt: Commit outstanding changes before planning?
  36. description: Auto-commit before implementation planning
  37. condition: null
  38. before_tasks:
  39. - extension: git
  40. command: speckit.git.commit
  41. enabled: true
  42. optional: true
  43. prompt: Commit outstanding changes before task generation?
  44. description: Auto-commit before task generation
  45. condition: null
  46. before_implement:
  47. - extension: git
  48. command: speckit.git.commit
  49. enabled: true
  50. optional: true
  51. prompt: Commit outstanding changes before implementation?
  52. description: Auto-commit before implementation
  53. condition: null
  54. before_checklist:
  55. - extension: git
  56. command: speckit.git.commit
  57. enabled: true
  58. optional: true
  59. prompt: Commit outstanding changes before checklist?
  60. description: Auto-commit before checklist generation
  61. condition: null
  62. before_analyze:
  63. - extension: git
  64. command: speckit.git.commit
  65. enabled: true
  66. optional: true
  67. prompt: Commit outstanding changes before analysis?
  68. description: Auto-commit before analysis
  69. condition: null
  70. before_taskstoissues:
  71. - extension: git
  72. command: speckit.git.commit
  73. enabled: true
  74. optional: true
  75. prompt: Commit outstanding changes before issue sync?
  76. description: Auto-commit before tasks-to-issues conversion
  77. condition: null
  78. after_constitution:
  79. - extension: git
  80. command: speckit.git.commit
  81. enabled: true
  82. optional: true
  83. prompt: Commit constitution changes?
  84. description: Auto-commit after constitution update
  85. condition: null
  86. after_specify:
  87. - extension: git
  88. command: speckit.git.commit
  89. enabled: true
  90. optional: true
  91. prompt: Commit specification changes?
  92. description: Auto-commit after specification
  93. condition: null
  94. after_clarify:
  95. - extension: git
  96. command: speckit.git.commit
  97. enabled: true
  98. optional: true
  99. prompt: Commit clarification changes?
  100. description: Auto-commit after spec clarification
  101. condition: null
  102. after_plan:
  103. - extension: git
  104. command: speckit.git.commit
  105. enabled: true
  106. optional: true
  107. prompt: Commit plan changes?
  108. description: Auto-commit after implementation planning
  109. condition: null
  110. after_tasks:
  111. - extension: git
  112. command: speckit.git.commit
  113. enabled: true
  114. optional: true
  115. prompt: Commit task changes?
  116. description: Auto-commit after task generation
  117. condition: null
  118. after_implement:
  119. - extension: git
  120. command: speckit.git.commit
  121. enabled: true
  122. optional: true
  123. prompt: Commit implementation changes?
  124. description: Auto-commit after implementation
  125. condition: null
  126. after_checklist:
  127. - extension: git
  128. command: speckit.git.commit
  129. enabled: true
  130. optional: true
  131. prompt: Commit checklist changes?
  132. description: Auto-commit after checklist generation
  133. condition: null
  134. after_analyze:
  135. - extension: git
  136. command: speckit.git.commit
  137. enabled: true
  138. optional: true
  139. prompt: Commit analysis results?
  140. description: Auto-commit after analysis
  141. condition: null
  142. after_taskstoissues:
  143. - extension: git
  144. command: speckit.git.commit
  145. enabled: true
  146. optional: true
  147. prompt: Commit after syncing issues?
  148. description: Auto-commit after tasks-to-issues conversion
  149. condition: null