claudia-orchestrator 0.1.3 → 0.1.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "claudia-orchestrator",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "Claudia agent orchestration dashboard (cui fork)",
6
6
  "main": "dist/cui-server.js",
@@ -10,6 +10,7 @@ const __dirname = dirname(__filename);
10
10
 
11
11
  // List of files that need executable permissions
12
12
  const executableFiles = [
13
+ 'dist/server.js',
13
14
  'dist/mcp-server/index.js',
14
15
  // node-pty spawn-helper loses execute permission when pnpm extracts prebuilds
15
16
  'node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper',