Merge branch 'codex/work-folders-staging-hardening-refresh' into codex/work-folders-remote-recovery-refresh

* codex/work-folders-staging-hardening-refresh:
  Keep runtime evidence exclusion scoped to the repository root
This commit is contained in:
Dotta 2026-09-11 15:11:10 -05:00
commit 07c43b5e11
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ const SKIP_DIRS = new Set([
".next",
"coverage",
".paperclip",
// Ignored local databases and downloaded acceptance evidence are not guidance.
".paperclip-runtime",
"tmp",
]);