mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
- New services/skill_deploy.py: single source of truth for agent skill deployment - AGENT_CONFIGS with 9 platforms, all vault-local - deploy_skills() with install/update mode (overwrite flag) - Used by both setup wizard and update worker - update.py: _deploy_all_skills() after pip/git/zip update - setup_wizard.py: delegates skill deploy to shared service - config.py: add agent_platform default - main.js: Copy Context + Copy Collection Context now pure JS - Uses in-memory _cachedItems / _currentPaperEntry - No subprocess spawn, no timeout, no JSON parse errors - testable.js: remove needsKey/needsFilter from context actions - commands.test.mjs: update assertions for removed flags |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| versions.json | ||
| vitest.config.ts | ||