mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 10:01:37 -06:00
0e56fce87b
Assign queue-owned opaque IDs to modern system-event snapshots so copied stale snapshots cannot acknowledge a later identical event. Keep structural matching only for shipped legacy ID-less consumers.
9 lines
307 B
TypeScript
9 lines
307 B
TypeScript
// Narrow system event enqueue/peek helper surface without the broad infra-runtime barrel.
|
|
|
|
export {
|
|
enqueueSystemEvent,
|
|
peekSystemEventEntries,
|
|
resetSystemEventsForTest,
|
|
} from "../infra/system-events.js";
|
|
export { resolveMainSessionKeyFromConfig } from "../config/sessions/main-session.runtime.js";
|