- typecheck now also runs tsc over tsconfig.test.json (test files were
never type-checked before).
- Delete tests/unit/background.test.ts, which only asserted the vitest
chrome mock's own behavior — every remaining test imports production
code from src/lib.
- Baseline mock gains runtime.id, storage.session/remove, contextMenus,
and tabs.sendMessage.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Uninstall zustand, tailwindcss, autoprefixer, tweetnacl-util (all
unused); README no longer advertises Tailwind/Zustand.
- Fix stale 'Tone' -> 'Explain' copy in Options.
- Add .nvmrc/engines/packageManager (Node 22 to match CI).
- wxt.config.ts reads manifest version from package.json so the two
can never drift.
- Ignore *.zip build artifacts.
- Skip the two e2e specs with literal [EXTENSION_ID] placeholders
(cannot pass; TODO references the e2e-ID-resolution task).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>