mirror of
https://github.com/pydantic/pydantic-ai-harness.git
synced 2026-07-20 10:25:35 +00:00
* Add .macroscope/ignore.md to skip mechanical files in code review Macroscope's managed review bills per KB of diff reviewed. This drops the mechanical, non-hand-reviewed files from the reviewed/billed diff: uv.lock (large on dependency bumps), recorded VCR cassettes, and doc images. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Preserve Macroscope default ignores; keep test code reviewed A custom .macroscope/ignore.md replaces Macroscope's built-in defaults rather than extending them. Copy their default base patterns verbatim and add this repo's VCR cassettes on top. The default test-file patterns are omitted so Macroscope still reviews test code; cassettes stay ignored via the explicit rule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Bill Easton <bill@pydantic.dev> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>