Remove postinstall script and update user message for first-time setup in hooks

This commit is contained in:
Alex Newman
2025-12-09 14:39:31 -05:00
parent c5ee27f001
commit d957bff495
3 changed files with 49 additions and 61 deletions
-1
View File
@@ -31,7 +31,6 @@
},
"scripts": {
"build": "node scripts/build-hooks.js",
"postinstall": "touch .first-run-complete || true",
"test": "vitest",
"test:parser": "npx tsx src/sdk/parser.test.ts",
"test:context": "echo '{\"session_id\":\"test-'$(date +%s)'\",\"cwd\":\"'$(pwd)'\",\"source\":\"startup\"}' | node plugin/scripts/context-hook.js 2>/dev/null",