Five layers, read top to bottom. Raw inputs enter at the top and flow down — synthesised into concepts, ratified into canon, then built into the website and other assets at the bottom. One-way flow throughout: inputs never overwrite canon, and the website is always a derivative.
inputs/inbox/ and it flows automatically. Drive lane: upload to the Wiki Shared Drive Inbox — wiki-ingest fetches via the Drive API, host-converts PDF/docx/images, and archives the original on success.wiki-ingest --auto unattended. Clean files go end-to-end; anything needing judgement escalates to needs-review/.decisions.md. Humans review; they don't gate every update.sources: traceability. Trend signals are written to trends-buffer.md — never auto-promoted without a PR.wordnerds-site repo, ending in a review gate (stage 7) that QAs the rendered page for strategy, copy, AEO, SEO, conversion/UX balance and fact-check before a human deploys. Claude drives each stage; the renderer turns a JSON schema into self-contained HTML — no Astro yet (that's Phase 6).wiki-query retrieves canon for the brief. Each stage emits a file; the Schema Composer builds the HTML, then review-page grades it (BLOCKER / WARNING / NOTE) — any BLOCKER means "not ready". Pete deploys from the staging preview only once it's clean.