patchloom 0.1.0

A Rust CLI for agent-grade repo operations
Documentation
cache = true

exclude = [
  "medium\\.com",
  "linkedin\\.com",
  "twitter\\.com",
  "x\\.com",
  "localhost",
  "127\\.0\\.0\\.1",
  "0\\.0\\.0\\.0",
  # Release-please compare/tag URLs for versions not yet released
  "github\\.com/patchloom/patchloom/compare/v.*\\.\\.\\.v",
  "github\\.com/patchloom/patchloom/compare/v.*\\.\\.\\.HEAD",
  "github\\.com/patchloom/patchloom/releases/tag/v",
  # Repos not yet created
  "github\\.com/patchloom/patchloom-vscode",
  # FOSSA badge SVG may 404 briefly between analysis runs
  "app\\.fossa\\.com/api/projects/.*\\.svg",
]

accept = [200, 429]