Start convention interview
start_convention_interviewInitiates a pre-coding interview to collect the developer's coding standards and preferences, ensuring the project adheres to their conventions from the outset.
Instructions
Call this ONCE at the start of work on a new project, before writing code. Returns the questions to ask the human about their coding standards. Ask them conversationally — do not dump all questions at once. Then call save_conventions with their answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Name of the project being set up. |