Coding agents you can actually watch
Local-first task-to-PR agent orchestration with worktrees and tmux.
Workflow
From task to PR, locally.
Pass a task
Pass a task
Give WTmag a GitHub issue, a PR for review, or a custom prompt. It fetches the full context so your agent starts with the real task, not a summary you pasted by hand.
Worktree created
WTmag creates an isolated git worktree for the task. Two agents can work at once without editing the same files. No merge conflicts with yourself.
tmux session opens
WTmag opens a tmux window or session, writes the full brief to .wtmag/prompt.md, and starts your agent inside with a one-line bootstrap: read that file.
Agent runs, you watch
Attach to the tmux session at any point. Read the conversation, run commands in a split pane, or stop the agent and finish the work yourself. It is just tmux.
PR or cleanup
Issue workers are told to implement, commit, push, and open a PR. You get the link back. When you are done, clean up the worktree and close the session.
