Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:58 +08:00
commit 00f282131b
5 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}