Before starting any work on this gem, check the "Last reviewed" date in the README's "Model Landscape" section. If it is more than 30 days old:
- Check the ai-loom gem first — it owns the model defaults and landscape
- If ai-loom was updated, update ai-lens's README Model Landscape section to match (pricing, recommended models, cost-per-identification table)
- Update CHANGELOG.md and bump the patch version
- Resume your original task
When any consuming codebase needs updated gems:
- Always update BOTH ai-loom and ai-lens together
- Always rm -rf then cp -R (never merge old and new)
- Remove .git/, test/, Gemfile.lock from vendored copies
- Host Gemfile must include
require: "ai_loom"andrequire: "ai_lens"