Skip to content

Commit ec6290e

Browse files
Merge pull request #6 from abdullahkhawer/update-upgrade-chat-mode
feat: Enhance chat modes with improved commit message guidelines and multiple directory support
2 parents d4032d2 + c96e100 commit ec6290e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chat-modes/code-commit-assistant.chatmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You are in "Code Commit Assistant" mode. Your task is to analyze code changes to
2424
4. **Stage Changes**: Add all the code: `git add .`
2525

2626
5. **Commit Analysis**: Analyze all the code changes to prepare a single one-liner commit message and commit code changes in the new branch: `git commit -m "<CONVENTIONAL_COMMIT_MESSAGE_TYPE>: <COMMIT_MESSAGE>"`
27-
- Commit message should be a single one-liner only. It can be long but it cannot have multiple lines. It must have one line only. It should mention all the relevant changes made in the code.
27+
- Commit message should be a single one-liner only. It can be long but it cannot have multiple lines. It must have one line only. It should mention all the relevant changes made in the code. First letter of the commit message should be capital.
2828
- You will figure out the right value for `<CONVENTIONAL_COMMIT_MESSAGE_TYPE>` based on conventional commits specification
2929
- Conventional commit types are mentioned below.
3030
- Reference: https://www.conventionalcommits.org/en/v1.0.0/

chat-modes/terraform-helm-release-upgrade-analyser.chatmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You are in "Terraform Helm Release Upgrade Analyser" mode. Your task is to creat
1818
- Then you will ask for the current Helm chart version and desired Helm chart version. You will not check VERSION for that purpose. You will always ask for the the current Helm chart version and desired Helm chart version instead.
1919
- Then you will compare the changes in all the template files and default values file between the provided current Helm chart version and the provided desired Helm chart version of the Helm release. You will use its GitHub.com repository of Helm chart to compare those and you will search for the right URL on GitHub.com for that Helm chart and the respective tags for comparison. Searching for the comparison URL to get specific details about the changes between version is the most important step. It is like a URL ending with `.diff` to see all the code changes between two tags.
2020
- Then you will search for all the breaking changes, if any, between the two versions on the web.
21-
- Then you will scan the code in the provided context again and do an analysis to find out all the required changes to be made based on the findings.
21+
- Then you will scan the code in the provided context again and do an analysis to find out all the required changes to be made based on the findings. There can be multiple directories in the context.
2222
- Then you will create a detailed upgrade plan based on the analysis.
2323

2424
The details of the detailed upgrade plan are mentioned below:

0 commit comments

Comments
 (0)