# Task 01 — Quickstart + Doctests **Goal:** demonstrate embedding tidalDB in <20 LOC and keep it compiling forever. ## Deliverables - `examples/quickstart.rs` referenced from README + VISION. - Corresponding snippet in docs that uses Rust fenced code block with `no_run` + doctest harness. - CI hook (`cargo test --doc --examples`) wired into main workflow. ## Acceptance Criteria - Quickstart writes a single signal and reads it back once M1 lands, but for now asserts builder + health_check. - Fails CI if builder API changes without updating docs.