Skip to content

MOCK_VERIFIER_NOTICE

const MOCK_VERIFIER_NOTICE: object

Defined in: types/src/guidance.ts:99

Canonical “mock is not real verification” notice (phase 104).

Single source of truth for every surface that tells the operator the default mock verifier is a placeholder, not real verification — the settle banner, cadence doctor, cadence init, and config explain / quickstart all render from this so the wording can’t drift. Pure data, no logic.

readonly activateHint: "cadence activate" = 'cadence activate'

The command that turns on real verification.

readonly label: "mock = not real verification" = 'mock = not real verification'

Short inline label for headers / one-line warnings.

readonly message: "The `mock` verifier is a deterministic, offline placeholder that only checks each AC links to a test — it is NOT real verification. Run `cadence activate` to turn on a real AI verifier." = 'The `mock` verifier is a deterministic, offline placeholder that only checks each AC links to a test — it is NOT real verification. Run `cadence activate` to turn on a real AI verifier.'

One-sentence canonical message naming mock a placeholder + the on-ramp.