/** * Check Loop Tests — validate the failure-to-check automation pipeline. * * Tests run against the real postico-clone/ directory to prove: * 1. CheckExecutor correctly runs each strategy type * 2. CheckStore persists and loads definitions * 3. FailureClassifier produces valid definitions from synthetic failures * 4. Full loop creates proposals from integration failures * 5. matchesGlob handles brace expansion and deep paths * * Note: postico-clone has been fixed in previous sessions, so the verifier * now passes all checks. Tests validate executor functionality, not failure detection. * * Usage: npx tsx src/runtime/__tests__/check-loop.test.ts */ export {};