From 4b01f994612319a2d2efa99a71e2cbdf03ef8beb Mon Sep 17 00:00:00 2001 From: npc0-hue Date: Sat, 25 Jul 2026 11:45:15 +0800 Subject: [PATCH] chore: add platform shared directory --- platform/shared/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 platform/shared/README.md diff --git a/platform/shared/README.md b/platform/shared/README.md new file mode 100644 index 0000000..76adbdb --- /dev/null +++ b/platform/shared/README.md @@ -0,0 +1,5 @@ +# Platform Shared Utilities + +This directory is reserved for backend shared utilities that are owned by the +platform root. Keep cross-root contracts in explicit contract packages instead +of importing across ownership boundaries.