Skip to content

chore(publish): publish renderer/schema packages and bump versions for --sdui support #432

@roblevintennis

Description

@roblevintennis

Context

The --sdui flag added to ag init (#423 / PR #431) scaffolds a working SDUI app but requires several packages to be published to npm before the renderer install step works end-to-end.

Packages that need to be published

  • @agnosticui/schema (v2/schema/) — AgNode schema and types
  • @agnosticui/render-react (v2/renderers/react/) — React renderer
  • @agnosticui/render-vue (v2/renderers/vue/) — Vue renderer
  • @agnosticui/render-lit (v2/renderers/lit/) — Lit renderer

Version bumps needed

  • agnosticui-core — bump version (new tarball) and publish to npm
  • agnosticui-cli — bump version (added --sdui flag) and publish to npm

Acceptance criteria

  • All four renderer/schema packages published to npm under @agnosticui/ scope
  • agnosticui-core published with latest changes
  • agnosticui-cli published with --sdui flag included
  • npx agnosticui-cli init -f react --sdui works fully end-to-end in a fresh Vite project
  • Same verified for --framework vue and --framework lit

Notes

Each renderer's package.json currently uses "@agnosticui/schema": "file:../../schema" as a dependency — this will need to be updated to a real npm version before publishing. The internal agnosticui-core peer dependency reference in the renderers will also need to resolve correctly from npm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions