lllin000_PaperForge/paperforge.json

29 lines
751 B
JSON

{
"name": "PaperForge-Lite",
"version": "1.4.3",
"description": "Lightweight literature management automation for Obsidian + Zotero",
"repository": "https://github.com/LLLin000/PaperForge",
"update": {
"channel": "stable",
"auto_check": true,
"check_interval_days": 7
},
"protected_paths": [
"<resources_dir>/",
"<base_dir>/",
"<system_dir>/PaperForge/ocr/",
"<system_dir>/PaperForge/exports/",
"<system_dir>/PaperForge/indexes/",
"<system_dir>/PaperForge/candidates/",
".env",
"AGENTS.md"
],
"updateable_paths": [
"skills/",
"pipeline/",
"command/",
"scripts/"
],
"changelog_url": "https://github.com/LLLin000/PaperForge/releases",
"auto_analyze_after_ocr": false
}