- plugins: update installed_plugins, known_marketplaces, install-counts-cache, blocklist; add agent-toolkit and cal-claude-plugins marketplaces - settings.json: significant config changes (129 insertions, -129 deletions net) - CLAUDE.md: minor update - skills: remove json-pretty and save-doc (archived to _archive/save-doc) - sessions: remove 2 old sessions, add 4 new sessions - add command-permissions.json, permission-audit.jsonl, tmp/permissions-audit.md
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
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-03-19T18:01:10.476Z"
|
|
},
|
|
"claude-code-plugins": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "anthropics/claude-code"
|
|
},
|
|
"installLocation": "/home/cal/.claude/plugins/marketplaces/claude-code-plugins",
|
|
"lastUpdated": "2026-03-20T07:00:48.487Z"
|
|
},
|
|
"agent-toolkit": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "St0nefish/agent-toolkit"
|
|
},
|
|
"installLocation": "/home/cal/.claude/plugins/marketplaces/agent-toolkit",
|
|
"lastUpdated": "2026-03-18T23:36:04.279Z"
|
|
},
|
|
"cal-claude-plugins": {
|
|
"source": {
|
|
"source": "git",
|
|
"url": "https://git.manticorum.com/cal/claude-plugins.git"
|
|
},
|
|
"installLocation": "/home/cal/.claude/plugins/marketplaces/cal-claude-plugins",
|
|
"lastUpdated": "2026-03-19T20:32:33.873Z",
|
|
"autoUpdate": true
|
|
}
|
|
} |