CLI migration

Move previous CLI workflows to the installed runtime and current APIs.

The current CLI delegates local state, editing, and exports to the installed bridge. Start with Agent plugins for the available packages and setup instructions.

Previous commands

These command names now return CLI_MIGRATION_REQUIRED; their old flags and behavior are no longer supported.

Connection changes

Local commands require an explicit project directory and an installed bridge executable or verified component directory. Installing the npm package alone does not install a runtime.

Hosted runtime commands use --endpoint, --project-id, and EDITFRAME_TOKEN. Existing @editframe/api cloud integrations use their own API client credentials; the old CLI's EF_TOKEN option is not a runtime login mechanism.

Framework adapters

The default Vite and Next.js plugins connect your application to the installed runtime. They no longer embed the legacy asset server. Update to the current projectRoot and bridge selection options shown in their reference pages.