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 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 reviewed harness artifacts can be promoted.
  • promote writes durable docs. It is not execution.
  • Use harness run when you want operational evidence instead of durable docs.