Documentation
README
Durable Jobs
Use repowire jobs when work needs durable lifecycle state, recovery after peer death, retry/cancel/result inspection, spawned-on-demand execution, or recurrence. Use schedule only for future ask/notify wakeups to an existing target.
Agent folders are a convention, not a registry. Scaffold them with:
repowire agents create <name> --backend <runtime>
Then create jobs targeting the folder's absolute path with --path <abs-path> --backend <runtime>. The folder's AGENTS.md is the source of truth; CLAUDE.md is only a shim for Claude Code. Other supported runtimes load AGENTS.md directly.
This is the opening of the README. Read the full README on GitHub.