| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- installed:
- - git
- settings:
- auto_execute_hooks: true
- hooks:
- before_constitution:
- - extension: git
- command: speckit.git.initialize
- enabled: true
- optional: false
- prompt: Execute speckit.git.initialize?
- description: Initialize Git repository before constitution setup
- condition: null
- before_specify:
- - extension: git
- command: speckit.git.feature
- enabled: true
- optional: false
- prompt: Execute speckit.git.feature?
- description: Create feature branch before specification
- condition: null
- before_clarify:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before clarification?
- description: Auto-commit before spec clarification
- condition: null
- before_plan:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before planning?
- description: Auto-commit before implementation planning
- condition: null
- before_tasks:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before task generation?
- description: Auto-commit before task generation
- condition: null
- before_implement:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before implementation?
- description: Auto-commit before implementation
- condition: null
- before_checklist:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before checklist?
- description: Auto-commit before checklist generation
- condition: null
- before_analyze:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before analysis?
- description: Auto-commit before analysis
- condition: null
- before_taskstoissues:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit outstanding changes before issue sync?
- description: Auto-commit before tasks-to-issues conversion
- condition: null
- after_constitution:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit constitution changes?
- description: Auto-commit after constitution update
- condition: null
- after_specify:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit specification changes?
- description: Auto-commit after specification
- condition: null
- after_clarify:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit clarification changes?
- description: Auto-commit after spec clarification
- condition: null
- after_plan:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit plan changes?
- description: Auto-commit after implementation planning
- condition: null
- after_tasks:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit task changes?
- description: Auto-commit after task generation
- condition: null
- after_implement:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit implementation changes?
- description: Auto-commit after implementation
- condition: null
- after_checklist:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit checklist changes?
- description: Auto-commit after checklist generation
- condition: null
- after_analyze:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit analysis results?
- description: Auto-commit after analysis
- condition: null
- after_taskstoissues:
- - extension: git
- command: speckit.git.commit
- enabled: true
- optional: true
- prompt: Commit after syncing issues?
- description: Auto-commit after tasks-to-issues conversion
- condition: null
|