Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vibe-validate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vibe-validate
Git-aware validation orchestration with 312x faster cached runs
Umbrella Package
This is a convenience package that installs the vibe-validate CLI.
When you install vibe-validate, you're actually installing @vibe-validate/cli and getting access to the vibe-validate command-line tool.
Quick Install
npm install -D vibe-validateThis installs:
@vibe-validate/cli- The main CLI tool- All its dependencies (
@vibe-validate/core,@vibe-validate/config, etc.)
Usage
After installation, use the vibe-validate command:
# Initialize configuration
npx vibe-validate init
# Run validation
npx vibe-validate validate
# Check configuration diagnostics
npx vibe-validate doctorFull Documentation
For complete documentation, examples, and guides, visit:
https://github.com/jdutton/vibe-validate
Packages
The vibe-validate ecosystem consists of:
- vibe-validate (this package) - Umbrella package for easy installation
- @vibe-validate/cli - Command-line interface
- @vibe-validate/core - Validation orchestration engine
- @vibe-validate/config - Configuration system
- @vibe-validate/extractors - Error formatting
- @vibe-validate/git - Git utilities
Why vibe-validate?
Built for agentic coding workflows with AI assistants like Claude Code:
- 312x faster cached validation (288ms vs 90s when code unchanged)
- Git tree hash caching - Content-based, deterministic
- Parallel execution - Run checks simultaneously
- Agent-optimized output - Auto-detects Claude Code, Cursor, Aider, Continue
- Branch sync enforcement - Pre-commit hook ensures branches stay current
License
MIT © Jeff Dutton