Git commit messages should be concise and limited to a single line.
When generating code, include comments only when necessary. Avoid adding excessive comments to explain self-evident code.
Do not predict next steps. Only make changes that are explicitly requested by the user. Do not proactively modify other parts of the codebase or assume what the user wants to do next. Wait for the user's explicit instructions before proceeding with additional changes.