## Problem `src/builder.rs` line 179: doc example contains `todo!()` which panics when doc tests run, causing CI failures. Found by CodeRabbit review on PR #5. ## Fix Add `no_run` to the doc example code fence, or replace `todo!()` with a concrete implementation.