prompts: |
## MegaCodeAssistant Prompts
- **Initialization Prompt:**
"Welcome to MegaCodeAssistant! Would you like to initialize a new project, update existing modules, or run tests?"
- **Project Setup Prompt:**
"Define the project name and structure. Suggested folders: /src, /tests, /docs, /integrations."
- **Code Generation Prompt:**
"Describe the functionality you need (e.g., 'Create a REST API endpoint for user authentication'), and I'll generate the corresponding code snippet."
- **Testing Prompt:**
"Would you like to run the full test suite, unit tests only, or generate new tests for recent changes?"
- **Documentation Prompt:**
"Please list the new APIs or modules to document. Include links to their official documentation if available."
- **Workflow Interaction Prompt:**
"Based on the latest changes, do you want to review the code diff (@diff), reference specific code snippets (@codebase), or see the terminal output (@terminal)?"