🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pathmode/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pathmode/cli

The Intent Layer CLI — Spec-Driven Development with Pathmode

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

IntentSpec Validation Action

The official GitHub Action for IntentSpec — the open standard for Spec-Driven Development.

Use this action to enforce Functional Guardrails in your CI/CD pipeline. It validates that your intent.md exists and adheres to the IntentSpec Schema.

Usage

Add this to your workflow file (e.g., .github/workflows/intentspec.yml):

name: Validate IntentSpec

on: [push, pull_request]

jobs:
  validate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      
      - name: Validate Intent Spec
        uses: JanneL/validate-intentspec-action@v1
        with:
          file: 'intent.md' # Optional (default: intent.md)

Inputs

InputDescriptionDefaultRequired
filePath to the intent markdown fileintent.mdNo

Why use this?

  • Prevent Drift: Ensure AI agents (and humans) have a clear definition of "Done".
  • Enforce Structure: Validate that objective, outcomes, and constraints are defined.
  • Governance: Make IntentSpecs a required part of your PR process.

Keywords

pathmode

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts