Expand description
ev verify: R1 (closed schema), R2 (check shape), R4/R6 (id == hash + chain integrity), R3 (self-evolve subject) + R5 (blame present + forbidden-op).
Functions§
- imported_
op_ warnings - The provenance-partitioned R5 surfacing: an
importedtick faithfully transcribes historical text, so an R5 forbidden-op word in it is a non-gatingwarning:(recorded, not authored now), NOT a violation —verifyskips it as a violation for imported ticks, and this surfaces it instead so the op-word stays visible with a named human still on the hook. Fresh authorship (human-now/agent-proposed) keeps the op-arm a hard violation inverify, and every other arm stays hard. - unknown_
key_ warnings - Forward-compat surfacing (T3): a
warning:(NOT a violation) per tolerated unknown top-level key, so a typo’d field name stays visible instead of silently parsing through.schema_versionis read LAZILY here — at the tolerate-vs-reject decision — so a future reader can sharpen the rule per declared baseline without making schema_version a parsedConfigfield. - verify
- Returns the list of violations (empty == clean). Reports ALL of them.