fix: fix binary inclusion of hook scripts + test#260
Conversation
Review Summary by QodoFix hook scripts inclusion in PyInstaller binary and add E2E tests
WalkthroughsDescription• Fix binary inclusion of hook scripts via PyInstaller --add-data flag • Add E2E tests verifying hook scripts accessible in binary • Test both Claude and Cursor guard install configurations Diagramflowchart LR
A["PyInstaller Build"] -->|"--add-data flag"| B["Bundle hook scripts"]
B --> C["Binary includes hooks"]
C --> D["E2E Tests"]
D -->|"Verify hooks"| E["Claude/Cursor configs"]
File Changes1. Makefile
|
Code Review by Qodo
1. Windows add-data separator
|
No description provided.