2 Commits
Author SHA1 Message Date
oxmc b045a22b5d Add prepare script and repository field for git-dependency installs
Not published to npm, so consumers install it as a git dependency. npm only
runs devDependencies + the prepare lifecycle script for git deps (unlike a
registry install, which skips devDependencies and ships prebuilt dist/ instead),
so without this, dist/ would be missing on install.
2026-07-26 04:05:20 -07:00
oxmc 8a8a824f3b Initial commit: tiered Chromium/V8 flags, GC/cache monitor, per-window memory helpers
Extracted and generalized from hand-tuned memory optimizations in an Electron app
template: memory/GPU/Raspberry-Pi-tiered command-line flags, a runtime GC + total-
process memory monitor with pressure-triggered deep clean, and per-window hide/
minimize memory helpers.
2026-07-26 03:10:19 -07:00