mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
The containment gate re-canonicalized projectCwd for every target file in the per-edit and Stop loops. The hook runs as a fresh process per tool event, so a module-level memo makes it once-per-event work; the size cap only matters to long-lived importers like the test runner. Addresses Copilot review feedback on PR #471. Written with AI assistance (Claude Code). Co-Authored-By: Claude Code <noreply@anthropic.com>