mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 17:00:23 +00:00
Milestone v2.1: Contract-Driven Architecture & Engineering Hardening - Stop the Bleeding: version sync checker, PyYAML hardening, install docs unification - Contract Layer: PFResult/PFError dataclasses, ErrorCode enum, --json wrapping - Service Extraction: sync.py decomposed into 3 adapters + SyncService - State Machine: PdfStatus/OcrStatus/Lifecycle enums, transitions, field registry - Setup Modularization: setup_wizard.py decomposed into 6 classes 173 tests passing, 0 regressions. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _domain.py | ||
| _progress.py | ||
| _retry.py | ||
| _utils.py | ||
| asset_index.py | ||
| asset_state.py | ||
| base_views.py | ||
| deep_reading.py | ||
| discussion.py | ||
| ocr.py | ||
| paper_meta.py | ||
| repair.py | ||
| status.py | ||
| sync.py | ||
| update.py | ||