[agent/claude:opus] Fix CodeRabbit findings. Verify each against current code, f... #3

Merged
Virgil merged 1 commit from agent/fix-coderabbit-findings--verify-each-aga into main 2026-03-17 13:53:58 +00:00
Member

Task

Fix CodeRabbit findings. Verify each against current code, fix ONLY if the issue is real. Run tests before committing. Commit: fix(coderabbit): address review findings

IMPORTANT: Do NOT change function signatures in dependency packages. Only fix code within THIS repo.

  1. git.go:288-296 — GitError.Error() constructs coreerr.E then immediately calls .Error() on it. This is unnecessary overhead — store the message directly or return the coreerr.E as the error itself instead of wrapping it.
  2. git.go — check any inline findings on the same file.

Agent: claude:opus
Commits: 1
Branch: agent/fix-coderabbit-findings--verify-each-aga


Auto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io

## Task Fix CodeRabbit findings. Verify each against current code, fix ONLY if the issue is real. Run tests before committing. Commit: fix(coderabbit): address review findings IMPORTANT: Do NOT change function signatures in dependency packages. Only fix code within THIS repo. 1. git.go:288-296 — GitError.Error() constructs coreerr.E then immediately calls .Error() on it. This is unnecessary overhead — store the message directly or return the coreerr.E as the error itself instead of wrapping it. 2. git.go — check any inline findings on the same file. **Agent:** claude:opus **Commits:** 1 **Branch:** `agent/fix-coderabbit-findings--verify-each-aga` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
GitError.Error() was constructing a coreerr.E error only to immediately
call .Error() on it for the string. Format the string directly instead.

Co-Authored-By: Virgil <virgil@lethean.io>
Virgil merged commit 876119cdde into main 2026-03-17 13:53:58 +00:00
Virgil deleted branch agent/fix-coderabbit-findings--verify-each-aga 2026-03-17 13:53:58 +00:00
Author
Member

Auto-Verified & Merged

Tests: go test ./... — PASS

Auto-merged by core-agent dispatch system.

## Auto-Verified & Merged **Tests:** `go test ./...` — PASS Auto-merged by core-agent dispatch system.
Sign in to join this conversation.
No description provided.