Engine commands
The engine exposes operational entrypoints through package scripts.
bash
pnpm --filter @daily-rule/engine runtime:status -- --as-of=2026-07-01 --cache-mode=hydrate-only
pnpm --filter @daily-rule/engine runtime:rebuild -- --as-of=2026-07-01 --days=30
pnpm --filter @daily-rule/engine historical:snapshot -- check --as-of=2026-07-01
pnpm --filter @daily-rule/engine benchmark:runtime -- --as-of=2026-07-01 --days=14
pnpm --filter @daily-rule/engine content:simulate -- --days=14 --from=2026-07-01 --theme=countriesThe runtime and snapshot commands accept --as-of=, --days=, --cache-dir=, and, where supported, --config-dir= or --cache-mode=. Invalid numeric values and invalid cache modes exit non-zero. Use Runtime flow to understand what these commands inspect or rebuild.