Skip to content

Publish to npm registry #5

@ProduktEntdecker

Description

@ProduktEntdecker

Overview

Publish PatchPilot to npm so users can install it with npm install -g patchpilot or use it with npx patchpilot.

Why

  • Currently requires local path in Claude Code settings
  • If folder is moved/deleted, configuration breaks
  • npm publish enables: npx patchpilot (works everywhere)

Tasks

  • Add proper package metadata (author, repository, homepage)
  • Add keywords for npm search discoverability
  • Create npm account or use existing
  • Run npm publish
  • Update README with npm install instructions
  • Update Claude Code settings example to use npx patchpilot

After Publishing

Settings become portable:

{
  "hooks": {
    "PreToolUse": [{
      "matcher": "Bash",
      "hooks": [{
        "type": "command",
        "command": "npx patchpilot",
        "timeout": 10000
      }]
    }]
  }
}

Priority: P1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions