Snider
|
de0fac563e
|
feat(process): add standardized exec wrapper (#91)
* feat(process): add standardized exec wrapper
- Adds pkg/process/exec/exec.go with context and logging support
- Implements Command, Run, Output, CombinedOutput, RunQuiet helpers
- Enforces context usage (falls back to background if nil, pending strict enforcement)
- Standardizes error wrapping for exec.ExitError
* fix(process): remove unused cli import
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* style(process): fix trailing whitespace
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-01 15:39:44 +00:00 |
|