jev_prepare_work
Prepare a source-linked work packet for one task, bundling explicit files and checks so main host or subagent can execute without extra inference.
Instructions
Prepare one task-specific source-linked work packet for main-host execution or one subagent assignment. Each different task needs its own task_id and preparation, even with shared sources. Batch-group explicit materials and check supplied claims; preserve all originals, constraints and acceptance. No model selection, spawning or edits. No labels/checks means zero inference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | An approved local project root. Sources are relative to this root. | |
| task | Yes | Concrete purpose for selecting evidence; no broad instruction to solve an entire project. | |
| checks | No | Optional atomic claims/requirements checked only against their named source IDs. A requirement is not evidence of implementation. | |
| labels | No | Optional log/material categories. Server adds unknown; labels never authorize actions. | |
| sources | Yes | Explicit authorized text files, line ranges, or complete GDScript functions; no recursive indexing. | |
| task_id | Yes | Unique work-package ID. Each distinct delegated task needs its own ID and preparation, even with shared source files. | |
| executor | No | main | |
| acceptance | No | ||
| constraints | No |