lllin000_PaperForge/paperforge/plugin
LLLin000 d2334d4446 feat(#82): remove old Python resolvers — resolvePythonExecutable, getCachedPython, checkRuntimeVersion, buildRuntimeInstallCommand, _syncRuntime
- settings.ts: replaced all getCachedPython/resolvePythonExecutable calls with _resolveRuntimeCommand (ManagedRuntime)
- settings.ts: deleted _syncRuntime (superseded by ManagedRuntime.ensure)
- settings.ts: cleaned dead imports (getMemoryRuntime, isMemoryReady, isVectorReady, getCachedPython)
- main.ts: added _getPythonCommand helper using ManagedRuntime, replaced all resolvePythonExecutable calls
- dashboard.ts: added _resolvePython helper, replaced all 7 resolvePythonExecutable + 1 checkRuntimeVersion calls
- modals.ts: added _resolvePython helper to PaperForgeSetupModal, replaced getCachedPython + 3 resolvePythonExecutable calls

Build: 258.0KB | Tests: 384/384 passed | Typecheck: clean
2026-07-19 15:06:04 +08:00
..
.husky A2: check table ownership (consumed_table_block_keys) before _SKIPPED_BODY_ROLES in render loop 2026-06-25 22:27:35 +08:00
docs/design Merge branch 'ocr-v2' 2026-06-29 02:03:23 +08:00
src feat(#82): remove old Python resolvers — resolvePythonExecutable, getCachedPython, checkRuntimeVersion, buildRuntimeInstallCommand, _syncRuntime 2026-07-19 15:06:04 +08:00
tests feat(#81): Release N+1 owner cutover — Python 3.11+ gate, fail-closed dispatch 2026-07-19 14:32:12 +08:00
.lintstagedrc Add pre-commit hooks (husky + lint-staged + prettier) 2026-06-25 16:42:34 +08:00
.prettierrc Add pre-commit hooks (husky + lint-staged + prettier) 2026-06-25 16:42:34 +08:00
esbuild.config.mjs chore(plugin): add esbuild.config.mjs 2026-05-24 16:53:21 +08:00
main.js feat(#82): remove old Python resolvers — resolvePythonExecutable, getCachedPython, checkRuntimeVersion, buildRuntimeInstallCommand, _syncRuntime 2026-07-19 15:06:04 +08:00
manifest.json feat: migrate plugin credentials to SecretStorage (#79) 2026-07-19 01:00:41 +08:00
package-lock.json Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
package.json Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
styles.css feat: expose library OCR and memory capability tracers (#78) 2026-07-18 18:13:08 +08:00
tsconfig.json chore(plugin): finalize TS migration -- delete legacy testable.js 2026-05-24 17:33:22 +08:00
versions.json chore: add 1.5.13 to versions.json 2026-05-25 12:25:30 +08:00
vitest.config.ts chore: update plugin bundle and vitest config 2026-07-16 02:55:43 +08:00