go/pkg/sdk
Snider 80fd39f2d8 fix(sdk): run Docker containers as current user to fix CI cleanup
Docker containers were creating files as root, causing Go test cleanup
to fail with "permission denied". Now passes --user flag on Unix systems
to run containers as the current user.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:01:40 +00:00
..
generators fix(sdk): run Docker containers as current user to fix CI cleanup 2026-02-01 04:01:40 +00:00
cmd_commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_sdk.go refactor(i18n): migrate all pkg/* to grammar engine 2026-01-30 23:09:45 +00:00
detect.go feat(sdk): add OpenAPI spec detection 2026-01-29 01:11:15 +00:00
detect_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
diff.go feat(sdk): add breaking change detection with oasdiff 2026-01-29 01:19:44 +00:00
diff_test.go feat(sdk): add breaking change detection with oasdiff 2026-01-29 01:19:44 +00:00
sdk.go feat(sdk): add SetVersion method for release integration 2026-01-29 03:15:08 +00:00
sdk_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00