lllin000_PaperForge/paperforge/worker
Research Assistant 26a5e001ef feat(26-01): add migrate_to_workspace() and update _build_entry() for workspace path writing
- Add migrate_to_workspace() function to sync.py that copies flat notes to workspace directories
- Extract ## 🔍 精读 section into deep-reading.md in workspace
- Create ai/ directory in each paper workspace
- Wire migration into run_index_refresh() before build_index()
- Update _build_entry() in asset_index.py to write notes to workspace path when workspace dir exists
- Preserve flat path fallback for backward compatibility when workspace dir does not exist
2026-05-04 12:44:25 +08:00
..
__init__.py fix: VaultStep.__init__ missing step_id and checker in super() call 2026-04-27 19:49:36 +08:00
_domain.py refactor: extract load_domain_config into single _domain.py module — remove 7 copies, full rebuild on every call 2026-04-28 23:31:31 +08:00
_progress.py docs(v1.4): commit planning artifacts, test files, and phase summaries for phases 13-19 2026-04-27 19:12:03 +08:00
_retry.py docs(v1.4): commit planning artifacts, test files, and phase summaries for phases 13-19 2026-04-27 19:12:03 +08:00
_utils.py fix: move install_obsidian_plugin to _utils.py, reload after update to always use latest code 2026-04-29 00:09:52 +08:00
asset_index.py feat(26-01): add migrate_to_workspace() and update _build_entry() for workspace path writing 2026-05-04 12:44:25 +08:00
asset_state.py refactor(24-01): polish asset_state docstrings and edge cases 2026-05-04 10:36:22 +08:00
base_views.py fix(25-03): use double-quote YAML wrapping for lifecycle filter values 2026-05-04 11:35:17 +08:00
deep_reading.py feat(23-03): add incremental index refresh to deep-reading status sync 2026-05-04 00:50:41 +08:00
ocr.py feat(23-03): switch OCR post-processing to incremental index refresh 2026-05-04 00:49:59 +08:00
repair.py feat(25-03): wire repair to call build_index() after fixing source artifacts 2026-05-04 11:25:12 +08:00
status.py feat(25-01): refactor run_status to read canonical index + add doctor Index Health 2026-05-04 11:26:39 +08:00
sync.py feat(26-01): add migrate_to_workspace() and update _build_entry() for workspace path writing 2026-05-04 12:44:25 +08:00
update.py fix: include styles.css in package data; prevent Unicode crash on pip output 2026-04-29 01:06:59 +08:00