Task · OPN-0075

Correct false manual flow and Zenarmor runtime contracts

Description

A contract audit found four manual-guide claims that disagree with runtime: Zenarmor family aliases that the parser rejects, an unlimited flow-log default that is actually 10000 per minute, a flow-log gate omitting exporter.disable-flow, and derived-counter scope overstated as every Zenarmor document.

Acceptance Criteria

Definition of Done

Implementation Plan

Correct only the four manual documentation claims, run doc lint or the repository gate, and skip code tests because runtime behavior is unchanged.

Implementation Notes

Documentation-only contract repair committed at 2389ac3b. just docs-check and final just check passed; CodeRabbit was skipped for this docs-only lane.

Final Summary

Corrected at 2389ac3b. The manuals now name only accepted Zenarmor wire tokens, the real 10000-per-minute flow-log default, the exporter.disable-flow gate, and the actual derived-counter admission order. Generated-doc and full repository gates passed.

View the source file on GitHub