Generate test data for the $ARGUMENTS modality.
- •Look up the proto message definition in
proto/lifelog.proto - •Look up any
Distribution<T> for StandardUniformimplementations incommon/lifelog-proto/src/lib.rsfor existing patterns - •Generate a Rust function that produces realistic test fixtures:
- •Random but plausible field values (real-looking URLs for browser, sensible timestamps, etc.)
- •A builder pattern or factory function
- •Both single-item and batch generators
- •Place the function in the appropriate test module or
server/tests/harness/mod.rs - •Run
just testto verify it compiles and works
Follow the existing Distribution<ScreenFrame> pattern in lifelog-proto as a template.