You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: act on DX review — accuracy, taxonomy, funnel, and clarity fixes
Addresses the senior-DX review findings:
- Pattern count: reconcile four-vs-five — function-patterns intro now says five,
tutorial says "three more patterns", home table adds the Buffering row.
- Home "Why VGI?" table: drop the false "single-threaded" claim; reframe the
in-process vs. worker-process axis honestly and add an Arrow-IPC cost note.
- Taxonomy: use "pattern" in prose throughout (kept "shape" only for the visual
glyphs); "kind" stays an internal CSS/asset name.
- Accuracy: Cloudflare DO backend uses httpx (not stdlib) — corrected. Pushdown
how-to now uses params.current_pushdown_filters (already a decoded
PushdownFilters), not a nonexistent params.pushdown_filters + deserialize.
- Funnel: how-to "Next steps" now link sibling how-to/concept before raw
reference; reconcile state-storage vs shared-storage and concepts vs lifecycle.
- On-ramps: gloss vgi-serve on first use; explain the Python Client vs SQL
ATTACH and the injected ctx; link execution_id to state storage.
- Add a troubleshooting callout to tutorial step 2; realistic DuckDB result
header; how-to index "Reference & tooling" split; contributing-docs carve-out
for advanced illustrative pages + tighter Next-steps rule.
Strict build green; 67 doc/e2e assertions pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments