@slock-ai/daemon 0.38.1 → 0.39.1-alpha.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.
package/dist/core.js CHANGED
@@ -6,9 +6,10 @@ import {
6
6
  parseDaemonCliArgs,
7
7
  readDaemonVersion,
8
8
  resolveChatBridgePath,
9
+ resolveSlockCliPath,
9
10
  resolveWorkspaceDirectoryPath,
10
11
  scanWorkspaceDirectories
11
- } from "./chunk-GCL6DIFU.js";
12
+ } from "./chunk-SDJ4NOR7.js";
12
13
  import {
13
14
  subscribeDaemonLogs
14
15
  } from "./chunk-E6OOH3IC.js";
@@ -20,6 +21,7 @@ export {
20
21
  parseDaemonCliArgs,
21
22
  readDaemonVersion,
22
23
  resolveChatBridgePath,
24
+ resolveSlockCliPath,
23
25
  resolveWorkspaceDirectoryPath,
24
26
  scanWorkspaceDirectories,
25
27
  subscribeDaemonLogs
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  DAEMON_CLI_USAGE,
4
4
  DaemonCore,
5
5
  parseDaemonCliArgs
6
- } from "./chunk-GCL6DIFU.js";
6
+ } from "./chunk-SDJ4NOR7.js";
7
7
  import "./chunk-E6OOH3IC.js";
8
8
 
9
9
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slock-ai/daemon",
3
- "version": "0.38.1",
3
+ "version": "0.39.1-alpha.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "slock-daemon": "dist/index.js"
@@ -22,18 +22,6 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "scripts": {
26
- "dev": "tsx watch src/index.ts",
27
- "start": "tsx src/index.ts",
28
- "build": "tsup",
29
- "test": "node --import tsx --test --test-force-exit 'src/**/*.test.ts'",
30
- "prepublishOnly": "pnpm run build",
31
- "typecheck": "tsc --noEmit",
32
- "release:patch": "npm version patch --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
33
- "release:minor": "npm version minor --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
34
- "release:major": "npm version major --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
35
- "release:alpha": "npm version prerelease --preid=alpha --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags"
36
- },
37
25
  "dependencies": {
38
26
  "@modelcontextprotocol/sdk": "^1.29.0",
39
27
  "https-proxy-agent": "^7.0.6",
@@ -42,10 +30,22 @@
42
30
  "zod": "^4.3.6"
43
31
  },
44
32
  "devDependencies": {
45
- "@slock-ai/shared": "workspace:*",
46
33
  "@types/node": "^25.5.0",
47
34
  "@types/ws": "^8.18.1",
48
35
  "tsup": "^8.5.1",
49
- "typescript": "^5.9.3"
36
+ "typescript": "^5.9.3",
37
+ "@slock-ai/cli": "0.0.1",
38
+ "@slock-ai/shared": "0.1.0"
39
+ },
40
+ "scripts": {
41
+ "dev": "pnpm --filter @slock-ai/cli build && tsx watch src/index.ts",
42
+ "start": "tsx src/index.ts",
43
+ "build": "pnpm --filter @slock-ai/cli build && tsup && node -e \"require('fs').cpSync('../cli/dist','dist/cli',{recursive:true})\"",
44
+ "test": "node --import tsx --test --test-force-exit 'src/**/*.test.ts'",
45
+ "typecheck": "tsc --noEmit",
46
+ "release:patch": "npm version patch --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
47
+ "release:minor": "npm version minor --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
48
+ "release:major": "npm version major --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags",
49
+ "release:alpha": "npm version prerelease --preid=alpha --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @slock-ai/daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags"
50
50
  }
51
- }
51
+ }