From 45992065a1c90ecb201578a36c37a67d5f2fc3ad Mon Sep 17 00:00:00 2001 From: Calic Date: Sun, 24 May 2026 01:06:04 +0200 Subject: [PATCH] Add manifest.core for engine bootstrap Engine requires both manifest.core (lib metadata) and manifest.module (module metadata) for proper package discovery and loading. --- manifest.core | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifest.core diff --git a/manifest.core b/manifest.core new file mode 100644 index 0000000..5c6a4b8 --- /dev/null +++ b/manifest.core @@ -0,0 +1,6 @@ +{ + "id": "sporel-module-map-editor.core", + "kind": "lib", + "version": "0.1.0", + "license": "Proprietary" +}