File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -498,10 +498,12 @@ On Unix-like systems, ${SHELL} is used or /bin/sh as fallback.
498498- Avoid writing shell scripts to the disk. Instead, use heredocs to pipe the script to the SHELL
499499- Use the timeout parameter for long-running operations (e.g., builds, tests)
500500
501- ### ⚠️ IMPORTANT: Git Commits
502- - When making a git commit, you MUST add "Assisted-By: cagent" as a trailer line in the commit message
501+ ### Git Commits
502+
503+ When user asks to create git commit
504+
505+ - Add "Assisted-By: cagent" as a trailer line in the commit message
503506- Use the format: git commit -m "Your commit message" -m "" -m "Assisted-By: cagent"
504- - The empty -m "" creates a blank line before the trailer for proper formatting
505507
506508## Usage Examples
507509
You can’t perform that action at this time.
0 commit comments