operate

Artifact inspection

Connect a missing or incorrect artifact to the run, tool result, memory record, trace, and checkpoint that produced it.

Operationsbeginner0.7.0 Stable
Verified 2026-07-20View sourceReport a docs issue

An artifact is useful evidence only when it can be connected to the work that created or changed it. Start with the expected artifact and follow its durable identities back through the run.

Inspection order

  1. Identify the session and run that should have produced the artifact.
  2. Read the run's terminal event rather than inferring success from UI text.
  3. Inspect tool events and results for the create or update operation.
  4. Compare session memory linkedArtifacts with the actual artifact path or ID.
  5. Inspect traces, checkpoints, and replay evidence tied to the same run.

Common disagreements

ObservationUseful evidence
Artifact is missingterminal event, tool failure, requested path, capability policy
Artifact exists but is staleobserved source revision, edit result, checkpoint diff
Memory points to another artifactmemory revision and the update that changed linkedArtifacts
UI and stored artifact disagreepersisted artifact identity and the product projection
Trace and run history disagreecorrelation, session, run, and event IDs on both records

Do not rewrite historical evidence to make it agree with the current artifact. Preserve the original run and create new work only when a corrected artifact is actually needed.

Continue with Store and replay, Reliability, and Evaluations.