Sign In

patchloom

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patchloom - npm Package Compare versions

Comparing version
0.27.0
to
0.28.0
+2
-2
npm-shrinkwrap.json

@@ -26,3 +26,3 @@ {

"name": "patchloom",
"version": "0.27.0"
"version": "0.28.0"
},

@@ -546,3 +546,3 @@ "node_modules/@isaacs/cliui": {

"requires": true,
"version": "0.27.0"
"version": "0.28.0"
}
{
"artifactDownloadUrls": [
"https://github.com/patchloom/patchloom/releases/download/patchloom-v0.27.0"
"https://github.com/patchloom/patchloom/releases/download/patchloom-v0.28.0"
],

@@ -136,3 +136,3 @@ "author": "Sebastien Tardif",

},
"version": "0.27.0",
"version": "0.28.0",
"volta": {

@@ -139,0 +139,0 @@ "node": "18.14.1",

@@ -168,4 +168,6 @@ <p align="center">

Prefer channels that track each GitHub Release (Homebrew, Scoop, crates,
npm, Releases). winget and Chocolatey community catalogs are for discovery
only; they often lag for days or weeks.
npm, Releases). On Windows, Scoop is recommended. winget
(`Patchloom.Patchloom`) is published per release and is usually current
after Microsoft's publish pipeline (`winget source update` if search is
stale). Chocolatey often lags while community moderation runs.

@@ -193,4 +195,4 @@ ```bash

See [Installation](./docs/getting-started/installation.md) for shell
installer scripts, source builds, shell completions, and the winget /
Chocolatey discovery listings.
installer scripts, source builds, shell completions, and winget /
Chocolatey notes.

@@ -254,2 +256,13 @@ - MCP Registry name: `mcp-name: io.github.patchloom/patchloom`

On Windows PowerShell (no bash heredoc), write ops to a file:
```powershell
@'
doc.set config.json version "\"2.0.0\""
md.upsert_bullet AGENTS.md "Rules" "- Always test"
replace src/main.rs "v1" "v2"
'@ | Set-Content ops.txt -Encoding utf8
patchloom batch --apply ops.txt
```
Or use a JSON plan with format and validate lifecycle:

@@ -300,3 +313,3 @@

[dependencies]
patchloom = { version = "0.26.0", default-features = false }
patchloom = { version = "0.28.0", default-features = false } <!-- x-release-please-version -->
```

@@ -516,3 +529,3 @@

|---|---|
| CLI | Install from [crates.io](https://crates.io/crates/patchloom), [Homebrew](https://github.com/patchloom/homebrew-tap), [Scoop](https://github.com/patchloom/scoop-bucket), [npm](https://www.npmjs.com/package/patchloom) (`npx patchloom`), or [GitHub Releases](https://github.com/patchloom/patchloom/releases/latest). Also listed on [winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Patchloom/Patchloom) and [Chocolatey](https://community.chocolatey.org/packages/patchloom) for search discovery only (community indexes often lag the latest release). |
| CLI | Install from [crates.io](https://crates.io/crates/patchloom), [Homebrew](https://github.com/patchloom/homebrew-tap), [Scoop](https://github.com/patchloom/scoop-bucket), [npm](https://www.npmjs.com/package/patchloom) (`npx patchloom`), or [GitHub Releases](https://github.com/patchloom/patchloom/releases/latest). Also on [winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Patchloom/Patchloom) (`Patchloom.Patchloom`; usually current after Microsoft publish) and [Chocolatey](https://community.chocolatey.org/packages/patchloom) (community moderation often lags GitHub). |
| MCP server | Official [MCP Registry](https://registry.modelcontextprotocol.io/) name `io.github.patchloom/patchloom` (stdio; crates.io / npm packages; see `server.json`). Local MCPB for [Smithery](https://smithery.ai/) / desktop hosts: `make pack-mcpb` (`mcpb/`). [Glama](https://glama.ai/mcp/servers) directory prep: root `glama.json` + manual **Add MCP Server** (see [MCP setup](./docs/getting-started/mcp-setup.md#glama-directory)) |

@@ -519,0 +532,0 @@ | Editor extension | Published on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom) and [Open VSX](https://open-vsx.org/extension/patchloom/patchloom) |

Sorry, the diff of this file is too big to display