1 parent f646b1c commit 87af872Copy full SHA for 87af872
1 file changed
.pre-commit-config.yaml
@@ -15,9 +15,18 @@ repos:
15
stages: [commit]
16
verbose: true
17
18
+ - id: export-implementation-plan
19
+ name: Export Implementation Plan from bd
20
+ entry: ./scripts/export-implementation-plan.sh
21
+ language: system
22
+ pass_filenames: false
23
+ always_run: true
24
+ stages: [commit]
25
+ verbose: true
26
+
27
- id: auto-add-exports
28
name: Auto-add exported documentation files
- entry: bash -c 'git add CURRENT_SPRINT.md 2>/dev/null || true'
29
+ entry: bash -c 'git add CURRENT_SPRINT.md IMPLEMENTATION_PLAN.md 2>/dev/null || true'
30
language: system
31
pass_filenames: false
32
always_run: true
0 commit comments