-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
11 lines (11 loc) · 804 Bytes
/
package.json
File metadata and controls
11 lines (11 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
{
"name": "coding-agent",
"version": "0.1.0",
"description": "Delegate coding tasks to Claude Code, OpenCode, iFlow, or qodercli via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that benefits from agent-driven exploration. NOT for: simple one-liner fixes (just edit), reading a single known file (use file read), thread-bound ACP harness requests in chat, or any work in ~/clawd workspace (never spawn agents here). Claude Code: prefer --print --permission-mode bypassPermissions. OpenCode/iFlow/qodercli: run inside tmux for interactivity (PTY).",
"publishConfig": {
"registry": "https://contextlab.alibaba-inc.com/skill"
},
"aoneKit": {
"generated": true
}
}