Product Factory
Build and validate private product manifests and generation plans through the CLI-owned product boundary.
Product Factory turns a declared product manifest into an inspectable plan. It does not let a website, extension, or model invent a separate catalog of generators and compatibility rules.
npx workspai product manifest
npx workspai product plan --jsonUse the manifest command to inspect or create the versioned product definition. Use the plan command to resolve supported components, requirements, and bounded operations before mutation.
npx workspai product manifest create --jsonPrivate product metadata must not become a public capability claim unless its contract publication and runtime availability allow that claim. Plans remain proposals until the corresponding governed operation executes and verifies its result.
Command reference: product,
product manifest, and
product plan.