cli/pkg
Snider 6b3e61732a fix(io): add contextual error handling with E() helper
Address CodeRabbit review feedback by wrapping raw errors with the
errors.E() helper to provide service/action context for debugging:

- pkg/cache: wrap cache.New, Get, Set, Delete, Clear errors
- pkg/devops/test: wrap LoadTestConfig path/read/parse errors
- pkg/cli/daemon: wrap PIDFile.Release path resolution error
- pkg/container/state: wrap LoadState/SaveState errors
- pkg/container/templates: wrap GetTemplate embedded/user read errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 05:34:10 +00:00
..
agentic chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
build feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cache fix(io): add contextual error handling with E() helper 2026-02-02 05:34:10 +00:00
cli fix(io): add contextual error handling with E() helper 2026-02-02 05:34:10 +00:00
container fix(io): add contextual error handling with E() helper 2026-02-02 05:34:10 +00:00
devops fix(io): add contextual error handling with E() helper 2026-02-02 05:34:10 +00:00
errors feat(pkg): add standalone log and errors packages 2026-01-30 22:02:40 +00:00
framework fix(core): add thread-safety to global Core instance (#95) 2026-02-01 16:03:44 +00:00
git feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
help feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
i18n feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
io feat(io): extend Medium interface with DeleteAll, Stat, Exists, IsDir (#240) 2026-02-02 04:25:30 +00:00
log feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
mcp feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
process docs(process): add docstrings to Logger interface methods (#97) 2026-02-01 16:12:01 +00:00
release chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
repos chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00