managarten/packages/website-blocks/src
Till JS f71a9377c0 feat(visibility): embed resolvers for memoro/cards/presi (M6 follow-on)
Closes the M6 loop — flipping a memo, card-deck, or presi-deck to
'public' now actually surfaces it on the owner's website embed.
Previously M6 wired the Picker but the embed pipeline didn't know
about these sources, so the flip had no visible effect.

Three new sources in EmbedSourceSchema:
- memoro.memos — voice-memo teaser. Title + intro (140 chars) +
  audio duration. Transcript, source-audio paths, and per-utterance
  speaker data stay private — those are the user's words verbatim
  with much stronger privacy weight than a curated headline.
- cards.decks — flashcard-collection teaser. Name + "N Karten".
  Card fronts/backs, difficulty, review history all private — the
  deck is a unit; the cards belong to the play experience.
- presi.decks — "talks I've given" teaser. Title + "N Folien"
  (counted by joining the slides table). Slide content stays
  private — the public deck is a pointer, the slides belong to
  the talk experience.

Each resolver tolerates the M6 soft-migration window: visibility
falls back to legacy isPublic for rows that haven't been re-saved
since the M6 commit.

Inspector dropdown updated to expose all 15 sources.

Note: 3 unrelated svelte-check errors in
data/seeds/wiring.test.ts (spaceId on LocalWorkbenchScene) from a
parallel session. Not introduced here.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 14:33:43 +02:00
..
analytics feat(wardrobe): module foundation — garments + outfits space-scoped data layer (M1) 2026-04-23 18:27:37 +02:00
columns feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
cta feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
faq feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
form feat(website): M4 — forms + moduleEmbed 2026-04-23 14:36:52 +02:00
gallery feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
hero feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
image feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
moduleEmbed feat(visibility): embed resolvers for memoro/cards/presi (M6 follow-on) 2026-04-25 14:33:43 +02:00
richText feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
spacer feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
themes test(website): broad automated coverage across the builder surface 2026-04-23 21:07:40 +02:00
index.ts feat(wardrobe): module foundation — garments + outfits space-scoped data layer (M1) 2026-04-23 18:27:37 +02:00
registry.ts feat(wardrobe): module foundation — garments + outfits space-scoped data layer (M1) 2026-04-23 18:27:37 +02:00
schemas.test.ts test(website): broad automated coverage across the builder surface 2026-04-23 21:07:40 +02:00
schemas.ts test(website): broad automated coverage across the builder surface 2026-04-23 21:07:40 +02:00
types.ts feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00