* 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> |
||
|---|---|---|
| .. | ||
| exec.go | ||