Part 4 (LANDS): artist-decomposed identification module + HOLD #B prep - #83
Merged
Merged
Conversation
…command + tests Builds the module per docs/features/catalog-completion-plan.md's Part 4 spec, mirroring Part 3's exact shape (dry_run default, run_id, ledger, verify_zero_resolutions gate). Confidence-tier split owner-clarified. 16 new tests pass; full suite otherwise unchanged (862 passed, known buckets only). HOLD #B's real volume-check numbers still need someone with production DB access to run - this session doesn't have it (same denial class as earlier Docker/DB attempts this session).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sampledinstead offetch_attempted, which would have diluted the rate with budget-exhausted skips) and an OCR-confidence recomputation bug (was deriving confidence from.detailtruthiness instead of usingEngineVote.confidencedirectly).HOLD #B - still open
The real volume-check numbers (land-pool size, artist-extraction rate on a 300-card sample, per-name candidate counts pre/post artist filter) require running
manage.py local_lands_identify(dry-run, the default) against the real production database. This session doesn't have that access (same denial class as earlier Docker/DB access attempts this session) - not re-attempted a fourth way. The command is built, tested, and ready for whoever has that access to run.Test plan
pytest cardpicker/tests/test_local_lands_identify.py- 16/16 passpytest cardpicker/tests/(full suite) - 862 passed, only known-bucket failurespre-commit run --files <changed>- ruff/isort/black/mypy/prettier all cleanGenerated with Claude Code