Newapp-sdk

@revenexx/app-sdk-cli@0.2.0

Minor Changes

  • Add appsdk emit-capabilities: generate manifest CRUD capability stubs + titled entity object schemas from schema.json, and merge them into the manifest (--write). Ops per entity follow its manifest access (read→list/get, create→create, …); each capability carries a titled object the gateway hoists into components.schemas. The merge is idempotent and preserves hand-written capabilities. Replaces hand-rolling capabilities for data-driven Apps (e.g. Products' 16 entities → 80 capabilities from one command).