Add Harbor adapter that wraps headless Corbits exec - #687
Open
TheGreatAxios wants to merge 2 commits into
Open
Conversation
TheGreatAxios
force-pushed
the
main
branch
2 times, most recently
from
August 27, 2026 23:46
ab4779a to
8b115bf
Compare
TheGreatAxios
force-pushed
the
cl-6923-harbor-agent-adapter-wrapping-corbits-exec
branch
from
August 28, 2026 02:23
c91eda8 to
5fd886d
Compare
Harbor needs a thin installed-agent bridge so Terminal-Bench and similar cells can drive product Corbits without a second agent loop. Credentials and baseURL go through a temporary settings.json for --config only; end-to-end dry-run remains deferred until a Linux binary and Harbor CLI are available on a suitable host.
The CLI has no --version flag, so install verification now uses --help and the version probe records the help banner. Run the exec command through environment.exec so the real non-zero exit code lands in context metadata instead of a hardcoded 1. Drop the cross-provider API key fallback and the no-op --force exec flag.
TheGreatAxios
force-pushed
the
cl-6923-harbor-agent-adapter-wrapping-corbits-exec
branch
from
August 28, 2026 19:14
f1273f0 to
746297d
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BaseInstalledAgentunderevals/harbor/that runs productcorbits execwith--dangerously-skip-permissions --force(no second agent loop).--configsettings.json (requiredbaseURL+ API key); ships argv unit tests and a trivial Harbor task scaffold for later dry-run.Verification
PYTHONPATH=. python3 -m unittest evals.harbor.tests.test_argv -vpassessrc/changes; full Harbor CLI dry-run still needs a Linux ELF binary + Harbor install (tracked separately)toward CL-6923