Workspai.dev

Evidence

How Workspace Intelligence decides which facts can be trusted.

Evidence is the source of understanding; documentation is an output, not the authority.

This is the most important rule in Workspace Intelligence.

Why evidence exists

Without evidence, a model becomes a story. It may be useful, but it is not operationally safe.

Evidence lets Workspai say:

  • this project exists,
  • this runtime was observed,
  • this command is available,
  • this report was generated,
  • this gate passed,
  • this fact is stale,
  • this release is blocked,
  • this agent context was refreshed.

Evidence levels

LevelMeaning
VerifiedProven by a current command, report, contract, or gate
ObservedFound in workspace files, manifests, scripts, or markers
InferredDerived from weaker signals and should be treated carefully
StaleWas true before, but inputs changed or freshness expired
UnknownNo reliable evidence exists yet

Evidence artifacts

Common Workspai evidence includes:

  • workspace model reports,
  • workspace context packs,
  • agent customization packs,
  • doctor workspace/project evidence,
  • graph-aware Doctor diagnosis evidence,
  • analyze reports,
  • project test coverage reports,
  • readiness reports,
  • pipeline reports,
  • canonical Workspace Intelligence run reports,
  • model snapshots,
  • model diffs,
  • impact reports,
  • verify reports,
  • explain and trace narratives,
  • workspace intelligence history.

Portable workspace archives also carry versioned capability, manifest, and operation evidence. Verification can inspect an archive before import or hydration without treating dependencies, secrets, or machine-local project links as portable source.

Verification

Verification is where evidence becomes a gate.

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

That runner produces the authoritative cross-stage result at .workspai/reports/workspace-intelligence-run-last-run.json. For targeted inspection or for the separate governance/release boundary, use:

npx workspai workspace verify --strict --json
npx workspai pipeline --json --strict

Verification should evaluate:

  • graph integrity,
  • changed projects,
  • affected dependents,
  • policies,
  • freshness,
  • required reports,
  • release readiness.

Agent safety

AI agents should not receive unbounded context. They should receive scoped, fresh, evidence-backed context. That is the difference between a helpful agent and an agent that confidently acts on stale assumptions.

On this page