lllin000_PaperForge/paperforge
Research Assistant 989f994919 fix(50-repair-blind-spots): replace bare except:pass + add --fix else clause (REPAIR-02/03)
- Replaced 5 bare except Exception: pass blocks with logger.warning() calls
  (4 per plan at lines 223, 306, 347, 355 + 1 auto-detected at line 315 via Rule 2)
- Added else clause printing [WARNING] for unhandled --fix divergence types
- Added 6 new tests: 4 caplog tests for logger.warning, 1 capsys test for [WARNING],
  1 index load failure test
- All 37 repair tests pass
2026-05-07 20:20:25 +08:00
..
command_files docs(47-library-records): purge library-records from all 10 command file copies 2026-05-07 19:21:19 +08:00
commands fix: harden repair paths, slugify edge case, OCR meta resilience, venv python detection, and repair exit handling 2026-05-06 22:09:29 +08:00
plugin feat(49-module-hardening): main.js hardening — env-based API key, createEl() DOM 2026-05-07 20:06:21 +08:00
skills fix(47-library-records): purge stale-records references from status.py, repair.py, ld_deep.py, discussion.py 2026-05-07 19:16:44 +08:00
worker fix(50-repair-blind-spots): replace bare except:pass + add --fix else clause (REPAIR-02/03) 2026-05-07 20:20:25 +08:00
__init__.py chore: bump version to v1.4.15 2026-05-04 13:03:11 +08:00
__main__.py fix: VaultStep.__init__ missing step_id and checker in super() call 2026-04-27 19:49:36 +08:00
cli.py feat(48-textual-tui-removal): update CLI help and remove textual dependency 2026-05-07 19:41:51 +08:00
config.py fix(46-index-path-resolution): fix config env var typo, library_records path, and CONFIG_PATH_KEYS (PATH-02, PATH-03, PATH-04) 2026-05-07 19:00:04 +08:00
logging_config.py chore: rename PaperForge Lite -> PaperForge across 27 files 2026-04-28 01:25:51 +08:00
ocr_diagnostics.py fix: add zotero_dir to paperforge_paths() for PDF resolution; fix L3 diagnostic to skip schema check without file upload 2026-04-27 21:12:29 +08:00
pdf_resolver.py fix: add creators/extra to load_export_rows row dict, fix journal key lookup for first_author/journal/IF in library-records; add first_author, journal, impact_factor columns to Base views; fix PDF storage/ subdirectory resolution 2026-04-27 20:25:35 +08:00
setup_wizard.py feat(48-textual-tui-removal): remove Textual TUI code from setup_wizard.py 2026-05-07 19:41:10 +08:00