Commit 3fe3e40
Zvi Fried
feat/general-refinement - refactor prompts with perfect system/user separation and fix all mypy issues
- Reorganized prompts into system/ and user/ directories for clear separation
- System prompts contain behavioral instructions (HOW to evaluate)
- User prompts contain simple requests (WHAT to evaluate)
- Fixed all mypy type checking issues with proper annotations
- Updated pre-commit configuration for proper mypy integration
- Removed unused files (docker-compose.yml, example files)
- All tests passing (29/29) with full type safety
- Perfect separation of concerns in prompt architecture1 parent c48ed76 commit 3fe3e40
File tree
14 files changed
+363
-677
lines changed- src
- mcp_as_a_judge
- prompts
- system
- user
- tests
14 files changed
+363
-677
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments