Skip to content

chore: remove legacy CLI entrypoint and GoReleaser workflow#138

Merged
donbader merged 2 commits into
mainfrom
chore/remove-legacy-cli
Jun 9, 2026
Merged

chore: remove legacy CLI entrypoint and GoReleaser workflow#138
donbader merged 2 commits into
mainfrom
chore/remove-legacy-cli

Conversation

@donbader

@donbader donbader commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

Removes the old Go CLI binary and its release infrastructure, now that the shim + core binary architecture is live (v1.27.0 + core-v0.13.0).

Removed

  • cmd/agent-sandbox/ — old CLI entrypoint (superseded by cmd/agent-sandbox-core/)
  • .goreleaser.yml — GoReleaser config for CLI binary releases
  • .github/workflows/release.yml — GoReleaser release workflow

Verified

  • go build ./cmd/agent-sandbox-core/ — passes
  • go test ./internal/... — all green
  • No remaining references to the removed files in CI or docs

donbader added 2 commits June 9, 2026 22:49
The shim + core binary architecture is now the primary distribution.
Removes:
- cmd/agent-sandbox/ (superseded by cmd/agent-sandbox-core/)
- .goreleaser.yml (no more Go CLI releases)
- .github/workflows/release.yml (GoReleaser workflow)
@donbader donbader merged commit 936c10c into main Jun 9, 2026
7 checks passed
@donbader donbader deleted the chore/remove-legacy-cli branch June 9, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant