All commands

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.

Run the governance pipeline from sync and diagnostics through analysis, readiness, verification, and optional release automation.
workspai pipeline operational flowThe diagram is generated from this command's canonical invocation, declared input and output modes, artifact producers, contracts, and exit semantics.

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 --json

Runtime 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.

SelectorFormatMedia type
--jsonjsonapplication/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.

ArtifactSchema versionContract
.workspai/reports/pipeline-last-run.jsonrapidkit-pipeline-v1contracts/pipeline-last-run.v1.json

Operational interpretation

Run this command inside the scope documented by its category. Treat declared structured output, raw renderer modes, and generated artifacts according to their published media type; human terminal prose must not be parsed as a stable contract. Consumers must preserve schema version, provenance, freshness, and verdict semantics when forwarding the result.