/** * LocalFilesystemAdapter coverage sidecar (SMI-4287) * * Split out of `LocalFilesystemAdapter.test.ts` so that file stays under the * 500-line pre-commit ceiling (see memory feedback: * "File-length enforcement asymmetry" — pre-commit does NOT exempt * `.test.ts` even though `audit:standards` does). Covers symlink * containment, permission handling, loop detection, case-insensitive * normalisation, and frontmatter-tolerance cases introduced by SMI-4287 * (GitHub #600, #596). */ export {}; //# sourceMappingURL=LocalFilesystemAdapter.coverage.test.d.ts.map