We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: sync from /docs @ 50c78887fb0d94153ae8164f68b367d3f6a92534
docs(wiki): fix broken internal links and drop missing Launch Checklist Body links used a docs/-folder convention (lowercase-kebab + .md) that GitHub Wiki resolves against /owner/repo/wiki/, which 404s because pages live as Title-Case slugs without .md. Rewrites inline links to [[Display|Page-Slug]] (matching the sidebar) and points the bottom CHANGELOG/plan.md links to absolute GitHub URLs. Drops the Launch Checklist references since the page doesn't exist and is internal. Also corrects the Home intro sentence that claimed the docs live in the repo (they live here, in the wiki).
docs: sync from /docs @ a1aa612a395fbb361df47cfe432d15e47404d934
docs: add Visual DNA facet page + index updates New Facet-Type-Visual-DNA.md covers the three input modalities (drop / paste URL / eyedrop), the LAB ΔE matching pipeline, the color-term map sourcing (taxonomy term_meta + meta-index fallback), browser support caveats, and the known limitations that motivate Visual DNA v2 on the roadmap. Sidebar, Facet-Types catalog, and Roadmap updated accordingly.
docs: flip alpha facet types to shipped Radio, Dropdown, Toggle, Hierarchy, and Date Range now ship in main. Roadmap moves them out of 'next up' and into 'shipped (pre-alpha)'; Facet-Types quick reference status column updates; each individual facet-type page swaps its 🚧 Planned banner for ✅ Shipped.
docs: ship Swipe-Deck, 2D-Slider, Ask facet pages + cleanup - Add Facet-Type-Swipe-Deck.md (was missing) - Add Facet-Type-Two-D-Slider.md (was missing) - Add Facet-Type-Ask.md (the new conversational chip facet, replacing the planned AI Search page) - Home.md: drop the drift banner and the 'Preact + Signals' bullet — the shipped public runtime is vanilla JS - Architecture.md: true the stack table + directory layout to the real codebase (React 18 admin, vanilla JS public, src/Ai, src/Api, Vite 8, PHP 8.2+) - Roadmap.md: replace aspirational alpha tasks with shipped state; re-list remaining types for v0.1 - Facet-Types.md: status column + new rows for swipe deck, 2D, ask - _Sidebar.md: link the three new pages
docs(wiki): scaffold initial wiki - Home, Sidebar, Footer - Getting Started, Installation, Requirements - Core Concepts, Architecture, Brand Voice - Developer Guide, Contributing, Code of Conduct - Roadmap, Changelog, FAQ, Comparison, Migration