MOCK_VERIFIER_NOTICE
constMOCK_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.
Type Declaration
Section titled “Type Declaration”activateHint
Section titled “activateHint”
readonlyactivateHint:"cadence activate"='cadence activate'
The command that turns on real verification.
readonlylabel:"mock = not real verification"='mock = not real verification'
Short inline label for headers / one-line warnings.
message
Section titled “message”
readonlymessage:"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.