mix llm_db.history.check (LLM DB v2026.3.0)

Copy Markdown View Source

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/history

Options

  • --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)