1. Initialize Moda
moda init authenticates the CLI, writes SDK setup guidance, and creates a prompt manifest:
.moda/prompts.yml
2. Add a Prompt File
prompts/support/triage.prompt.md
3. Check Status
4. Sync Versions
.moda/prompts.lock.json with the server prompt ID, version ID, source path, and content hash.
During development, you can keep the sync loop running:
5. Render at Runtime
6. Promote a Label
dev, staging, and prod labels to mark rollout state. Versions stay immutable; labels move.