CommandsHarness
harness promote
Promote reviewed harness artifacts into durable docs
What It Does
harness promote turns reviewed harness artifacts into durable docs/harness/** documents and can trigger targeted ingest when HEAD is available.
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.- Use
harness runwhen you want operational evidence instead of durable docs.