workspace / evidence experience

See your whole workspace—from one command to a verified result.

Workspai brings your projects, dependencies, health checks, and changes into one shared view. The CLI creates that view; the VS Code extension helps you explore it, fix problems, and verify the result.

workspace
my-workspace
projects
1
profile
polyglot
captured with
CLI 0.56.0
validated with
CLI 0.56.0
sample gate
blocked

This captured demo is intentionally blocked. It shows how Workspai keeps remaining release work visible instead of reporting a false pass.

01 / canonical loop

Choose a step and see what happens

Each step shows the real CLI command, the files it creates, where they appear in VS Code, and what the Assistant can use next.

Swipe to see all seven steps →

CLI / canonical producerworkspai:/my-workspace

phase understand / 1 command

What exists in the current workspace?

$npx workspai workspace model --json --write

Build the canonical current model and its structurally bound, derived Knowledge Graph.

writes
.workspai/reports/workspace-model.json
.workspai/reports/workspace-knowledge-graph.json
receiptmodel + graph current
8/21 checks passedcurrent gate: blocked
VS CODE / WORKSPAI DASHBOARDmy-workspace · synced
Homestatus
Runworkspace
Repairflow
Artifactshistory
Graphworkspace
Projectlifecycle
Librarylibrary

Graph / workspace

Contract-backed workspace view

CURRENT

The current workspace, with proof paths

The Graph view reads the canonical model and its derived Knowledge Graph. It exposes projects, relationships, and the source evidence behind them.

evidence in view2 artifacts
workspace-model.jsoncurrent
workspace-knowledge-graph.jsoncurrent

02 / shared evidence set

One evidence set powers every surface

The CLI writes 16 durable files. The Dashboard, CI, IDE integrations, and AI agents read those same files, so they do not drift into different versions of the workspace.

01

CLI

Builds and saves the current understanding of your workspace.

02

Dashboard

Turns the same saved evidence into clear workspace and project views.

03

Assistant + Studio

Uses focused evidence to answer or repair, then asks the CLI to verify the result.

workspai / run it locallyone governed receipt

npx workspai workspace intelligence run --for-agent generic --strict --json

writes .workspai/reports/workspace-intelligence-run-last-run.json