Editorial operations
Run the deterministic authoring benchmark and inspect its JSON reports:
bash
pnpm content:benchmark -- --report-dir ./reports/benchmarksFor runtime behavior, use the engine benchmark with a fixed date and window:
bash
pnpm benchmark:runtime -- --as-of=2026-07-01 --days=30Interpret 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.