* 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 | ||
| actions.go | ||
| buffer.go | ||
| buffer_test.go | ||
| global_test.go | ||
| process.go | ||
| process_global.go | ||
| process_test.go | ||
| runner.go | ||
| runner_test.go | ||
| service.go | ||
| service_test.go | ||
| types.go | ||