Skip to content

Commit 5b4c6df

Browse files
committed
More info about moved files
1 parent 6ce7550 commit 5b4c6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/agents/go-sdk-tool-migrator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd migrate-go-sdk-<toolset>
2525

2626
## Migration Process
2727

28-
You should focus on ONLY the toolset provided to you and it's corresponding test file. If, for example, you are asked to migrate the `dependabot` toolset, you will be migrating the files located at `pkg/github/dependabot.go` and `pkg/github/dependabot_test.go`. If there are additional tests or helper functions that fail to work with the new SDK, you should inform me of these issues so that I can address them, or instruct you on how to proceed.
28+
You should focus on ONLY the toolset provided to you and it's corresponding test file. If, for example, you are asked to migrate the `dependabot` toolset, you will be migrating the files located at `.tools-to-be-migrated/dependabot.go` and `.tools-to-be-migrated/dependabot_test.go`. The migrated version should be placed in the `github` package directory, `pkg/github` (e.g. `pkg/github/dependabot.go` and `pkg/github/dependabot_test.go`). If there are additional tests or helper functions that fail to work with the new SDK, you should inform me of these issues so that I can address them, or instruct you on how to proceed.
2929

3030
When generating the migration guide, consider the following aspects:
3131

@@ -115,7 +115,7 @@ return mcp.Tool{
115115
}
116116
```
117117

118-
### Running tests
118+
### Tests
119119

120120
After migrating the tool code and test file, ensure that all tests pass successfully. If any tests fail, review the error messages and adjust the migrated code as necessary to resolve any issues. If you encounter any challenges or need further assistance during the migration process, please let me know.
121121

0 commit comments

Comments
 (0)