patchloom 0.5.0

Structured file editing library and CLI for AI agents: parser-backed JSON/YAML/TOML edits, AST-aware code operations via tree-sitter, multi-file batching, markdown operations, and MCP server
Documentation
# Rust build output
/target

# Local release artifacts
/dist
/.dist

# Logs and OS files
*.log
.DS_Store

# Patchloom backup sessions (created by --apply)
.patchloom/

# Grok session state
.grok/

# Fuzz testing artifacts
fuzz/target/
fuzz/corpus/
fuzz/artifacts/


# Benchmark result files (local runs, not committed)
benches/agent/results/
benches/mcp/results/

# SBOM artifacts (generated by cargo-cyclonedx)
*.cdx.json

# mdBook build output
/book-output/

# Python virtual environments
tests/agent/.venv/
tests/agent/.pytest_cache/
__pycache__/

# lychee link checker local cache (cache = true in lychee.toml for faster local runs)
# This file is a performance cache only and must never be committed.
.lycheecache