patchloom 0.15.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  <metadata>
    <id>patchloom</id>
    <version>0.14.0</version>
    <title>Patchloom</title>
    <authors>Sebastien Tardif</authors>
    <owners>SebTardif</owners>
    <summary>Structured file editing CLI for AI agents</summary>
    <description>
      Patchloom is a CLI and library for agent-grade repo operations: parser-backed
      JSON/YAML/TOML edits, AST-aware code operations, multi-file batching, markdown
      section editing, dry-run by default, and an MCP server for structured tool calls.

      **Install:** `choco install patchloom`

      This package downloads the portable Windows zip from GitHub Releases and places
      `patchloom.exe` on the PATH via Chocolatey shims.
    </description>
    <!-- projectUrl: product home; projectSourceUrl: source tree (CPMR0041). -->
    <projectUrl>https://patchloom.github.io/patchloom/</projectUrl>
    <projectSourceUrl>https://github.com/patchloom/patchloom</projectSourceUrl>
    <packageSourceUrl>https://github.com/patchloom/patchloom/tree/main/chocolatey</packageSourceUrl>
    <docsUrl>https://patchloom.github.io/patchloom/</docsUrl>
    <bugTrackerUrl>https://github.com/patchloom/patchloom/issues</bugTrackerUrl>
    <licenseUrl>https://github.com/patchloom/patchloom/blob/main/LICENSE</licenseUrl>
    <!-- CDN-backed icon (CPMR0033); 128x128 PNG under repo control. -->
    <iconUrl>https://cdn.jsdelivr.net/gh/patchloom/patchloom@main/assets/logo-128.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <tags>cli mcp ai-agents rust yaml toml json markdown patchloom</tags>
    <releaseNotes>https://github.com/patchloom/patchloom/releases/tag/patchloom-v0.14.0</releaseNotes>
  </metadata>
  <files>
    <file src="tools\**" target="tools" />
  </files>
</package>