Plans and issues
Create plans, inspect generated tasks, and carry a terminal-started task through to a pull request.
Use one CLI to set up the stack and operate a running backend. propr setup bootstraps the services; plan, task, repository, todo, log, and status commands cover daily work from the terminal.
propr remote <url>
propr login
propr use owner/repo
propr plan create "Auth cleanup" --wait
propr task get <task-id>
propr todo list --jsonControl plane — zero to a running stack: propr setup is a guided one-pass (verify, configure, start), or run propr init stack, propr check, and propr start on their own. Backend client — the commands below drive day-to-day plans, tasks, and todos from the terminal.
propr setup
propr init stack
propr check
propr start
propr remote <url>
propr login
propr use owner/repo
propr plan create "Auth cleanup" --wait
propr plan issues <draft-id>
propr issue implement <draft-id>/1 --wait
propr task get <task-id>
propr todo add "Follow up on auth edge cases" --jsonCreate plans, inspect generated tasks, and carry a terminal-started task through to a pull request.
Find tasks, inspect their history, stop runs, delete stale tasks, or revert a change.
Add repositories, check readiness, capture todos, move items, and reorder the backlog.
Manage agent profiles and optionally use the CLI to install, check, update, or remove the bundled Agent Skill for Codex, Claude, Antigravity, and OpenCode. Delegated work starts from a human-created or triaged GitHub issue.
propr setup runs a guided, re-runnable bootstrap. propr init stack scaffolds the runtime and detects agent credentials, propr check verifies Docker, images, and GitHub auth, and propr start opens the live dashboard. status, stop, ui, and docs handle daily operation.
Use logs, remote-status, queue stats, and active-task views for operational checks and scripts.
propr setup enrolls the default ProPR Connect path. propr login and propr relay enroll handle manual authentication and relay-token management. propr tunnel on|off|verify manages hosted UI access, and propr tank configures Agent Tank.
propr use owner/repo sets a default project so commands stay concise during focused implementation.