Refactor user message hook for first-run detection, update Python version regex validation in settings routes, and simplify package commands directory retrieval

This commit is contained in:
Alex Newman
2025-12-09 14:33:23 -05:00
parent 1fb8df42b6
commit d9f3798c90
7 changed files with 42 additions and 47 deletions
+1
View File
@@ -31,6 +31,7 @@
},
"scripts": {
"build": "node scripts/build-hooks.js",
"postinstall": "touch plugin/.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",