CommandsHarness
harness promote
Promote reviewed harness artifacts into durable docs
What It Does
harness promote turns reviewed harness artifacts into durable docs/harness/** documents. It reports ingested: false; review and commit the generated documents before running ingest.
Syntax
pnpm ragit harness promote --input <path|-> \ [--dry-run] [--format text|json|both] [--cwd <path>]
Key Points
- Only
reviewedharness artifacts can be promoted. promotewrites durable docs. It is not execution.- A successful apply warns you to commit the generated docs and run
ragit ingest --allfor the first snapshot or a supported incremental ingest after a trusted base exists. - Use
harness runwhen you want operational evidence instead of durable docs.