Skip to main content
Version: MVP

Evidence and assumption view

3 min readReferenceUpdated 2026-05-21

What you'll find here

The read-only craik operator evidence view over craik.evidence_reference and craik.assumption records, what it formats, and the boundary that keeps assumptions visually separate from evidence.

Assumptions are not facts.

The view keeps assumptions visually separate from evidence and shows confidence and status so operators can review whether an assumption is open, validated, or rejected.

What it formats

Evidence

  • Evidence id and kind
  • Source and locator
  • Capture timestamp when present
  • Summary

Assumptions

  • Assumption id and status
  • Task id
  • Confidence
  • Linked evidence ids
  • Statement

Boundaries

Read-only.

Missing evidence or assumptions render as none. The view does not validate, reject, promote, or write memory facts.

Commands

craik operator evidence
craik operator evidence --task-id task_docs
craik operator evidence --json

The command lists evidence and assumptions together but keeps them in separate sections. --task-id filters assumptions by task id and includes global evidence plus evidence explicitly tagged with matching metadata.task_id. --json returns separate evidence and assumptions arrays for tooling.

What's next