You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update tests to reflect vocabulary improvements
Fixed 2 failing pytest tests after vocabulary tuning:
1. test_intent_from_function_name:
- "status" now maps to "wisdom" (not a separate concept)
- Updated expected concepts from {"wisdom", "power", "status"}
to {"wisdom", "power"}
2. test_execution_error_handling:
- "log" now recognized as "wisdom" from vocabulary
- Updated expected concepts from {"justice", "love", "power"}
to {"justice", "love", "power", "wisdom"}
All 59 pytest tests now pass ✅
All 4 standalone tests pass ✅
These changes reflect the vocabulary tuning done to reduce false
positives, where boolean predicates and state-checking operations
were moved from Justice to Wisdom dimension.
0 commit comments