[agent/codex] Fix ALL findings from issue #2. Read CLAUDE.md first. os.Get... #3

Merged
Virgil merged 6 commits from agent/fix-all-findings-from-issue--2--read-cla into dev 2026-03-23 07:38:53 +00:00
Member

Task

Fix ALL findings from issue #2. Read CLAUDE.md first. os.Getenv(USER/USERNAME) → core.Env (log.go:289-292), fmt.Sprintf → core.Sprintf (errors.go:32-39, log.go:228-237), strings.* → core.* (18 hits in tests + prod). Fix all.

Agent: codex
Commits: 6
Branch: agent/fix-all-findings-from-issue--2--read-cla


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

## Task Fix ALL findings from issue #2. Read CLAUDE.md first. os.Getenv(USER/USERNAME) → core.Env (log.go:289-292), fmt.Sprintf → core.Sprintf (errors.go:32-39, log.go:228-237), strings.* → core.* (18 hits in tests + prod). Fix all. **Agent:** codex **Commits:** 6 **Branch:** `agent/fix-all-findings-from-issue--2--read-cla` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 6 commits 2026-03-23 07:38:52 +00:00
- CLAUDE.md: add missing exported symbols (NewError, Message, AllOps,
  FormatStackTrace, Security, Username) to architecture description
- Add tests for SetOutput, SetRedactKeys, odd keyval handling,
  op/stack deduplication, RotationWriterFactory, default output,
  Username, and all package-level proxy functions
- Add ErrCode tests for plain error and nil inputs
- Coverage: 86.1% → 97.7%

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge remote-tracking branch 'origin/main'
Some checks failed
CI / auto-merge (push) Failing after 0s
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 0s
08b2a70fc5
Virgil merged commit 6008ca5c3a into dev 2026-03-23 07:38:53 +00:00
Virgil deleted branch agent/fix-all-findings-from-issue--2--read-cla 2026-03-23 07:38:53 +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.