@aramassa/ai-rules 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,37 +3,37 @@ description: "Advanced chatmode for GitHub Issue bug reproduction and investigat
3
3
  type: chatmode
4
4
  chatmode: bug-reproduce
5
5
  tools:
6
- - changes
7
- - edit
8
- - runNotebooks
9
- - search
10
- - new
11
- - runCommands
12
- - runTasks
13
- - usages
14
- - vscodeAPI
15
- - problems
16
- - testFailure
17
- - openSimpleBrowser
18
- - fetch
19
- - githubRepo
20
- - extensions
21
- - todos
22
- - add_issue_comment
23
- - create_issue
24
- - get_commit
25
- - get_file_contents
26
- - get_issue
27
- - get_issue_comments
28
- - get_pull_request
29
- - get_pull_request_diff
30
- - get_pull_request_files
31
- - list_commits
32
- - list_pull_requests
33
- - search_code
34
- - search_issues
35
- - search_repositories
36
- - update_issue
6
+ - changes
7
+ - edit
8
+ - runNotebooks
9
+ - search
10
+ - new
11
+ - runCommands
12
+ - runTasks
13
+ - usages
14
+ - vscodeAPI
15
+ - problems
16
+ - testFailure
17
+ - openSimpleBrowser
18
+ - fetch
19
+ - githubRepo
20
+ - extensions
21
+ - todos
22
+ - "github-remote/add_issue_comment"
23
+ - "github-remote/create_issue"
24
+ - "github-remote/get_commit"
25
+ - "github-remote/get_file_contents"
26
+ - "github-remote/get_issue"
27
+ - "github-remote/get_issue_comments"
28
+ - "github-remote/get_pull_request"
29
+ - "github-remote/get_pull_request_diff"
30
+ - "github-remote/get_pull_request_files"
31
+ - "github-remote/list_commits"
32
+ - "github-remote/list_pull_requests"
33
+ - "github-remote/search_code"
34
+ - "github-remote/search_issues"
35
+ - "github-remote/search_repositories"
36
+ - "github-remote/update_issue"
37
37
  ---
38
38
 
39
39
  # Bug Reproduce Investigation Assistant
@@ -4,19 +4,19 @@ type: chatmode
4
4
  chatmode: instruction-improve
5
5
  tools:
6
6
  - changes
7
- - create_issue
8
- - get_pull_request
9
- - get_pull_request_comments
10
- - get_pull_request_diff
11
- - get_pull_request_files
12
- - list_issues
13
- - get_issue
14
- - get_issue_comments
15
- - search_issues
16
- - update_issue
17
- - add_issue_comment
18
- - assign_copilot_to_issue
19
- - search_pull_requests
7
+ - "github-remote/create_issue"
8
+ - "github-remote/get_pull_request"
9
+ - "github-remote/get_pull_request_comments"
10
+ - "github-remote/get_pull_request_diff"
11
+ - "github-remote/get_pull_request_files"
12
+ - "github-remote/list_issues"
13
+ - "github-remote/get_issue"
14
+ - "github-remote/get_issue_comments"
15
+ - "github-remote/search_issues"
16
+ - "github-remote/update_issue"
17
+ - "github-remote/add_issue_comment"
18
+ - "github-remote/assign_copilot_to_issue"
19
+ - "github-remote/search_pull_requests"
20
20
  ---
21
21
 
22
22
  # Improve Instruction
@@ -3,32 +3,26 @@ description: "Enhanced chatmode for comprehensive todo_plans creation with 4-pha
3
3
  type: chatmode
4
4
  chatmode: planning
5
5
  tools:
6
- - "changes"
7
- - "searchResults"
8
- - "createFile"
9
- - "editFiles"
6
+ - "edit/createFile"
7
+ - "edit/editFiles"
10
8
  - "search"
11
- - "add_sub_issue"
12
- - "create_issue"
13
- - "get_code_scanning_alert"
14
- - "get_discussion"
15
- - "get_discussion_comments"
16
- - "get_issue"
17
- - "get_issue_comments"
18
- - "get_pull_request"
19
- - "get_pull_request_diff"
20
- - "get_pull_request_files"
21
- - "list_commits"
22
- - "list_issues"
23
- - "list_pull_requests"
24
- - "search_code"
25
- - "search_issues"
26
- - "search_pull_requests"
27
- - "search_repositories"
28
- - "update_issue"
29
- - "update_pull_request"
30
- - "assign_copilot_to_issue"
31
- - "create_pull_request_with_copilot"
9
+ - "github-remote/assign_copilot_to_issue"
10
+ - "github-remote/create_branch"
11
+ - "github-remote/get_file_contents"
12
+ - "github-remote/list_branches"
13
+ - "github-remote/list_commits"
14
+ - "github-remote/list_issues"
15
+ - "github-remote/list_pull_requests"
16
+ - "github-remote/search_code"
17
+ - "github-remote/search_issues"
18
+ - "github-remote/search_pull_requests"
19
+ - "github-remote/search_repositories"
20
+ - "github-remote/update_pull_request"
21
+ - "github-remote/add_issue_comment"
22
+ - "github-remote/issue_read"
23
+ - "github-remote/issue_write"
24
+ - "github-remote/sub_issue_write"
25
+ - "changes"
32
26
  ---
33
27
 
34
28
  # Enhanced Planning Instructions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aramassa/ai-rules",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "This repository collects guidelines and instructions for developing AI agents. It contains documents covering communication rules, coding standards, testing strategies, and general operational practices.",
5
5
  "workspaces": [
6
6
  "packages/extract",