RAGit
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 reviewed harness artifacts can be promoted.
  • promote writes durable docs. It is not execution.
  • A successful apply warns you to commit the generated docs and run ragit ingest --all for the first snapshot or a supported incremental ingest after a trusted base exists.
  • Use harness run when you want operational evidence instead of durable docs.