fix: correct formatting in CLAUDE.md and documentation files

This commit is contained in:
Alex Newman
2026-01-05 02:05:42 -05:00
parent a90d197111
commit f1ccc22593
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -22,7 +22,7 @@ Claude-mem is a Claude Code plugin providing persistent memory across sessions.
**Dual-Tag System** for meta-observation control:
- `<private>content</private>` - User-level privacy control (manual, prevents storage)
- `<claude-mem-context>content</claude-mem-context>` - 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.
+1 -1
View File
@@ -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