Checks whether priv/llm_db/history is current with provider metadata history.
Intended for CI drift detection after metadata changes.
Usage
mix llm_db.history.check
mix llm_db.history.check --to HEAD
mix llm_db.history.check --allow-missing
mix llm_db.history.check --output-dir priv/llm_db/historyOptions
--to- End commit SHA/ref to compare against (default:HEAD)--allow-missing- Treat missing history output as success (default:false)--output-dir- History directory (default:priv/llm_db/history)