cli/pkg/devops
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
..
sources chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
claude.go feat(devops): migrate filesystem operations to io.Local abstraction 2026-02-02 05:00:10 +00:00
claude_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
config.go fix: address CodeRabbit feedback - use errors.E for context 2026-02-02 05:25:30 +00:00
config_test.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
devops.go feat(devops): migrate filesystem operations to io.Local abstraction 2026-02-02 05:00:10 +00:00
devops_test.go feat(help): add markdown parsing and section extraction (#174) 2026-02-02 00:07:32 +00:00
images.go fix: address CodeRabbit feedback - use errors.E for context 2026-02-02 05:25:30 +00:00
images_test.go feat(devops): migrate filesystem operations to io.Local abstraction 2026-02-02 05:00:10 +00:00
serve.go feat(devops): add Serve with project mounting 2026-01-29 02:16:01 +00:00
serve_test.go feat(devops): migrate filesystem operations to io.Local abstraction 2026-02-02 05:00:10 +00:00
shell.go feat(devops): add Shell for SSH and console access 2026-01-29 02:12:52 +00:00
shell_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
test.go fix(io): add contextual error handling with E() helper 2026-02-02 05:34:10 +00:00
test_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00