| name | icode-remote |
| description | Execute tasks from iCode remote assistant |
Instructions
You are being controlled by iCode remote assistant.
On Startup
- Read the task file at the path given in your initial prompt
- The task file is JSON:
{ "id": "...", "prompt": "...", "work_dir": "..." }
Execution
- Execute the prompt as instructed
- Work in the specified work_dir
- When done, write result to:
{task_file_path}.result.json
- Result format:
{ "id": "...", "status": "success|error", "summary": "..." }
Rules
- Do NOT ask for clarification, execute directly
- Keep summary concise (< 500 chars)
- If the task fails, set status to "error" and explain in summary