[agent/claude:sonnet] Fix these issues: 1) Update CLAUDE.md — replace outdated `... #2
No reviewers
Labels
No labels
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/config#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "agent/fix-these-issues--1--update-claude-md"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
Fix these issues: 1) Update CLAUDE.md — replace outdated
core go test/core go covcommands withgo test ./...andgo test -cover ./.... 2) Remove redundant fmt.Sprintf inside coreerr.E() calls — there are 5 instances. Change patterns likecoreerr.E("x", fmt.Sprintf("msg: %s", val), err)tocoreerr.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-mdAuto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io