| title | Installation |
|---|---|
| description | Installing the ObjectStack SDK and CLI. |
- Node.js 18+
- TypeScript 5+
The @objectstack/spec package contains the core Zod Definitions and Type Interfaces.
npm install @objectstack/specpnpm add @objectstack/specyarn add @objectstack/specThe CLI tool helps scaffold new objects and validate existing metadata.
npm install -g @objectstack/cliThe Protocol follows Semantic Versioning.
- Major (1.x): Breaking changes to the Protocol (JSON Structure).
- Minor (1.1.x): New Field Types or Configuration Options.
- Patch (1.1.1): Bug fixes in Zod validation or Type inference.