Add context verification and quality checking#8
Merged
guicheffer merged 4 commits intomainfrom Jan 26, 2026
Merged
Conversation
…kflow Implements automatic verification and quality checking for context-training files based on agent-smith PR #8. This ensures context-training files accurately reflect the codebase and follow best practices. Core components: - Context verifier validates imports, functions, and references against codebase - Quality checker analyzes code for best practices, security, and maintainability - Verification loop with auto-fix for critical issues and user decision points - Pattern reviewer enhanced with quality standards questions - Comprehensive documentation and examples Verification runs automatically in /train-context (Step 7) and /update-context (Phase 4e). Reference: rodrigoluizs/agent-smith#8 Co-Authored-By: Claude <noreply@anthropic.com>
Moved PLAN.md to spec-machine repository as this is spec-machine specific planning. Removed VERIFICATION.md in favor of inline documentation in README. Simplified verification explanations without emojis.
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.
Summary
/train-context(Step 7) and/update-context(Phase 4e)Changes
context-verifier,quality-checkerverify-context.mdwith verification loop (max 3 iterations)pattern-reviewerwith quality standards questionsVERIFICATION.mdwith examples and troubleshootingPLAN.mdwith implementation statusReference
Based on agent-smith PR #8: https://github.com/rodrigoluizs/agent-smith/pull/8