You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+152Lines changed: 152 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,5 +129,157 @@ npm run clean
129
129
```
130
130
131
131
## 📄 License
132
+
# ObjectStack Specification
133
+
134
+
The ObjectStack Protocol & Specification repository defines the core type definitions and interfaces for the ObjectStack ecosystem. This repository serves as the "Constitution" of the system, providing the contract between backend (ObjectQL) parsers and frontend (ObjectUI) renderers.
135
+
136
+
## Purpose
137
+
138
+
This repository contains:
139
+
-**TypeScript Interfaces**: Shared types for the entire ObjectStack ecosystem
140
+
-**No Logic**: Only type definitions, no runtime code or business logic
141
+
-**Universal Compatibility**: Works in Node.js, Browser, and Electron environments
142
+
143
+
## Metamodel Interfaces
144
+
145
+
The metamodel defines the structure for describing data models in ObjectStack:
0 commit comments