mirror of
https://github.com/thedotmack/claude-mem.git
synced 2026-09-20 04:23:02 +08:00
f64c878a8b
Drops 11 devDependencies with zero remaining imports after the wave-1 code swaps landed: handlebars/yaml/zod-to-json-schema/ts-prune (dead weight, no callers), picocolors (replaced by node:util styleText), glob (replaced by Bun.Glob), cors/@types/cors (replaced by an inline allowlist middleware), jimp (its sole caller, the banner-frame generator script, was deleted), tsx (bug-report script now runs via bun, matching every sibling script), and tree-sitter-elixir (the grammar can never produce a symbol; removed from build-hooks.js's plugin manifest generator and check-postinstall-allowlist.js too). Also drops the tree-kill optionalDependency — every remaining "tree-kill" reference in src/ is prose describing the self-implemented taskkill/pkill fallback, not an import of the package. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>