feat(gui): add local goal bridge and CLI modes for human tasks - #72
Closed
moortekweb-art wants to merge 2 commits into
Closed
feat(gui): add local goal bridge and CLI modes for human tasks#72moortekweb-art wants to merge 2 commits into
moortekweb-art wants to merge 2 commits into
Conversation
Owner
Author
|
Closing this stale branch. The proposed commit is based on an older implementation and would replace the hardened bridge and CLI already present on main. No merge should be made from this PR. |
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
local_goal_bridgeintegration layer and focused tests for goal serialization and bridge invocation.Changes
agentic_harness/cli.py: addeddo,work,modes,check,watch,setup,popos-setup,mode3a-run,mode3a-status, andmode3a-monitorcommands.agentic_harness/core/local_goal_bridge.py: added the local-goal runtime bridge, mode builders, and formatting helpers.tests/test_local_goal_bridge.py: added bridge and payload tests.README.md: documented beginner-friendly human mode commands.Security
0e37dced-8950-4a35-9338-ac0294d75943Validation
python3 -m py_compile agentic_harness/cli.py agentic_harness/core/local_goal_bridge.py tests/test_local_goal_bridge.pypassed.Scope
This PR contains only the README, CLI, bridge, and test changes. Playwright output, design notes, screenshots, and generated
uv.lockremain uncommitted and out of scope.