/** * @fileoverview Signal-output snapshot — locks each rule's full emitted Signal * shape (ruleId, severity, category, message, filePath, line, column, metadata) * over the shared fixture (Plan B, Phase 5 Task 5.2). Catches message / * metadata / severity drift the fingerprint multiset (location-only) cannot. * * The non-deterministic Signal fields (`id`, `createdAt`) are stripped before * snapshotting so the snapshot is stable run-to-run. */ export {}; //# sourceMappingURL=signal-output.snapshot.test.d.ts.map