claude-memory-layer 1.0.21 → 1.0.22

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/cli/index.js CHANGED
@@ -9709,7 +9709,7 @@ function getHooksConfig(pluginPath) {
9709
9709
  };
9710
9710
  }
9711
9711
  var program = new Command();
9712
- program.name("claude-memory-layer").description("Claude Code Memory Plugin CLI").version("1.0.21");
9712
+ program.name("claude-memory-layer").description("Claude Code Memory Plugin CLI").version("1.0.22");
9713
9713
  program.command("install").description("Install hooks into Claude Code settings").option("--path <path>", "Custom plugin path (defaults to auto-detect)").action(async (options) => {
9714
9714
  try {
9715
9715
  const pluginPath = options.path || getPluginPath();
package/memory/_index.md CHANGED
@@ -5,6 +5,7 @@ Generated automatically by MarkdownMirror.
5
5
  - memory/.claude-plugin/commands/2026-02-25.md
6
6
  - memory/agent_response/uncategorized/2026-02-26.md
7
7
  - memory/agent_response/uncategorized/2026-03-03.md
8
+ - memory/agent_response/uncategorized/2026-03-04.md
8
9
  - memory/default/uncategorized/2026-02-25.md
9
10
  - memory/node_modules/abbrev/2026-02-25.md
10
11
  - memory/node_modules/abort-controller/2026-02-25.md
@@ -409,4 +410,6 @@ Generated automatically by MarkdownMirror.
409
410
  - memory/specs/web-viewer-ui/2026-02-25.md
410
411
  - memory/tool_observation/uncategorized/2026-02-26.md
411
412
  - memory/tool_observation/uncategorized/2026-03-03.md
413
+ - memory/tool_observation/uncategorized/2026-03-04.md
412
414
  - memory/user_prompt/uncategorized/2026-02-26.md
415
+ - memory/user_prompt/uncategorized/2026-03-04.md
@@ -0,0 +1,9 @@
1
+
2
+ ## 2026-03-04T06:28:06.090Z | 22424d25-2906-494c-8308-334081c07d2b
3
+ - type: agent_response
4
+ - session: 49653e19-2797-42cb-b203-bb26aaa00738
5
+ `@huggingface/transformers` is missing from local `node_modules` (only `jinja` is there). Run `npm install` in the workspace:
6
+ ## 2026-03-04T06:28:06.118Z | 14ec2daf-64da-4d17-ab68-9d0f808ef2db
7
+ - type: agent_response
8
+ - session: 49653e19-2797-42cb-b203-bb26aaa00738
9
+ `npm install` completed successfully — `@huggingface/transformers` is now installed. Try `npx claude-memory-layer import` again.
@@ -0,0 +1,5 @@
1
+
2
+ ## 2026-03-04T06:28:03.883Z | 9916e2db-dcc8-4f2f-8725-b88526edea0d
3
+ - type: tool_observation
4
+ - session: 49653e19-2797-42cb-b203-bb26aaa00738
5
+ {"toolName":"TaskOutput","toolInput":{"task_id":"bdyjti9fh","block":true,"timeout":60000},"toolOutput":"{\"retrieval_status\":\"success\",\"task\":{\"task_id\":\"bdyjti9fh\",\"task_type\":\"local_bash\",\"status\":\"completed\",\"description\":\"Install missing dependencies\",\"output\":\"npm warn deprecated boolean@3.2.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.\\n\\nadded 46 packages, removed 43 packages, changed 22 packages, and audited 347 packages in 6s\\n\\n62 packages are looking for funding\\n run `npm fund` for details\\n\\n13 vulnerabilities (1 low, 4 moderate, 8 high)\\n\\nTo address issues that do not require attention, run:\\n npm audit fix\\n\\nTo address all issues possible (including breaking changes), run:\\n npm audit fix --force\\n\\nSome issues need review, and may require choosing\\na different dependency.\\n\\nRun `npm audit` for details.\\n\",\"exitCode\":0}}","durationMs":0,"success":true,"metadata":{}}
@@ -0,0 +1,5 @@
1
+
2
+ ## 2026-03-04T06:28:42.356Z | 2eaacf00-4cb0-4dc9-a638-d811a5b3b237
3
+ - type: user_prompt
4
+ - session: 49653e19-2797-42cb-b203-bb26aaa00738
5
+ ./scripts/bump-patch-version.sh 이고 하고, 다시 num run build 하고, npm publish 하면 배포 해서, 다른곳에서 쓸 수 있는거야?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-memory-layer",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Claude Code plugin that learns from conversations to provide personalized assistance",
5
5
  "main": "dist/index.js",
6
6
  "bin": {