caveat-cli 0.17.2 → 0.17.4

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.
@@ -10,7 +10,7 @@ import {
10
10
  resolvePaths,
11
11
  search,
12
12
  stderrLogger
13
- } from "./chunk-TRIQ5WFY.js";
13
+ } from "./chunk-ZBHCOA6R.js";
14
14
 
15
15
  // ../../node_modules/.pnpm/@hono+node-server@2.0.10_hono@4.12.30/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs
16
16
  var X_ALREADY_SENT = "x-hono-already-sent";
@@ -9173,4 +9173,4 @@ if (import.meta.url === `file://${process.argv[1]?.replace(/\\/g, "/")}`) {
9173
9173
  export {
9174
9174
  startServer
9175
9175
  };
9176
- //# sourceMappingURL=server-FUWTRVRZ.js.map
9176
+ //# sourceMappingURL=server-GBVHOF67.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caveat-cli",
3
- "version": "0.17.2",
3
+ "version": "0.17.4",
4
4
  "description": "Long-term memory CLI for Claude Code and Codex (markdown + SQLite FTS5 + MCP + hooks)",
5
5
  "keywords": [
6
6
  "caveat",
@@ -41,25 +41,25 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "scripts": {
45
- "build": "tsup",
46
- "test": "vitest run",
47
- "typecheck": "tsc --noEmit",
48
- "dev": "tsx src/index.ts"
49
- },
50
44
  "dependencies": {
51
45
  "commander": "^14.0.3",
52
46
  "smol-toml": "1.7.0"
53
47
  },
54
48
  "devDependencies": {
55
- "@caveat/core": "workspace:*",
56
- "@caveat/mcp": "workspace:*",
57
- "@caveat/web": "workspace:*",
58
49
  "@types/node": "^22.20.1",
59
50
  "tsup": "^8.3.0",
60
51
  "tsx": "^4.23.1",
61
52
  "typescript": "^6.0.3",
62
53
  "vite": "^8.1.4",
63
- "vitest": "^4.1.10"
54
+ "vitest": "^4.1.10",
55
+ "@caveat/web": "0.0.0",
56
+ "@caveat/mcp": "0.0.0",
57
+ "@caveat/core": "0.0.0"
58
+ },
59
+ "scripts": {
60
+ "build": "tsup",
61
+ "test": "vitest run",
62
+ "typecheck": "tsc --noEmit",
63
+ "dev": "tsx src/index.ts"
64
64
  }
65
- }
65
+ }