feat: standalone coding workbench with verified patch delivery - #1
Draft
Ai-Eastern wants to merge 2 commits into
Draft
Ai-Eastern wants to merge 2 commits into
Ai-Eastern wants to merge 2 commits into
Conversation
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.
The existing controller requires configured Codex Desktop tasks to perform coding work. This change adds a standalone browser and CLI workflow: submit a bounded task against a Git repository, run Codex in a detached worktree, execute fixed acceptance commands, and inspect a hash-bound patch before deciding how to merge it.
npm startandnpm run agentfor real tasks, events, cancellation, failure output, explicit repair, and diff download. Keep the existing Desktop routes separate.Validation:
1a23e19: Windows and Ubuntu jobs passed for both push and pull-request runs, including the full test suite and mechanism evaluation. PR workflow run.npm test— 204 tests, 203 passed, 1 existing symlink-permission skip, 0 failed.READY_FOR_REVIEW, and left the source implementation and Git status unchanged. This is a single integration smoke, not a coding benchmark; the provider's model identity was not observed.The local route currently uses one coding executor per task and does not automatically write knowledge back. Worktrees and hash checks are application controls, not a hidden-test or OS isolation guarantee. Acceptance commands and the target repository must be trusted. Dependencies in the new worktree still need preparation. No automatic commit, merge, or push is added to task execution. The existing private-repository and license status is unchanged.