[agent/claude:sonnet] Fix these issues: 1) Update CLAUDE.md — replace outdated `... #2

Merged
Virgil merged 1 commit from agent/fix-these-issues--1--update-claude-md into main 2026-03-17 08:02:25 +00:00
Member

Task

Fix these issues: 1) Update CLAUDE.md — replace outdated core go test / core go cov commands with go test ./... and go test -cover ./.... 2) Remove redundant fmt.Sprintf inside coreerr.E() calls — there are 5 instances. Change patterns like coreerr.E("x", fmt.Sprintf("msg: %s", val), err) to coreerr.E("x", "msg: "+val, err). 3) Run tests to confirm nothing breaks.

Agent: claude:sonnet
Commits: 1
Branch: agent/fix-these-issues--1--update-claude-md


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

## Task Fix these issues: 1) Update CLAUDE.md — replace outdated `core go test` / `core go cov` commands with `go test ./...` and `go test -cover ./...`. 2) Remove redundant fmt.Sprintf inside coreerr.E() calls — there are 5 instances. Change patterns like `coreerr.E("x", fmt.Sprintf("msg: %s", val), err)` to `coreerr.E("x", "msg: "+val, err)`. 3) Run tests to confirm nothing breaks. **Agent:** claude:sonnet **Commits:** 1 **Branch:** `agent/fix-these-issues--1--update-claude-md` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 1 commit 2026-03-17 07:11:20 +00:00
Virgil merged commit 9a12aa8d7d into main 2026-03-17 08:02:25 +00:00
Virgil deleted branch agent/fix-these-issues--1--update-claude-md 2026-03-17 08:02:25 +00:00
Sign in to join this conversation.
No description provided.