Harness

harness configure

Purpose

Launch an interactive Codex session that personalizes an initialized Harness repository.

Usage

harness configure [options]

Options

Requirements

What Codex Should Do

The seed prompt asks Codex to:

It also explicitly tells Codex not to create ExecPlans, feature product specs, or source files during configure, and not to edit changelogs or version numbers without explicit user approval.

Validation-Subagent Rule

Configured repositories must require:

  1. a separate validation subagent after implementation;
  2. a validation prompt that is different from the implementation prompt;
  3. review of correctness and regressions first;
  4. test execution second;
  5. repetition or style and organization improvements third;
  6. iteration on findings until the validation pass reports no material issues;
  7. no move to completed status until that review loop is closed.