lllin000_PaperForge/scripts
Research Assistant ec2e91d4ac feat(update): smart update with auto-detection + Windows one-click script
paperforge update:
- Auto-detects installation method (pip/pip-editable/git/zip)
- Routes to appropriate update strategy
- pip users: pip install --upgrade
- pip-editable users: git pull + pip install -e .
- git users: git pull
- unknown: zip download fallback

scripts/update-paperforge.ps1:
- Windows one-click update script
- Auto-detects install method
- Supports -Force (skip confirm) and -DryRun
- Clear colored output with error handling

AGENTS.md:
- Added comprehensive update section with 4 methods
- Documented auto-update and PowerShell script
2026-04-25 00:17:54 +08:00
..
consistency_audit.py feat(phase-10): add consistency audit script 2026-04-24 18:06:35 +08:00
setup.py Fix configurable Lite setup paths 2026-04-23 01:44:13 +08:00
update-paperforge.ps1 feat(update): smart update with auto-detection + Windows one-click script 2026-04-25 00:17:54 +08:00
validate_setup.py refactor(phase-9): update all Python imports to paperforge 2026-04-24 16:15:30 +08:00
welcome.py feat(phase-10): add consistency audit script 2026-04-24 18:06:35 +08:00