diff --git a/.claude/skills/CLAUDE.md b/.claude/skills/CLAUDE.md index 3a3d1457..9be5808a 100644 --- a/.claude/skills/CLAUDE.md +++ b/.claude/skills/CLAUDE.md @@ -26,4 +26,4 @@ Manages semantic versioning for the claude-mem project itself. Handles updating ## Adding New Skills **For claude-mem development** → Add to `.claude/skills/` -**For end users** → Add to `plugin/skills/` (gets distributed with plugin) +**For end users** → Add to `plugin/skills/` (gets distributed with plugin) \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 34f4f099..98fad14a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -22,7 +22,7 @@ Claude-mem is a Claude Code plugin providing persistent memory across sessions. **Dual-Tag System** for meta-observation control: - `content` - User-level privacy control (manual, prevents storage) -- `content` - System-level tag (auto-injected observations, prevents recursive storage) +- `` - System-level tag (auto-injected observations, prevents recursive storage) **Implementation**: Tag stripping happens at hook layer (edge processing) before data reaches worker/database. See `src/utils/tag-stripping.ts` for shared utilities. @@ -78,4 +78,4 @@ This architecture preserves the open-source nature of the project while enabling ## Important -No need to edit the changelog ever, it's generated automatically. +No need to edit the changelog ever, it's generated automatically. \ No newline at end of file diff --git a/docs/public/CLAUDE.md b/docs/public/CLAUDE.md index 095fa347..bb075855 100644 --- a/docs/public/CLAUDE.md +++ b/docs/public/CLAUDE.md @@ -85,4 +85,4 @@ npx mintlify dev **Simple Rule**: - `/docs/public/` = Official user documentation (Mintlify .mdx files) ← YOU ARE HERE -- `/docs/context/` = Internal docs, plans, references, audits +- `/docs/context/` = Internal docs, plans, references, audits \ No newline at end of file