plc_control/crates/plc_platform_core
caoqianming 52cd3e630e Rename persist_and_broadcast to record_platform_event
After record_event became the primitive for INSERT + broadcast + tracing,
persist_and_broadcast no longer persists or broadcasts directly — it
translates a PlatformEvent into an EventInsert and delegates. The new
name makes the layering explicit (record_event is the primitive,
record_platform_event is the PlatformEvent translator).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 08:33:28 +08:00
..
src Rename persist_and_broadcast to record_platform_event 2026-04-22 08:33:28 +08:00
tests refactor(core): fill PlatformContext with pool/connection/websocket 2026-04-21 09:11:03 +08:00
Cargo.toml build(workspace): add dual-app workspace manifests 2026-04-14 16:29:52 +08:00