Summary
devtools/pkg/executor has been replaced by github.com/jaeyeom/go-cmdexec across the codebase (20+ files migrated). Three packages still import the old executor:
devtools/pkg/ghtest (mock.go, mock_test.go, skip.go)
devtools/pkg/ghauth (ghcli.go, ghcli_test.go)
Tasks
Context
The old executor package has open FIXME comments (e.g., no-op cancel func, gosec G118) that are not worth fixing since the package should be removed.
Summary
devtools/pkg/executorhas been replaced bygithub.com/jaeyeom/go-cmdexecacross the codebase (20+ files migrated). Three packages still import the old executor:devtools/pkg/ghtest(mock.go, mock_test.go, skip.go)devtools/pkg/ghauth(ghcli.go, ghcli_test.go)Tasks
devtools/pkg/ghtestto usego-cmdexecdevtools/pkg/ghauthto usego-cmdexecdevtools/pkg/executorpackage entirelyContext
The old executor package has open FIXME comments (e.g., no-op cancel func, gosec G118) that are not worth fixing since the package should be removed.