Added a new section to GEMINI.md to explicitly state that the agent should not perform git add or git commit operations in the future, as this responsibility will be handled by the user.
Consolidate dialog-related properties into a single 'dialog' table within the main 'State' object. This improves data organization and clarifies ownership of the dialog state.
The following properties were moved into :
- ->
- ->
- ->
- ->
- -> (previously implicit global)
All references to these properties have been updated throughout the codebase to reflect the new structure.