|
@@ -1,12 +1,12 @@
|
|
|
-<task name="Git Commit and Push">
|
|
|
|
|
|
|
+<task name="Git Commit ">
|
|
|
|
|
|
|
|
<task_objective>
|
|
<task_objective>
|
|
|
-Automate the Git commit and push process by intelligently analyzing file changes, generating semantic commit messages with file paths, and providing an interactive command execution workflow. The workflow opens a new terminal, checks Git status, analyzes changes to create descriptive commit messages, lists commands for user review, and executes Git operations step by step with user confirmation.
|
|
|
|
|
|
|
+Automate the Git commit process by intelligently analyzing file changes, generating semantic commit messages with file paths, and providing an interactive command execution workflow. The workflow opens a new terminal, checks Git status, analyzes changes to create descriptive commit messages, lists commands for user review, and executes Git operations step by step with user confirmation.
|
|
|
</task_objective>
|
|
</task_objective>
|
|
|
|
|
|
|
|
<detailed_sequence_steps>
|
|
<detailed_sequence_steps>
|
|
|
|
|
|
|
|
-# Git Commit and Push Process - Detailed Sequence of Steps
|
|
|
|
|
|
|
+# Git Commit Process - Detailed Sequence of Steps
|
|
|
|
|
|
|
|
## 1. Open New Terminal and Check Git Status
|
|
## 1. Open New Terminal and Check Git Status
|
|
|
|
|
|
|
@@ -99,7 +99,7 @@ Automate the Git commit and push process by intelligently analyzing file changes
|
|
|
- Include summary of:
|
|
- Include summary of:
|
|
|
- Files that were committed
|
|
- Files that were committed
|
|
|
- The final commit message used
|
|
- The final commit message used
|
|
|
- - Confirmation that changes were pushed to remote repository
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## Error Handling
|
|
## Error Handling
|
|
|
|
|
|