mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 17:00:23 +00:00
- DEFAULT_CONFIG: 99_System, 03_Resources, Literature, LiteratureControl, 05_Bases, .opencode/skills, .opencode/command - ENV_KEYS: all 8 PAPERFORGE_* overrides mapped - read_paperforge_json: supports both nested vault_config and top-level legacy keys - resolve_vault: cli > PAPERFORGE_VAULT > json-search > cwd precedence - load_vault_config: layered merge with locked D-Configuration Hierarchy order - paperforge_paths: returns exactly 13 required user-facing path keys - paths_as_strings: JSON-serializable string output - No os.environ mutation, no OCR secrets, stdlib only
3 lines
74 B
Python
3 lines
74 B
Python
"""paperforge_lite — PaperForge Lite package."""
|
|
|
|
__version__ = "1.0.0"
|