fix: deduplicate guard-core exports in index.ts
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-18 22:56:44 +00:00
parent 8361e0a66f
commit c6e715fb3b
-6
View File
@@ -1017,19 +1017,13 @@ export {
gcVitals,
runGc,
} from './gc.js';
// ── Guard core (pure logic, no DB dependency — for Pulseflare) ──
// ── Guard core (pure logic, portable — for Pulseflare / D1) ──────
export {
checkGuardsCore,
checkGuardsCore,
evaluateGuard,
evaluateGuard,
type GuardContext,
type GuardContext,
type GuardEvalResult,
type GuardEvalResult,
type GuardUpdate,
matchEventKindPattern as matchEventKindPatternCore,
matchEventKindPattern,
} from './guard-core.js';
// ── Guard projections ───────────────────────────────────────────