/** * PreCompact hook invariants. * * The hook at `.claude/hooks/pre-compact.sh` runs before Claude Code * auto-compaction. Its exit-code contract is load-bearing: exit 2 would * block compaction, which is worse than any breadcrumb failure. These * tests lock in the nine invariants from `.totem/specs/1460.md`. */ export {}; //# sourceMappingURL=pre-compact-hook.test.d.ts.map