Machine and repo setup
Credentials are per deployment, bindings are per repository, and the operator persona decides whose name lands on a board write.
Credentials
One credential per deployment, obtained through a browser approval rather than a pasted secret.
vitrinka auth login
vitrinka auth status # deployments this machine holds credentials for
vitrinka auth token # print the stored token, for shell substitution
vitrinka auth logoutBind the repo
Binds this repository to a workspace on a deployment, so commands run from it know where they belong.
vitrinka config bind acme --project myappThe operator persona
The default write-attribution name for board writes from this machine. Type your name once and every future write is credited.
vitrinka config operator # show
vitrinka config operator "Olivia" # setAgent attribution is unaffected — MCP replies stay authored by the agent.
Repo wiring
setup onboards a repository — registry, index policy and an editor check. index configures and refreshes the path autocomplete index that powers @ completion.
vitrinka project setup
vitrinka project index