cloning repo... === claude-mem with-deps smoke (repo at /tmp/claude-mem-withdeps) === --- check 1: bun install --- exit=0 elapsed=54s + better-auth@1.7.3 657 packages installed [53.39s] Blocked 17 postinstalls. Run `bun pm untrusted` for details. node_modules size: 970M [PASS] bun install succeeds in 54s (node_modules 970M) --- check 2: repo sqlite test suite (package script test:sqlite) --- exit=0 122 pass 0 fail (pass) SessionStore migrations > v49 truncates prefixed concept tags so the injection query matches them again (#3379) [9.29ms] (pass) SessionStore migrations > v49 is idempotent: once recorded, a second construction leaves concepts untouched [9.52ms] (pass) SessionStore migrations > v49 requeues corrected native rows for sync and leaves replicas and invalid JSON untouched [9.62ms] 122 pass 0 fail 451 expect() calls Ran 122 tests across 12 files. [1220.00ms] [PASS] bun test tests/sqlite/ passes (122 pass) --- check 3: build (npm run build) --- exit=0 elapsed=2s + tree-sitter-swift@0.7.1 + tree-sitter-typescript@0.23.2 + zod@4.4.3 37 packages installed [182.00ms] ✓ plugin/bun.lock generated [PASS] npm run build (sync manifests + build hooks + lockfile) succeeds in 2s --- check 4: all bundled SKILL.md files have name+description frontmatter --- skills with valid frontmatter: 19/19 [PASS] 19/19 plugin skills have name+description frontmatter --- check 5: hook + plugin manifests are valid JSON --- [PASS] all 6 hook/plugin manifests parse as JSON --- check 6: skills reference targets exist (progressive disclosure) --- broken: plugin/skills/mode-creator/SKILL.md -> scripts/worker-service.cjs broken: plugin/skills/version-bump/SKILL.md -> scripts/generate-changelog.js checked 6 refs, missing 2 [FAIL] 2 broken cross-refs --- check 7: MCP tool registry count in source --- src/servers/mcp-server.ts registers 21 MCP tools [PASS] source registers 21 MCP tools (README documents 3) --- check 8: typecheck (root) --- exit=2 Type 'symbol' is not assignable to type 'RuntimeId'. src/npx-cli/commands/install.ts(1110,26): error TS2339: Property 'length' does not exist on type 'symbol | ProviderChoice[]'. Property 'length' does not exist on type 'symbol'. src/npx-cli/commands/install.ts(1111,28): error TS7053: Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'symbol | ProviderChoice[]'. Property '0' does not exist on type 'symbol | ProviderChoice[]'. [FAIL] typecheck failed: src/npx-cli/commands/install.ts(299,3): error TS2322: Type 'symbol | "disable" | "leave-enabled"' is not assignable to type 'ClaudeAutoMemoryChoice'. Type 'symbol' is not assignable to type 'ClaudeAutoMemoryChoice'. src/npx-cli/commands/install.ts(952,5): error TS2322: Type 'symbol | RuntimeId' is not assignable to type 'string'. === SUMMARY: 6 passed, 2 failed ===