lllin000_PaperForge/paperforge
Research Assistant d472c30d6b feat(15-01): refactor deep_reading.py and ld_deep.py to use scan_library_records()
deep_reading.py:
- Added scan_library_records, _resolve_formal_note_path to _utils imports
- Replaced _resolve_formal_note_path body with re-export comment
- Replaced inline scan loop with scan_library_records() call
- Retained status sync, categorization, and report generation logic

ld_deep.py:
- Added module-level import from paperforge.worker._utils
- Replaced scan_deep_reading_queue() body with thin wrapper
- Wrapper filters deep_reading_status!=done and sorts by OCR/domain/key
- All processing pipeline tests pass (203/203)
2026-04-27 15:58:23 +08:00
..
commands feat(13-logging-foundation): wire verbose through sync/ocr/status commands 2026-04-27 15:16:41 +08:00
skills feat(15-01): refactor deep_reading.py and ld_deep.py to use scan_library_records() 2026-04-27 15:58:23 +08:00
worker feat(15-01): refactor deep_reading.py and ld_deep.py to use scan_library_records() 2026-04-27 15:58:23 +08:00
__init__.py refactor(phase-9): rename paperforge_lite package to paperforge 2026-04-24 16:15:13 +08:00
__main__.py refactor(phase-9): rename paperforge_lite package to paperforge 2026-04-24 16:15:13 +08:00
cli.py feat(13-logging-foundation): add global --verbose flag and wire configure_logging() in cli.py 2026-04-27 15:10:26 +08:00
config.py fix(v1.3-doctor): update worker_script path and doctor checks for v1.3 architecture 2026-04-25 00:02:53 +08:00
logging_config.py feat(13-logging-foundation): create paperforge/logging_config.py with configure_logging() 2026-04-27 15:06:23 +08:00
ocr_diagnostics.py feat(phase-10): add consistency audit script 2026-04-24 18:06:35 +08:00
pdf_resolver.py refactor(phase-9): rename paperforge_lite package to paperforge 2026-04-24 16:15:13 +08:00