Commands
Every CLI command and flag.
Every command prints a plan and changes nothing unless you pass --apply, except lint,
prompt, export and portal, which never change anything at all.
roster fix
Every scanner's findings, as one brief you paste into a coding agent working in this workspace.
--json the findings as data, rather than as a brief
--offline skip everything needing the network
--ops <dir> ops repo directorydoctor, the prompt audit and lint each already carry the sentence that fixes their own
finding; this collects them. Two piles come out: what an agent editing files here can do, and
what only a person can: an org permission, an App install, a credential. The second is listed
but marked not to attempt, because an agent handed one of those invents a workaround.
The brief states which files belong to the framework before it states any of the work. A fix
applied to a vendored file is reverted by the next roster upgrade, and that has happened.
The portal's Health screen has the same text behind a copy button.
roster init --org <org>
Stand up a new tenant: the ops repo, the org layer, and the recorded merge base.
--org <name> the GitHub organisation. Required.
--name <text> what the business is called. Defaults to the org.
--human <login> who the agents answer to. Defaults to your gh login.
--marker <tag> provenance tag on a fact they ruled on.
--agent <id> coding agent. See docs/agents.md.
--dir <path> where to create the workspace.
--ops <name> ops repo name. Defaults to roster-ops.
--applyWill not write org/business.md. That is yours.
roster hire <handle>
Scaffold a staff member: repo, two callers, manifest, memory index, charter stub, labels, pinned status issue, and peer wiring in both directions.
--name <text> role name, e.g. "Chief Financial Officer"
--dir <name> workspace directory and repo name
--schedule <cron> defaults to a slot staggered after the last one
--model <id>
--timeout <n> daily ceiling, minutes
--mention-timeout <n>
--secret-prefix <X> secrets become <X>_APP_ID and <X>_APP_PRIVATE_KEY
--app <slug> defaults to the pattern the peers use
--public-app <slug> the shared public identity
--applyroster app <handle>
Create the GitHub App and put its credentials in the brain repo's secrets.
--public create the shared public identity instead
--port <n> localhost port for the hand-off. Default 4310.
--no-open print the URL rather than opening a browserCannot install the App. See manual steps.
roster retire <handle>
Stop a staff member without destroying anything.
--apply
--ops <dir>Their brain repo is their entire memory and there is no undo for deleting one, so this does
not touch it. It disables their three workflows through the API, removes them from org.yaml,
removes them from every peer's staff.yaml, and deletes the from-<handle> labels their peers
carried for them. Everything they ever knew stays where it is, readable in the portal and on
GitHub.
Disabling rather than deleting the workflow files is what makes it reversible: the files stay, so re-enabling is one click, and nothing has to be regenerated from templates that have moved on since.
It deliberately does not delete or archive the repo, close their issues, or unpin their status issue. All three are one click on GitHub, having thought about it.
Plan-then-apply, like everything else that changes something.
roster doctor [handle]
Check the org is wired up, and that the agents have actually been running.
--offline skip everything needing the network
--json machine-readable findingsExit 1 if anything failed. Warnings do not fail.
roster upgrade
Carry framework changes into the tenant. See upgrading.
--apply
--check exit non-zero if anything is pending
--baseline <git-ref> one-time: reconstruct a merge base
--verbose show files that are already up to dateroster lint [handle]
Check memory against the grammar. See memory.
--quiet print only problemsroster brief <kind> [handle]
Print a self-contained brief for authoring one of the files the agents run on. Paste it into whatever agent you use, or pipe it.
discover write org/business.md, which every prompt is composed on top of
charter <who> write a staff member's CHARTER.md
voice revise org/voice.md, the house style every surface inherits
amend <who> change what a staff member is told, with the whole prompt attached--kind <k> for amend: daily | mention (default: daily)
--want <text> for amend: what you want changed
--ops <dir>roster brief amend cto --want "stop opening decision issues for anything reversible"
roster brief discover
roster brief charter cto | pbcopy
roster brief voice > /tmp/brief.mdamend is the different one. It carries the composed prompt and every file it is assembled
from, so the agent you paste it into does not have to ask for any of them. The portal's Prompt
screen builds the same thing, and offers it per audit finding.
The other three are the only files anybody writes by hand. org/operating.md, org/voice.md and
org/guardrails.md ship written; a charter and org/business.md cannot, because they are the
half that is about you.
Nothing in a brief is specific to any agent. Claude Code gets /discover, /voice and
/charter as well, generated from these same files by roster init and roster hire. To add
them to a tenant that predates this, redirect the brief into the file:
roster brief discover > roster-ops/.claude/commands/discover.mdroster prompt <handle>
Compose and print what a staff member is actually sent.
--kind daily|mention
--diff <workflow.yaml>mention needs trigger context:
ROSTER_CONTEXT='{"issue_number":"1","comment_id":"1","repo":"o/r"}' \
roster prompt cto --kind mentionroster portal
Serve a local UI over the checked-out repositories. roster with no arguments does the same,
which is the shortest way in.
--port <n> default 4300
--host <a> default 127.0.0.1. Anything else exposes write actions to the network.
--dir <path> where a tenant would be created or checked out. Default: here.With no tenant where you started it, this is the setup screen: it stands up a new org, or checks out one that already runs roster. Local only. See the portal.
Views: Inbox, Org, Staff, Docs, and per staff member Brain, Prompt, Graph, What changed, Health.
It can act as you through your own gh: reply, close, reopen and open issues; hire and retire;
edit and commit the org layer, prompt fragments and charters; create a staff member's GitHub App;
and copy a prompt for authoring the two files nothing can generate.
roster export
The whole org as one JSON document.
--out <file>Common to all
--ops <dir> ops repo directory. Default: found by walking up.