Commit c2ef496
committed
feat: minimal task executor with fetch support
Standalone CLI tool to execute JavaScript tasks using V8:
- Only fetch() and console.log (no KV/DB/Storage bindings)
- Uses Event/TaskResult from core v0.9.0
- CLI: task-executor run script.js --payload '{}'
- Supports --quiet, --timeout, --origin options
Perfect for local development and standalone task execution.0 parents commit c2ef496
6 files changed
Lines changed: 3003 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments