second-kanban-cli
v0.1.0
Published
CLI for Second Mission Control agent access.
Readme
second-kanban-cli
CLI for Second Mission Control agent access.
Install
npm install -g second-kanban-cliOr run it without a global install:
npx second-kanban-cli whoami --jsonEnvironment
export SECOND_KANBAN_URL="https://..."
export SECOND_KANBAN_API_KEY="sk_mctrl_..."Use the production Mission Control URL Darian or Rob provides. To target a local or preview deployment instead:
export SECOND_KANBAN_URL="http://127.0.0.1:3003"Commands
second-kanban whoami --json
second-kanban missions list --active --json
second-kanban missions show <mission-id> --json
second-kanban missions create --title "..." --brief "..." --repo second-agent --json
second-kanban missions comment <mission-id> --body "..." --json
second-kanban missions follow-up <mission-id> --message "..." --json
second-kanban missions move <mission-id> --lane archived --reason "..." --json
second-kanban missions review <mission-id> --verdict pass --summary "..." --jsonAllowed lane values are inbox, planning, ready, building, reviewing, needs_changes, verified, and archived.
Publish
From this package directory:
npm publish --access public