@proletariat/cli 0.3.46 → 0.3.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@proletariat/cli",
3
3
  "description": "Agent orchestration platform for AI labor - Spin up workers on demand for multi-agent development",
4
- "version": "0.3.46",
4
+ "version": "0.3.47",
5
5
  "author": "Chris McDermut",
6
6
  "mcpName": "io.github.chrismcdermut/proletariat-cli",
7
7
  "publishConfig": {
@@ -111,7 +111,7 @@
111
111
  "directory": "apps/cli"
112
112
  },
113
113
  "scripts": {
114
- "postinstall": "npm rebuild better-sqlite3 || echo 'WARNING: npm rebuild better-sqlite3 failed. Native binding may be missing.'",
114
+ "postinstall": "npm rebuild better-sqlite3 && node ./bin/validate-better-sqlite3.cjs",
115
115
  "build": "shx rm -rf dist && tsc -b",
116
116
  "rebuild": "pnpm install && pnpm build",
117
117
  "clean": "shx rm -rf dist",