@getmegabrain/cli 0.1.5 → 0.1.7

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": "@getmegabrain/cli",
3
- "version": "0.1.5",
4
- "description": "MegaBrain CLI — sign in once, then code from your terminal via OpenCode wired to the MegaBrain Gateway.",
3
+ "version": "0.1.7",
4
+ "description": "MegaBrain CLI — sign in once, then code from your terminal via OpenCode wired to the MegaBrain Gateway, or run `megabrain science` for the local research workbench.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "scripts": {
30
30
  "build": "tsc -p tsconfig.build.json",
31
- "postbuild": "chmod +x dist/index.js",
31
+ "postbuild": "node scripts/copy-assets.mjs && chmod +x dist/index.js",
32
32
  "dev": "tsx src/index.ts",
33
33
  "typecheck": "tsgo --noEmit",
34
34
  "test": "vitest run --passWithNoTests",