20260720 Corpus Explorer S3C Ssr Search Content
Path:
loom-builder/prompts/20260720-corpus-explorer-s3c-ssr-search-content.mdRelative: prompts/20260720-corpus-explorer-s3c-ssr-search-content.mdSubproject: loom-builderCategory: dispatch-promptsLines: 85Bytes: 4,316Imports: 0Exports: 0
Content Preview
- # Corpus Explorer — S3c: server-render conversation content so Pagefind can actually index it
- ## Why this dispatch exists
- The previous S3 retry passed all file-existence gates (build succeeds,
- `pagefind` dir exists, `wrangler.jsonc` exists) but Mike caught that the
- actual functionality is broken: Pagefind only indexed **57 words across 4
- pages** because conversation content is rendered entirely client-side via
- DuckDB-WASM (see `src/lib/duckdb.ts`) — Pagefind's build-time crawler never
- sees it.