cli/pkg/process
Snider c145d64891 test(process): add concurrency tests and global function wrappers
Address code review findings:

- Add global wrappers: StartWithOptions, RunWithOptions, Running
- Add global_test.go with concurrent access tests for Default(),
  SetDefault(), and concurrent operations
- Add process_test.go with dedicated Process struct method tests
- All tests pass with race detector

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:55:37 +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(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
process_global.go test(process): add concurrency tests and global function wrappers 2026-01-30 19:55:37 +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 test(process): add concurrency tests and global function wrappers 2026-01-30 19:55:37 +00:00
types.go feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00