fix(tools/looker): refactor looker-git-branch tool into 5 separate tools#2976
fix(tools/looker): refactor looker-git-branch tool into 5 separate tools#2976drstrangelooker wants to merge 1 commit intomainfrom
Conversation
|
got this feedback on another tool -
This change addresses the same problem with this tool. |
d30a7db to
1d149be
Compare
There was a problem hiding this comment.
Code Review
This pull request refactors Looker git branch management by splitting the monolithic project_git_branch tool into five specialized tools: list_git_branches, get_git_branch, create_git_branch, switch_git_branch, and delete_git_branch. The changes include new Go implementations, updated documentation, and revised integration tests. Feedback was provided to correct the copyright year in several new files, which is currently set to 2026.
1d149be to
bbf7492
Compare
…ols with proper annotations to isolate readonly and destructive tool actions
bbf7492 to
5508755
Compare
Description
refactor looker-git-branch tool into 5 separate tools with proper annotations to isolate readonly and destructive tool actions
PR Checklist
CONTRIBUTING.md
bug/issue
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
!if this involve a breaking change