Build Module Studio application composition

This commit is contained in:
DCCONSTRUCTIONS
2026-07-11 21:37:20 +03:00
parent d3e2859ca1
commit 50718a33a1
22 changed files with 2243 additions and 35 deletions
+8
View File
@@ -23,12 +23,18 @@
"name": "@nodedc/ui-dom",
"path": "packages/ui-dom",
"role": "DOM controllers for non-React applications"
},
{
"name": "@nodedc/page-patterns",
"path": "packages/page-patterns",
"role": "runtime-neutral page template contracts and canonical template manifests"
}
],
"sourceRegistry": "sources.json",
"componentRegistry": "components.json",
"candidateRegistry": "candidates.json",
"iconRegistry": "icons.json",
"pageRegistry": "pages.json",
"documentation": {
"architecture": "../docs/ARCHITECTURE.md",
"components": "../docs/COMPONENTS.md",
@@ -39,8 +45,10 @@
"adoption": "../docs/ADOPTION.md",
"candidates": "../docs/CANDIDATES.md",
"applicationTemplate": "../docs/APPLICATION_TEMPLATE.md",
"moduleStudio": "../docs/MODULE_STUDIO.md",
"icons": "../docs/ICONS.md",
"consumption": "../docs/CONSUMPTION.md"
},
"applicationManifestSchema": "schemas/application-manifest-v0.1.schema.json",
"operatingRule": "Check this registry before creating a NODE.DC interface element. Reuse or extend the canonical export instead of creating an application-local copy."
}