Cross-repo sweep — 84 *_test.go files swapped assert.*/require.* for stdlib if-err patterns. Dropped testify direct require from go.mod, go mod tidy updated go.sum. Verification: - `grep -r stretchr/testify --include=*.go .` empty - go.mod has no testify require - `rg "\bassert\.|\brequire\." -g '*.go'` empty Follow-ups out of ticket scope: - pkg/build/ci.go: core.Trim arity mismatch + missing core.Result.Error (regression from prior AX-6 swaps — separate ticket) - pkg/build/signing notarization tests require codesign binary, not available in sandbox (environmental) Closes tasks.lthn.sh/view.php?id=743 Co-authored-by: Codex <noreply@openai.com> |
||
|---|---|---|
| .. | ||
| agentic.go | ||
| agentic_test.go | ||
| config.go | ||
| config_test.go | ||
| daemon.go | ||
| daemon_run_test.go | ||
| daemon_test.go | ||
| export.go | ||
| manager.go | ||
| mcp.go | ||
| mcp_test.go | ||
| stdlib_assert_test.go | ||
| test_helpers_test.go | ||