mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
Add comprehensive technical documentation explaining the v7.1.0 migration from PM2 to Bun-based process management and better-sqlite3 to bun:sqlite database driver. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
131 lines
3.0 KiB
JSON
131 lines
3.0 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Claude-Mem",
|
|
"description": "Persistent memory compression system that preserves context across Claude Code sessions",
|
|
"theme": "mint",
|
|
"favicon": "/claude-mem-logomark.webp",
|
|
"logo": {
|
|
"light": "/claude-mem-logo-for-light-mode.webp",
|
|
"dark": "/claude-mem-logo-for-dark-mode.webp",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"colors": {
|
|
"primary": "#3B82F6",
|
|
"light": "#EFF6FF",
|
|
"dark": "#1E40AF"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Install",
|
|
"href": "https://github.com/thedotmack/claude-mem#quick-start"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"icon": "rocket",
|
|
"pages": [
|
|
"introduction",
|
|
"installation",
|
|
"usage/getting-started",
|
|
"usage/search-tools",
|
|
"usage/claude-desktop",
|
|
"usage/private-tags",
|
|
"beta-features"
|
|
]
|
|
},
|
|
{
|
|
"group": "Best Practices",
|
|
"icon": "lightbulb",
|
|
"pages": [
|
|
"context-engineering",
|
|
"progressive-disclosure"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration & Development",
|
|
"icon": "gear",
|
|
"pages": [
|
|
"configuration",
|
|
"development",
|
|
"troubleshooting",
|
|
"platform-integration"
|
|
]
|
|
},
|
|
{
|
|
"group": "Architecture",
|
|
"icon": "diagram-project",
|
|
"pages": [
|
|
"architecture/overview",
|
|
"architecture-evolution",
|
|
"hooks-architecture",
|
|
"architecture/hooks",
|
|
"architecture/worker-service",
|
|
"architecture/database",
|
|
"architecture/search-architecture",
|
|
"architecture/pm2-to-bun-migration"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"links": [
|
|
{
|
|
"header": "Resources",
|
|
"items": [
|
|
{
|
|
"label": "Documentation",
|
|
"href": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
{
|
|
"label": "Issues",
|
|
"href": "https://github.com/thedotmack/claude-mem/issues"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"header": "Legal",
|
|
"items": [
|
|
{
|
|
"label": "License (AGPL-3.0)",
|
|
"href": "https://github.com/thedotmack/claude-mem/blob/main/LICENSE"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"seo": {
|
|
"indexing": "all",
|
|
"metatags": {
|
|
"og:type": "website",
|
|
"og:site_name": "Claude-Mem Documentation",
|
|
"og:description": "Persistent memory compression system that preserves context across Claude Code sessions"
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"cursor"
|
|
]
|
|
},
|
|
"integrations": {
|
|
"telemetry": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|