CommandsHarness
harness capture
Materialize harness resources as local artifacts
What It Does
harness capture stores harness resources such as case, oracle, checker, fixture, and suite as local JSON artifacts under .ragit/artifacts/harness/**.
Syntax
pnpm ragit harness capture --input <path|-> \ [--dry-run] [--format text|json|both] [--cwd <path>]
Key Points
- Use it when you want to materialize a suite before review or execution.
--dry-runvalidates payload shape and planned artifact ids without writing files.capturedoes not execute the suite. Useharness runfor execution.