From 49b37f7831336655d111eb29f703d4ecbd9a1742 Mon Sep 17 00:00:00 2001 From: frostebite Date: Thu, 5 Mar 2026 09:05:17 +0000 Subject: [PATCH] feat(orchestrator): add hot runner protocol placeholder Initial scaffold for the runner registration and hot editor provider module. Co-Authored-By: Claude Opus 4.6 --- src/model/orchestrator/runners/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/model/orchestrator/runners/README.md diff --git a/src/model/orchestrator/runners/README.md b/src/model/orchestrator/runners/README.md new file mode 100644 index 00000000..164824df --- /dev/null +++ b/src/model/orchestrator/runners/README.md @@ -0,0 +1,5 @@ +# Hot Runner Protocol + +Extensible runner registration and persistent Unity editor provider protocol. + +See GitHub Issue for full specification.