claude-configs/plugins/installed_plugins.json
Cal Corum 3debec3640 Add orchestrator swarm system and update plugins
New: Agent swarm orchestration skill + 3 worker agent definitions
- skills/orchestrator/ - decomposes tasks, delegates to parallel coders, reviews, validates
- agents/swarm-coder.md - implementation agent (sonnet, bypassPermissions)
- agents/swarm-reviewer.md - read-only code reviewer (sonnet, disallowedTools: Edit, Write)
- agents/swarm-validator.md - read-only spec validator (sonnet, disallowedTools: Edit, Write)

Also: plugin marketplace updates, settings changes, blocklist

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:58:38 -06:00

26 lines
891 B
JSON

{
"version": 2,
"plugins": {
"pyright-lsp@claude-plugins-official": [
{
"scope": "project",
"projectPath": "/mnt/NV2/Development/claude-home",
"installPath": "/home/cal/.claude/plugins/cache/claude-plugins-official/pyright-lsp/1.0.0",
"version": "1.0.0",
"installedAt": "2026-02-17T21:44:23.400Z",
"lastUpdated": "2026-02-17T21:44:23.400Z",
"gitCommitSha": "261ce4fba4f2c314c490302158909a32e5889c88"
}
],
"playground@claude-plugins-official": [
{
"scope": "user",
"installPath": "/home/cal/.claude/plugins/cache/claude-plugins-official/playground/452c38756951",
"version": "452c38756951",
"installedAt": "2026-02-18T19:51:28.422Z",
"lastUpdated": "2026-02-18T20:36:56.457Z",
"gitCommitSha": "261ce4fba4f2c314c490302158909a32e5889c88"
}
]
}
}