Research Assistant
eed48178fe
spec: dashboard copy interaction + per-paper metadata enhancement
2026-05-14 01:21:52 +08:00
Research Assistant
aec69f0179
docs: clarify agent triggers as phrases not plugins, add natural language triggers, fix README wizard flow
2026-05-11 22:41:19 +08:00
Research Assistant
fd82c28991
docs: replace git+https install URLs with pip install paperforge (PyPI)
2026-05-11 19:25:38 +08:00
Research Assistant
112b001466
docs: update README version refs to v1.5.0, add Dashboard three-mode / pf-end sections
2026-05-11 12:55:31 +08:00
Research Assistant
9d07c9ad01
docs: fix /pf-paper description — 文献问答 (Literature Q&A), not 快速摘要
2026-05-10 11:43:35 +08:00
Research Assistant
0cf56c11e2
docs: fix README — setup wizard opened from settings panel, remove number prefixes from default dirs
2026-05-10 11:41:34 +08:00
Research Assistant
06ef31271e
hotfix(base): stop regenerating Base views on every sync — prevents duplicate views and preserves user column widths
...
- ensure_base_views now only creates files on first run; subsequent calls
only update folder filter, leaving views untouched
- merge_base_views gains width preservation for PF views (backup safety)
- Removed deprecated control_dir from test_setup_wizard (5 cases)
- Fixed NoneType stdout in test_doctor_runs
- Added paperforge status reference to README
Obsidian handles view data from frontmatter changes automatically;
PaperForge should not regenerate views on every sync.
2026-05-10 02:59:41 +08:00
Research Assistant
085cfb5944
docs: remove control_dir from all user-facing documentation; add v1.4.17 changelog
2026-05-10 01:55:35 +08:00
Research Assistant
91d6721ec7
docs: rewrite README — BRAT install, plugin+Python architecture, setup wizard guide, Agent commands, troubleshooting
2026-05-10 00:30:44 +08:00
Research Assistant
cd56bd401e
fix: CI failures — stub params, ld_deep syntax, PFResult tests, setup_wizard plugin copy
...
Fixes 4 CI issues:
- test_cli_worker_dispatch: add json_output param to stubs
- ld_deep.py: replace Python 3.12+ generic syntax with TypeVar
- test_e2e_cli, test_status: update assertions for PFResult envelope
- setup_wizard: skip node_modules/src dirs in plugin copy
- ci.yml: shell=bash for Windows, pin alls-green@v1.2.2
2026-05-09 17:22:11 +08:00
Research Assistant
7148077153
v1.4.17rc4
...
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.
2026-05-09 17:05:07 +08:00
Research Assistant
b635069990
docs(54-002): delete pip-first docs, update README.md and AGENTS.md references
...
- Delete docs/INSTALLATION.md (pip-first installation guide)
- Delete docs/setup-guide.md (detailed installation guide)
- Update README.md docs table: remove deleted file references
- Update AGENTS.md: replace deleted doc links with plugin-first install guidance
2026-05-08 17:47:39 +08:00
Research Assistant
925f47b0a0
docs: update README Python requirement to 3.10+, remove textual from acknowledgments
2026-05-07 22:13:00 +08:00
Lin Zhaoxuan
b0b6424edc
更新 README.md
2026-05-02 17:17:16 +08:00
Lin Zhaoxuan
a5e37dc0f1
更新 README.md
2026-05-02 17:16:06 +08:00
Research Assistant
f2974fee0e
feat: refine plugin onboarding copy and dashboard branding
2026-05-02 15:18:51 +08:00
Research Assistant
04adc36b9b
docs: redesign README with banner and dashboard preview
2026-05-02 14:52:59 +08:00
Research Assistant
8bb96eb486
docs: sync license and acknowledgments in Chinese README; fix license badge
2026-05-01 11:39:14 +08:00
Research Assistant
f2c1130b2a
docs: add CC BY-NC-SA 4.0 license and acknowledgments
2026-05-01 11:37:50 +08:00
Research Assistant
620ddeb0b7
docs: rewrite README for Obsidian plugin-first experience
2026-04-30 11:18:52 +08:00
Research Assistant
30cec519a9
chore: bump to v1.4.3, update READMEs with multi-agent and plugin info
2026-04-28 19:43:58 +08:00
Research Assistant
a26e943499
docs: bilingual AI install prompts, add cd-to-vault step
2026-04-28 14:44:44 +08:00
Research Assistant
2ca557bb9e
feat: headless setup mode, Obsidian plugin, AI agent install guide (v1.4.2)
2026-04-28 14:33:35 +08:00
Lin Zhaoxuan
a0d6ec6e49
Update README with PaperForge setup instructions
...
Added installation instructions for PaperForge.
2026-04-28 13:35:40 +08:00
Research Assistant
ebc4fdeb00
chore: rename PaperForge Lite -> PaperForge across 27 files
2026-04-28 01:25:51 +08:00
Research Assistant
e1b875c37c
docs: restore ASCII logo, purge Chinese from English README
2026-04-28 01:20:32 +08:00
Research Assistant
30c81abac8
docs: add 'What PaperForge builds for you' pitch section (RAG/LLM knowledge base positioning)
2026-04-28 01:17:23 +08:00
Research Assistant
b967204558
docs: emphasize full pipeline workflow, remove v1.4 migration link from top level
2026-04-28 01:13:54 +08:00
Research Assistant
06c7a2e264
docs: restructure README with multi-language support (zh-CN + EN), add badges, pipeline diagram, categorized commands
2026-04-28 01:12:58 +08:00
Research Assistant
bcd0934117
docs: sync all doc references — README, INSTALLATION.md, AGENTS.md for v1.4.1 pip-first flow
2026-04-28 01:06:58 +08:00
Research Assistant
31102a0ff2
docs: update README for v1.4.1 — pip-first install flow
2026-04-28 00:58:30 +08:00
Research Assistant
c2a29a27d9
docs: update README for v1.4 — add structured logging, tqdm, retry, pre-commit; fix chart type count 14->19; update docs links
2026-04-27 19:17:35 +08:00
Research Assistant
729ce990c7
docs(18-documentation-ux-polish): create MIGRATION-v1.4.md and fix README orphaned lines
...
- Create docs/MIGRATION-v1.4.md following v1.2 template structure
- Document all v1.3-to-v1.4 changes: dual-output logging, retry, pre-commit, auto_analyze_after_ocr
- Remove orphaned legacy code lines 102-104 from README.md
- Verify no other rendering issues in doc audit
2026-04-27 18:05:58 +08:00
Research Assistant
e5802f1630
docs: clarify dual-mode command invocation in AGENTS.md and README.md
...
- AGENTS.md: Add /pf-sync, /pf-ocr, /pf-status to Agent command table
with explanation of dual-mode invocation (CLI vs Agent wrapper)
- README.md: Update core commands section with all 5 /pf-* commands
and dual-mode explanation; remove outdated worker script reference
- Remove obsolete pipeline/ directory from README structure diagram
2026-04-25 00:37:54 +08:00
Research Assistant
62ec89441c
docs(09-command-unification): update user-facing docs for unified commands
...
- Replace paperforge selection-sync/index-refresh with paperforge sync
- Replace paperforge ocr run with paperforge ocr
- Replace /LD-deep, /LD-paper with /pf-deep, /pf-paper
- Add v1.1 -> v1.2 command migration table to AGENTS.md
- Update README.md, docs/INSTALLATION.md, docs/setup-guide.md
2026-04-24 16:56:39 +08:00
Research Assistant
1d8478ce9c
fix(wizard): auto-run pip install -e . and improve UX flow
...
- setup_wizard.py: _deploy() now calls pip install -e <repo_root> automatically
- DoneStep: removes manual 'pip install -e .' instruction (wizard handles it)
- README.md: removes separate pip install -r requirements.txt step
- docs/INSTALLATION.md: same pip install simplification
- pyproject.toml: add pytest ignore for nested sandbox vault
- tests/sandbox/: remove old vault/ (replaced by 00_TestVault/)
- tests/sandbox/README.md: update flow, wizard handles pip install
2026-04-23 20:49:10 +08:00
Research Assistant
51d35d6999
feat(01-04): replace unresolved path-token commands with stable paperforge commands
...
- command/lp-*.md: replace python <system_dir>/... with paperforge status|selection-sync|index-refresh|ocr run; add fallback legacy command section
- command/ld-deep.md: update queue preflight to 'paperforge deep-reading'; add paperforge paths --json for variable resolution
- README.md: update core commands section to show paperforge first, legacy as fallback
- docs/INSTALLATION.md: add paperforge paths/status as primary verification
- docs/setup-guide.md: replace python pipeline/worker/... with paperforge selection-sync/index-refresh
- setup_wizard.py DoneStep: add pip install -e . and paperforge commands as primary next steps
All 15 tests in tests/test_command_docs.py pass.
2026-04-23 11:40:24 +08:00
Research Assistant
881457dd92
Fix configurable Lite setup paths
2026-04-23 01:44:13 +08:00
Research Assistant
71d69b7d89
docs: use descriptive names instead of hardcoded numbers in directory tree
2026-04-22 23:37:00 +08:00
Research Assistant
d72bf76f08
docs: update README and INSTALLATION for wizard-based setup
2026-04-22 23:36:26 +08:00
Research Assistant
89374cb35f
remove: all 科研读图指南 and Template references from project
2026-04-22 23:20:49 +08:00
Research Assistant
37d4f8db08
feat: add prepare command and chart-type detection for /LD-deep
2026-04-22 17:33:53 +08:00
Research Assistant
51e2612e9e
docs(README): update tagline - OpenCode supported now, more agents planned
2026-04-21 23:35:25 +08:00
Research Assistant
0a4b6c8e4f
docs(README): replace simple diagram with ASCII logo
2026-04-21 23:34:40 +08:00
Research Assistant
e5173b0e6f
cleanup: remove obsolete 文献阅读.md template
...
- Delete templates/文献阅读.md (frontmatter is hardcoded in pipeline)
- Remove template deployment from setup.py
- Update README.md and AGENTS.md references
2026-04-21 23:04:26 +08:00
Research Assistant
d887519343
docs: update README for lite architecture
2026-04-21 22:52:22 +08:00
PaperForge Assistant
9cadab68ad
fix(setup): resolve all audit findings
2026-04-21 22:10:40 +08:00
Research Assistant
03028782d3
chore: rename repo from Research-workflow to PaperForge
2026-04-21 21:27:56 +08:00
Research Assistant
124f45668b
docs: update README with multi-agent support
2026-04-21 21:12:35 +08:00
Research Assistant
35b18c6b97
Initial commit: Literature workflow for medical research
2026-04-21 20:50:17 +08:00