Arc: throttle self-drive and remove broken GPT review workflow#35
Draft
connortessaro wants to merge 1 commit into
Draft
Arc: throttle self-drive and remove broken GPT review workflow#35connortessaro wants to merge 1 commit into
connortessaro wants to merge 1 commit into
Conversation
17 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\n- remove the broken Code Review (GPT) workflow that fails before running\n- default unattended Claude self-drive workers to Sonnet 4.6, with env override support\n- cover the new Claude model selection path in runtime tests\n\n## Verification\n- pnpm exec vitest run src/code-cockpit/runtime.test.ts -t "uses ARC_SELF_DRIVE_CLAUDE_MODEL for new strict-Claude self-drive workers"\n- pnpm exec vitest run src/code-cockpit/runtime.test.ts -t "prefers Claude when both engines are healthy"\n- pnpm exec vitest run src/code-cockpit/runtime.test.ts -t "routes Claude workers through the claude-cli backend with engine-specific model metadata"\n- pnpm exec vitest run src/code-cockpit/runtime.test.ts -t "uses the persisted thread id when sending a follow-up worker turn"\n- git diff --check\n\n## Notes\n- the full runtime test file still shows unrelated async cleanup/finalization flakiness when run as a whole in this local environment\n- the live repo workflow is also disabled manually so new PR pushes stop receiving the broken red code-review check immediately