Files
gh-xdg-xdg-claude-isolated-…/.claude-plugin/plugin.json
2025-11-30 09:06:58 +08:00

15 lines
439 B
JSON

{
"name": "isolated-task-agent",
"description": "Execute focused work in clean, isolated contexts without polluting the main conversation history. Ideal for exploratory analysis, parallel work streams, and context-heavy operations.",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"agents": [
"./agents/isolated-task-agent.md"
],
"commands": [
"./commands/isolate.md"
]
}