RAGit
CommandsHarness

harness verify

Validate suite shape and resource bindings without executing

What It Does

harness verify checks that a suite has resourceRefs and that case resources declare the expected oracle/evidence bindings.

Syntax

pnpm ragit harness verify --suite <idOrPath> \
  [--format text|json|both] [--cwd <path>]

Key Points

  • verify is structural preflight only.
  • It does not call any executor and does not create run evidence.
  • harness run refuses invalid suites unless you are using --dry-run.