NPM wrapper command
workspai pipeline
Run the governance pipeline from sync and diagnostics through analysis, readiness, verification, and optional release automation.
- Category
- NPM wrapper
- Workspace Intelligence
- No
- Produced artifacts
- 1
- Related contracts
- 3
- Registration
- commander
- Registered options
- 8
Operational role
This purpose is versioned in the CLI runtime command surface. It is not inferred from page copy or a generic command template.
Canonical invocation
This invocation is derived from the runtime command surface. Commands with a registered intelligence execution include their canonical evidence-producing flags.
npx workspai pipeline --jsonRuntime signature
Arguments, aliases, and options come from the versioned snapshot of the live Commander tree emitted by the CLI. Contract-declared delegated commands intentionally expose only their canonical invocation.
Arguments and aliases
Aliases: None
No registered positional arguments.
Options
- --json
- --strict
- --skip-verify
- --skip-analyze
- --skip-autopilot
- --autopilot-mode <mode>
- --no-agent-sync
- --agent-sync
Output modes
Output formats are contract-declared. Raw renderer text and structured JSON are separate integration boundaries.
| Selector | Format | Media type |
|---|---|---|
| --json | json | application/json |
Exit semantics
Automation should use these process-level rules together with the structured report verdict.
Default
Warning-only pipeline reports are advisory and return exit code 0.
Strict
With --strict, warning-only pipeline reports return a non-zero exit code.
Failure
Execution failures and failed stages return a non-zero exit code in every mode.
Contract relationships
Capability contracts govern whether the command exists; artifact contracts govern the structured output it produces.
Produced artifacts
Artifacts are durable machine-readable outputs. Their schema, path, and producer relationship must remain stable across CLI, CI, IDE, MCP, and agent consumers.
| Artifact | Schema version | Contract |
|---|---|---|
| .workspai/reports/pipeline-last-run.json | rapidkit-pipeline-v1 | contracts/pipeline-last-run.v1.json |