Skip to content

Editorial operations

Run the deterministic authoring benchmark and inspect its JSON reports:

bash
pnpm content:benchmark -- --report-dir ./reports/benchmarks

For runtime behavior, use the engine benchmark with a fixed date and window:

bash
pnpm benchmark:runtime -- --as-of=2026-07-01 --days=30

Interpret reports alongside the theme’s entry distribution, lane coverage, fallback count, uniqueness ratio, and runtime fingerprint. A failure can be an intentional signal that a new editorial policy needs a new baseline; capture that decision in the change rather than suppressing the report.

The Daily Rule engineering, authoring, editorial, and operations handbook.