cli/pkg/process
Snider e8f479f65c 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
..
exec feat(process): add standardized exec wrapper (#91) 2026-02-01 15:39:44 +00:00
actions.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
buffer.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
buffer_test.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
global_test.go test(process): add concurrency tests and global function wrappers 2026-01-30 19:55:37 +00:00
process.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
process_global.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
process_test.go test(process): add concurrency tests and global function wrappers 2026-01-30 19:55:37 +00:00
runner.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
runner_test.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
service.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
service_test.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
types.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00