Skip to content

refactor: extract OCR retry selection review reporting#612

Merged
tryskian merged 1 commit into
mainfrom
codex/bigbrain/ocr-selection-review-extract
May 25, 2026
Merged

refactor: extract OCR retry selection review reporting#612
tryskian merged 1 commit into
mainfrom
codex/bigbrain/ocr-selection-review-extract

Conversation

@tryskian
Copy link
Copy Markdown
Owner

Summary

  • extract OCR retry selection review schema, allowed actions, item builder, report builder, and formatter into tools/manual_eval_ocr_retry_selection_review.py
  • keep tools/manual_evals_db_health.py exporting the same selection-review builder/formatter names for CLI and tests
  • keep downstream selection template/validation/apply code using the shared allowed-actions contract from the extracted module

Validation

  • ./.venv/bin/python3.14 -m ruff format tools/manual_eval_ocr_retry_selection_review.py tools/manual_evals_db_health.py
  • ./.venv/bin/python3.14 -m ruff check tools/manual_eval_ocr_retry_selection_review.py tools/manual_evals_db_health.py tests/test_manual_evals_db_health.py
  • ./.venv/bin/python3.14 -m unittest tests.test_manual_evals_db_health.ManualEvalsDbHealthTests.test_ocr_retry_selection_review_collapses_duplicate_source_artifacts
  • git diff --check
  • make ci-python-style
  • make type-check
  • make lint-docs
  • make package-install-check
  • ./.venv/bin/python3.14 -m tools.manual_evals_db_health --ocr-retry-selection-review --json --limit 1
  • make test

@tryskian tryskian merged commit b3aa311 into main May 25, 2026
14 checks passed
@tryskian tryskian deleted the codex/bigbrain/ocr-selection-review-extract branch May 25, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant