go-process/exec
Codex d86f9abc29 fix(go-process): replace testify with stdlib testing patterns (AX-6)
Removes testify + davecgh/go-spew + pmezard/go-difflib from go.mod;
rewrites assert/require calls across 13 _test.go files
(buffer/daemon/errors/exec/global/health/pidfile/process/program/
registry/runner/service + pkg/api/provider) to stdlib t.Fatalf
patterns. go vet + go test all clean (GOWORK=off).

Closes tasks.lthn.sh/view.php?id=719

Co-authored-by: Codex <noreply@openai.com>
Via-codex-lane: Cyclops-719 dispatch (haiku forwarder, ~17min lane)
2026-04-24 18:03:24 +01:00
..
doc.go docs(ax): add RFC/spec artifacts for AX contract alignment 2026-03-30 06:34:38 +00:00
exec.go Tighten process package API contracts 2026-04-04 03:17:30 +00:00
exec_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
logger.go fix(exec): guard default logger access 2026-04-04 07:15:04 +00:00