From 372b93362b5f32ec7b1c1450fd8a6663c4505d2f Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 20 Oct 2025 21:51:13 -0700 Subject: [PATCH] prep for wipe --- engine/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 engine/README.md diff --git a/engine/README.md b/engine/README.md new file mode 100644 index 0000000..e3f0ef2 --- /dev/null +++ b/engine/README.md @@ -0,0 +1,3 @@ +# Engine + +Sends UDP messages between the components. UDP messages contain a wrapper of the domain message (an action specification, plus payload) encoded using flat buffers. Each action should result in a response. Each action must be idempotent. Each message must include a vector clock timestamp to avoid repeated delivery and/or late messages. \ No newline at end of file