wiki: add claude-mem troubleshooting article for Claude Code 2.1 arg mismatch

claude-mem 12.1.3 passes --setting-sources with no value, which Claude Code
2.1.x rejects. Documents the silent summaryStored=null symptom, the real
error revealed under DEBUG logging, and the claude-shim workaround.
This commit is contained in:
2026-04-17 10:20:15 -04:00
parent 4f66955d33
commit 9c1a8c95d5
2 changed files with 180 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
---
created: 2026-03-15T06:37
updated: 2026-04-13T10:10
updated: 2026-04-17T09:57
---
# 🔧 General Troubleshooting
@@ -44,3 +44,4 @@ Practical fixes for common Linux, networking, and application problems.
## 🤖 AI / Local LLM
- [Ollama Drops Off Tailscale When Mac Sleeps](ollama-macos-sleep-tailscale-disconnect.md)
- [Windows OpenSSH Server (sshd) Stops After Reboot](networking/windows-sshd-stops-after-reboot.md)
- [claude-mem Silently Fails with Claude Code 2.1+ (Empty `--setting-sources`)](claude-mem-setting-sources-empty-arg.md)