2026-04-22 11:03:49 +00:00
|
|
|
{
|
|
|
|
|
"name": "PaperForge-Lite",
|
|
|
|
|
"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": [
|
2026-04-22 17:44:13 +00:00
|
|
|
"<resources_dir>/",
|
|
|
|
|
"<base_dir>/",
|
|
|
|
|
"<system_dir>/PaperForge/ocr/",
|
|
|
|
|
"<system_dir>/PaperForge/exports/",
|
|
|
|
|
"<system_dir>/PaperForge/indexes/",
|
|
|
|
|
"<system_dir>/PaperForge/candidates/",
|
2026-04-22 11:03:49 +00:00
|
|
|
".env",
|
|
|
|
|
"AGENTS.md"
|
|
|
|
|
],
|
|
|
|
|
"updateable_paths": [
|
|
|
|
|
"skills/",
|
|
|
|
|
"pipeline/",
|
|
|
|
|
"command/",
|
2026-04-28 14:34:41 +00:00
|
|
|
"scripts/",
|
|
|
|
|
"plugin/"
|
2026-04-22 11:03:49 +00:00
|
|
|
],
|
2026-04-27 09:57:33 +00:00
|
|
|
"changelog_url": "https://github.com/LLLin000/PaperForge/releases",
|
|
|
|
|
"auto_analyze_after_ocr": false
|
2026-04-22 11:03:49 +00:00
|
|
|
}
|