fn read_user_definitions(
db: &Path,
) -> Result<Vec<(DefinitionRecord, i64)>, Error>Expand description
Read all is_seeded=0 definitions from db with their content + skills,
each paired with a freshness timestamp for cross-copy winner selection.