final-vibevault-template/.autograde
sit002 3dc343684d fix: enforce integer scores matching rubric scoring_guide
- Prompt now explicitly requires integer scores (0/1/2/3/4)
- Code rounds any decimal scores to nearest integer
- Prevents LLM from giving 2.5, 3.5 etc.
2025-12-02 14:36:33 +08:00
..
workflow_templates Initial commit 2025-12-01 22:12:02 +08:00
aggregate_final_grade.py feat: preserve LLM grading details (criteria, confidence, reasons) 2025-12-02 12:05:48 +08:00
aggregate_llm_grades.py Initial commit 2025-12-01 22:12:02 +08:00
create_minimal_metadata.py feat: preserve LLM grading details (criteria, confidence, reasons) 2025-12-02 12:05:48 +08:00
generate_pdf_report.py feat: add commit SHA marker at top-right corner of each page 2025-12-02 14:08:08 +08:00
grade_grouped.py Initial commit 2025-12-01 22:12:02 +08:00
grade.py Initial commit 2025-12-01 22:12:02 +08:00
llm_grade.py fix: enforce integer scores matching rubric scoring_guide 2025-12-02 14:36:33 +08:00
objective_grade.py Initial commit 2025-12-01 22:12:02 +08:00
post_comment.py Initial commit 2025-12-01 22:12:02 +08:00
run_tests.py Initial commit 2025-12-01 22:12:02 +08:00
test_objective_grade.sh Initial commit 2025-12-01 22:12:02 +08:00
upload_metadata.py fix: handle list response when checking file existence 2025-12-02 10:01:40 +08:00