/** * @fileoverview Unit tests for the change-journal writer + reader * (SMI-5456 Wave 1 Step 3 / SMI-5470). * @module @skillsmith/core/journal/journal.test * * Covers two of the three P-5 invariants named in * docs/internal/implementation/smi-5456-skillsmith-agent-wave1.md's * "Shared-State / Coordination Audit" table for `~/.skillsmith/journal`: * - "journal module: concurrent-apply serialization test" (below) * - "journal module: chain-verification test" (below) * The third (undo round-trip / refusal / scope fence) lives in * `@skillsmith/mcp-server`'s `tests/unit/undo-apply.test.ts`, since it * needs the mcp-server apply-family tools to produce a realistic changeset. */ export {}; //# sourceMappingURL=journal.test.d.ts.map