mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"name": "PaperForge-Lite",
|
|
"version": "1.2.0",
|
|
"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": [
|
|
"03_Resources/",
|
|
"05_Bases/",
|
|
"99_System/PaperForge/ocr/",
|
|
"99_System/PaperForge/exports/",
|
|
"99_System/PaperForge/indexes/",
|
|
"99_System/PaperForge/candidates/",
|
|
".env",
|
|
"AGENTS.md"
|
|
],
|
|
"updateable_paths": [
|
|
"skills/",
|
|
"pipeline/",
|
|
"command/",
|
|
"scripts/"
|
|
],
|
|
"changelog_url": "https://github.com/LLLin000/PaperForge/releases"
|
|
}
|