patchloom 0.28.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
14
15
16
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-path": "CHANGELOG.md",
      "bump-minor-pre-major": true,
      "extra-files": [
        { "type": "generic", "path": "src/lib.rs" },
        { "type": "generic", "path": "README.md" },
        { "type": "generic", "path": "docs/introduction.md" },
        { "type": "generic", "path": "docs/getting-started/installation.md" }
      ]
    }
  }
}