feat: add pinned cross-repo Developer OS kernel harness v3 - #6
Draft
Mopati123 wants to merge 7 commits into
Draft
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.
Purpose
Complete the first cross-repository Developer OS bridge by invoking the separately certified HPL Agentic Runner from
codebase-prompting.Behavior
The harness:
a5d2d913e41fd9a80212825921d0919fd8320b3b;python -m hpl.runtime.agentic_runneras a separate process;--execute;Authority boundary
The harness does not import kernel internals, mint tokens, or bypass HPL.
Even when
--executeis requested, the kernel runner must still admit the binding and mint an HPL ExecutionToken before RuntimeEngine can execute.Environment boundary
This layer does not inject OpenHands credentials, endpoints, or secret configuration. Operator environment remains external.
Truth boundary
CI mocks the subprocess boundary. It proves exact-kernel pinning, command construction, admission-only default behavior, and explicit execute semantics. It does not perform a live OpenHands effect.
Review order
This PR is stacked on certified Developer OS v2 and remains draft until CI passes.
Certified Phase N v3 baseline
At head
2944366b3664f2cd3b36ff0e55291b0f820cc127, the dedicatedRepository Intelligence CIcompleted successfully.Certified v3 additions:
hpl.runtime.agentic_runner;--executeboundary;codebase-prompting.Truth boundary: CI certifies the harness contract with a mocked subprocess boundary. It does not yet prove a live local cross-repository HPL admission or any OpenHands network effect.
This commit is the certified Phase N v3 contract baseline. PR remains draft and unmerged.