- Move session_memory.py, ensure-symlinks.sh into skills/cognitive-memory/scripts/ - Copy systemd units into skills/cognitive-memory/systemd/ with README - Move PROJECT_PLAN.json, migrate.py into skills/cognitive-memory/dev/ - Add mtime-based embeddings cache to client.py (6x faster semantic recall) - Default recall to semantic+keyword merge (was keyword-only) - Update settings.json SessionEnd hook path, MCP allow entry - Update SKILL.md, feature.json, mcp_server.py docs for new defaults Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
543 B
JSON
18 lines
543 B
JSON
{
|
|
"claude-plugins-official": {
|
|
"source": {
|
|
"source": "git",
|
|
"url": "https://github.com/anthropics/claude-plugins-official.git"
|
|
},
|
|
"installLocation": "/home/cal/.claude/plugins/marketplaces/claude-plugins-official",
|
|
"lastUpdated": "2026-02-19T11:00:01.550Z"
|
|
},
|
|
"claude-code-plugins": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "anthropics/claude-code"
|
|
},
|
|
"installLocation": "/home/cal/.claude/plugins/marketplaces/claude-code-plugins",
|
|
"lastUpdated": "2026-02-19T21:13:33.303Z"
|
|
}
|
|
} |