chore: various attention to detail edits via @andreynering

Christian Rocha created

Change summary

README.md                  | 2 +-
internal/llm/tools/bash.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

README.md 🔗

@@ -175,7 +175,7 @@ $HOME/.local/share/crush/crush.json
 
 ### Attribution Settings
 
-By default, Crush adds attribution information to git commits and pull requests it creates. You can customize this behavior with the `attribution` option:
+By default, Crush adds attribution information to Git commits and pull requests it creates. You can customize this behavior with the `attribution` option:
 
 ```json
 {

internal/llm/tools/bash.go 🔗

@@ -132,7 +132,7 @@ func (b *bashTool) bashDescription() string {
 	}
 
 	if generatedWith || coAuthoredBy {
-		attributionParts := []string{}
+		var attributionParts []string
 		if generatedWith {
 			attributionParts = append(attributionParts, "💘 Generated with Crush")
 		}