### User Story ## Goal Add a 1-5 star trustworthiness score calculator based on two input percentages. ## Files Needed - `trustworthiness.py` (scoring logic) - `test_trustworthiness.py` (unit tests) ## Acceptance Criteria - [ ] Function takes two percentages (0-100) - [ ] Returns integer score (1-5 stars) - [ ] Includes test cases for boundaries ### Tasks _No response_ ### Reminders - [ ] Create branch for this issue - [ ] Create ADR if necessary
User Story
Goal
Add a 1-5 star trustworthiness score calculator based on two input percentages.
Files Needed
trustworthiness.py(scoring logic)test_trustworthiness.py(unit tests)Acceptance Criteria
Tasks
No response
Reminders