patchloom 0.22.0

Structured file editing library and CLI for AI agents: parser-backed JSON/YAML/TOML edits, AST-aware code operations, multi-file batching, markdown operations, and MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": 1,
  "operations": [
    {
      "op": "replace",
      "path": "scripts/install.sh",
      "old": "pip",
      "new": "uv",
      "command_position": true,
      "require_change": true
    }
  ]
}