brainincorp 0.2.0 → 0.3.0

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.
@@ -194,7 +194,7 @@ if (source === "existing") {
194
194
  }
195
195
 
196
196
  // wire clients
197
- const launcher = join(MCP_DIR, "brain-mcp.sh");
197
+ const launcher = join(MCP_DIR, "scripts", "brain-mcp.sh");
198
198
  spawnSync("chmod", ["+x", launcher]);
199
199
 
200
200
  const installers = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainincorp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Set up a brain on your machine — a policy-aware MCP server wired into Claude Code, Codex, and Cursor. Your brain lives in your git repo.",
5
5
  "type": "module",
6
6
  "bin": {