patchloom 0.1.3

A Rust CLI for agent-grade repo operations
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/

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