caveat-cli 0.16.2 → 0.16.3

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-3MLJQLWY.js";
13
+ } from "./chunk-PD5E6TFL.js";
14
14
 
15
15
  // ../../node_modules/.pnpm/@hono+node-server@2.0.1_hono@4.12.17/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs
16
16
  var X_ALREADY_SENT = "x-hono-already-sent";
@@ -8892,4 +8892,4 @@ if (import.meta.url === `file://${process.argv[1]?.replace(/\\/g, "/")}`) {
8892
8892
  export {
8893
8893
  startServer
8894
8894
  };
8895
- //# sourceMappingURL=server-LAJCQXS3.js.map
8895
+ //# sourceMappingURL=server-ZMIRSFMH.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caveat-cli",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Long-term memory CLI for Claude Code and Codex (markdown + SQLite FTS5 + MCP + hooks)",
5
5
  "keywords": [
6
6
  "caveat",
@@ -49,9 +49,9 @@
49
49
  "typescript": "^6.0.3",
50
50
  "vite": "^8.0.10",
51
51
  "vitest": "^4.1.5",
52
- "@caveat/mcp": "0.0.0",
53
52
  "@caveat/web": "0.0.0",
54
- "@caveat/core": "0.0.0"
53
+ "@caveat/core": "0.0.0",
54
+ "@caveat/mcp": "0.0.0"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup",