CLI

The project component that develops, checks, builds, and bundles a Syntho tool.

The syntho-plugin CLI is the project tool used by the starter, workbench, and coding agent. It turns common development and release operations into repeatable actions, so neither you nor the agent has to assemble native build plumbing by hand.

What it coordinates

  • project setup and environment diagnostics;
  • the live development workbench;
  • graph, interface, and realtime-safety validation;
  • tests and verification renders;
  • builds for the formats supported by the project;
  • release bundles and their generated evidence.

The CLI is a component of the toolkit, not a separate authoring environment. Your module and interface remain ordinary project files. The CLI reads them, checks them, and hands them to the appropriate browser or native build path.

Let the agent operate it

You do not need to memorize a command manual. Starter projects expose stable package scripts, and https://syntho.app/llms.txt tells coding agents how to discover and use the current project workflow.

A useful request is:

Inspect the available project scripts. Open the workbench, make the requested
change, run the relevant checks, and bundle every supported target. Fix any
actionable error before stopping, then summarize what you verified.

Use Start a project for the first run, Development workbench while shaping the tool, and Export when the project is ready to bundle.