fabro/lib/crates/fabro-interview
Bryan Helmkamp 67db378bd0 Remove dead selected_options field from Answer struct
The field was populated in constructors but never read by any code.
Selected keys are already carried by AnswerValue::MultiSelected(Vec<String>),
making this field redundant. Also removes the unused options parameter from
Answer::multi_selected().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:07:26 -04:00
..
src Remove dead selected_options field from Answer struct 2026-03-23 16:07:26 -04:00
Cargo.toml Decompose fabro run into create / start / attach (#116) 2026-03-20 14:08:54 -04:00