1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/sh
# Pre-work hook to validate workflow state before file modifications
#
# This hook validates:
# - Issue is in in_progress/ (not todo/)
# - Issue move was committed
# - Branch matches issue specification
#
# Installation (optional):
# cp scripts/pre-work-hook .git/hooks/pre-work
# chmod +x .git/hooks/pre-work
#
# Or run manually:
# ./scripts/pre-work-hook
#
# Bypass (not recommended):
# Use --force flag with validation script
# Run the validation script
if [; then
exit_code=
if [; then
fi
else
fi