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
verifyis structural preflight only.- It does not call any executor and does not create run evidence.
harness runrefuses invalid suites unless you are using--dry-run.