Skip to content

Commit b48811b

Browse files
committed
Remove reference to cagent
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 51612ff commit b48811b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.agents/skills/bump-go-dependencies/SKILL.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎pkg/tools/builtin/shell_instructions.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)