fraim 2.0.148 → 2.0.150

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.
Files changed (2) hide show
  1. package/index.js +0 -0
  2. package/package.json +4 -4
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "fraim",
3
- "version": "2.0.148",
3
+ "version": "2.0.150",
4
4
  "description": "FRAIM CLI - Framework for Rigor-based AI Management (alias for fraim-framework)",
5
5
  "main": "index.js",
6
6
  "bin": {
7
- "fraim": "./index.js",
8
- "fraim-framework": "./index.js"
7
+ "fraim": "./bin/fraim.js",
8
+ "fraim-framework": "./bin/fraim.js"
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "tsx --watch src/fraim-mcp-server.ts > server.log 2>&1",
@@ -37,7 +37,7 @@
37
37
  "view-signups": "tsx scripts/view-signups.ts",
38
38
  "fraim:init": "npm run build && node index.js init",
39
39
  "fraim:sync": "node index.js sync --local",
40
- "postinstall": "fraim sync --skip-updates || echo 'FRAIM setup skipped.'",
40
+ "postinstall": "node ./bin/fraim.js sync --skip-updates || echo 'FRAIM setup skipped.'",
41
41
  "prepublishOnly": "npm run build",
42
42
  "release": "npm version patch && npm run publish-both",
43
43
  "publish-both": "node scripts/publish-both.js",