Execute tasks with Lathe CLI
lathe-cliskillsetup L2★0
yutaro0915/Lathe ↗What it does
Manage PR/task agent runs with isolated worktrees and artifact archiving
Best for
Running agent tasks on PRs with complete artifact recovery and execution isolation per task.
Inputs
- · PR number
- · Task runner choice (claude-tui/codex-exec)
- · Execution prompt
Outputs
- · Archived task workspace
- · Transcript logs
- · Patches and snapshots
- · Plan HTML
Requires
- · Git 2.10+
- · jq
- · gh CLI
- · claude or codex runner
Preconditions
- · lathe init run once
- · .latheignore configured
- · Harness methodology defined
Failure modes
- · Cleanup can lose work if archive fails
- · .latheignore boundary confusion
- · Human approval in TUI can hang
Trust signals
- · Worktree-per-task isolation
- · Archive-based state recovery
- · Structured plan/verification metadata