JSPM

  • Created
  • Published
  • Downloads 789
  • Score
    100M100P100Q96187F
  • License MIT

Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package

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

    npm version License: MIT

    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-validate

    This 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 doctor

    Full Documentation

    For complete documentation, examples, and guides, visit:

    https://github.com/jdutton/vibe-validate

    Packages

    The vibe-validate ecosystem consists of:

    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