Development Flow in AI Studio CLI
For most artifact work, do these steps:
- Inspect the project layout and the relevant files.
- Run
aistudio --helpandaistudio <command> --helpfor commands you haven't used in the current context. - Don't hand edit the JSON files.
- Create or modify local artifacts.
- Run the matching
validate-*command. - For workflows, run
do-prettify-workflowafter structural edits, thenvalidate-workflow. - For material workflow edits, run the workflow test sync loop.
- For material app edits with a top-level agent container, run the app test sync loop.
- Save, publish, unpublish, or delete remote state only when explicitly requested.