How should a user view Cloud Code when working on a project?	As an engineer working on the project alongside you, capable of handling tasks from setup to deployment.
What command is executed in the terminal to launch Cloud Code?	`Cloud`
What is the purpose of running the `init` command in Cloud Code?	To automatically scan the codebase to understand its general architecture, coding style, and project structure.
What file does Cloud Code generate to store its findings and provide context for future requests?	`clod.md`
