Skip to content

Conversation

@BruinGrowly
Copy link
Owner

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.

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.
@BruinGrowly BruinGrowly merged commit 96bcfc7 into main Nov 6, 2025
14 checks passed
@BruinGrowly BruinGrowly deleted the claude/fix-ci-and-readme-011CUpBZStBR8iC59eVzkbqk branch November 6, 2025 21:50
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.

3 participants