Test: Claude lint workflow#2
Merged
Merged
Conversation
- Add .github/workflows/claude-lint.yml for PR code linting - Add .github/workflows/claude-issue-triage.yml for automatic issue labeling - Add lint.md prompt for Claude linting - Add triage.md prompt for Claude issue triage - Add .claude-guidelines.yml configuration - Update .gitignore to keep docs ignored but allow .github workflows
This was referenced Jun 1, 2025
4 tasks
14 tasks
3 tasks
kesslerio
added a commit
that referenced
this pull request
Oct 22, 2025
Resolves #279 ## Summary Fixed critical bugs preventing vibe_check_mentor from providing query-specific responses: 1. **Validation Error (Bug #2)**: Fixed ctx parameter typing to allow FastMCP auto-injection 2. **Canned Responses (Bug #1)**: Implemented response relevance validation with context-aware fallback ## Key Changes - Added ResponseRelevanceValidator to score static responses - Implemented context-aware fallback when relevance validation fails - Fixed tuple unpacking order (content/type swap) - Added missing TechnicalContext.file_references field - Comprehensive E2E test coverage ## Test Results All tests passing: - ✅ mentor_relevance.mjs - Guards against canned response regression - ✅ mentor_interrupt_mode.mjs - Validates interrupt mode - ✅ mentor_basic.mjs - Basic functionality - ✅ Python E2E wrapper tests ## Follow-Up Issues - #281 - File size refactoring (vibe_mentor_enhanced.py) - #282 - Review and update canned responses Co-authored-by: Claude Code <[email protected]>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the Claude lint workflow with intentional style issues in test-code.js to see if Claude catches them:
This should trigger the claude-lint.yml workflow.