15 lines
439 B
JSON
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"
|
|
]
|
|
} |