twin-pilot-cli v0.2.50 is a CLI tool for running AI-powered software factory pipelines from the terminal. It acts as a thin HTTP client that dispatches commands to the Twin Pilot Command Center for project creation, pipeline scheduling, and human-gate approvals. Pipeline execution is handled by Trigger.dev cloud or a local worker for filesystem access. Requires Node.js 20+. Key differentiators: supports local worker execution for agent tasks that need local filesystem access; CI mode with environment variables; human-gate approval workflow. Alternative to other AI coding agents but focused on structured pipeline orchestration.
npm install twin-pilot-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install, authenticate, create a project, and manage human gates. Also shows CI mode with environment variables.
Update Node.js to v20 or later.
Check TWINPILOT_COMMAND_CENTER_URL and network connectivity.
Rotate keys if leaked, use environment variables in CI.
Use 'twin-pilot' not 'twin-pilot-cli' in terminal.
Run 'npm install -g twin-pilot-cli'.
Run 'npm install -g twin-pilot-cli' and ensure npm global bin is in PATH.
Set TWINPILOT_API_KEY environment variable or run 'twin-pilot login'.
No dependency data recorded yet.