Adds the boolean field consumed by the upcoming Shadow DOM mount path.
Strict equality with the string "true" — anything else (absent, "false",
"1", "yes", empty) yields false, so accidental opt-in is impossible.
Tests cover the full parseConfig surface (required fields, server-url
derivation, position default) plus the new shadow attribute parsing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add vitest 4.1, jsdom 25, and @testing-library/preact as devDeps so the
widget gets a real test surface for the upcoming Shadow DOM mount work.
- vitest.config.ts mirrors the build aliases (preact/compat) and uses
jsdom for DOM-touching tests.
- tests/setup.ts is the place to add polyfills as the surface grows.
- tests/unit/smoke.test.ts confirms vitest runs, jsdom is wired, and
Shadow DOM API is available.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>