Skip to content

Release v2.3.0

Choose a tag to compare

@oshorefueled oshorefueled released this 11 Feb 13:35
· 18 commits to main since this release
7402271

VectorLint 2.3.0 - 2026-02-11

Features

  • Zero-Config Mode: Run VectorLint without any config file by adding a VECTORLINT.md to your
    project root
  • User Instructions Support: Global user instructions now run alongside all rules (previously
    fallback-only)
  • Fix Suggestions: New fix field in violation output provides drop-in replacement suggestions for
    both Check and Judge evaluations
  • Init Command Enhancements: New --quick flag creates only VECTORLINT.md, --full flag creates
    both config and user instruction files
  • Improved Evaluation Instructions: Centralized directive with structured Role/Task/Instructions
    format

Improvements

  • Renamed internal terminology: "Style Guide" → "User Instructions" for clarity
  • Renamed evaluation types: SubjectiveResultJudgeResult, SemiObjectiveResultCheckResult
  • Removed redundant instruction sections from bundled preset prompts
  • Consolidated architectural documentation into CLAUDE.md

Full Changelog: v2.2.0...v2.3.0