Skip to content

fix(eval): drop dead Swahili prompt load that broke CI - #72

Merged
nmrenyi merged 1 commit into
mainfrom
fix/eval-harness-swahili-20260623
Jun 23, 2026
Merged

fix(eval): drop dead Swahili prompt load that broke CI#72
nmrenyi merged 1 commit into
mainfrom
fix/eval-harness-swahili-20260623

Conversation

@nmrenyi

@nmrenyi nmrenyi commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Follow-up to the English-only change (PR #71). The evaluation harness's prompts.py still loaded the now-deleted config/prompts/system_sw.txt at import, failing 5 test_imports.py tests on main. The APP_SYSTEM_PROMPT_SW symbol was never used and the tests only assert the English prompt, so the line is removed. All test_imports + scoring tests pass locally.

🤖 Generated with Claude Code

The evaluation harness's prompts.py still loaded config/prompts/system_sw.txt at
import (APP_SYSTEM_PROMPT_SW) — but that file was deleted in the English-only
change, so 5 test_imports.py tests failed on main (FileNotFoundError). The symbol
was never used and the import tests only assert APP_SYSTEM_PROMPT (English), so
remove the line. All test_imports + scoring tests green locally.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rb8sCfVzRDRZko7V5JYxUB
@nmrenyi
nmrenyi merged commit 379e360 into main Jun 23, 2026
2 checks passed
@nmrenyi
nmrenyi deleted the fix/eval-harness-swahili-20260623 branch June 23, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant