File tree Expand file tree Collapse file tree
.agents/skills/bump-go-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ task test
5353- ** If both pass** : stage and commit the changes:
5454 ``` sh
5555 git add -A
56- git commit -m " bump <module_path> from <old_version> to <new_version>" -m " " -m " Assisted-By: cagent "
56+ git commit -m " bump <module_path> from <old_version> to <new_version>" -m " " -m " Assisted-By: docker-agent "
5757 ```
5858 Record the dependency as ** bumped** in your tracking table.
5959
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Execute shell commands in the user's environment with full control over working
1818- Quote arguments with spaces or special characters
1919- Use pipes, redirections, and heredocs to combine operations
2020- Prefer inline heredocs over writing shell scripts to disk
21- - For git commits, add trailer: git commit -m "message" -m "" -m "Assisted-By: cagent "
21+ - For git commits, add trailer: git commit -m "message" -m "" -m "Assisted-By: docker-agent "
2222
2323## Examples
2424
You can’t perform that action at this time.
0 commit comments