CLI
prototype commands
Create, run, and patch local clickable prototypes.
prototype commands
asa prototype manages local product prototypes under .asagiri/products/<product>/prototype.
Create a prototype
asa prototype create "Workspace SaaS with team invites" --product workspace-saasCreates:
intent.mdproduct.yaml- a minimal Vite/React prototype
- initial extraction report metadata
Run a prototype
asa prototype run workspace-saasStarts the local dev server for the generated prototype.
Patch a prototype
asa prototype patch workspace-saas "Add a 3-step onboarding before dashboard"Applies targeted updates instead of rewriting the full prototype.
Safety constraints
The product layer enforces local sandbox constraints:
- no secret ingestion;
- no
.envreads for generation logic; - no write outside product directories;
- no dependency install without confirmation.