Implement Harness MVP core schemas - #7
Draft
BorisGuo6 wants to merge 5 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.
What changed
self_improving.harness.Why
This is PR1 of the Harness MVP implementation sequence. It freezes the typed interface and reviewable schema surface before Registry execution, Text2Env handlers, or MCP adaptation are introduced. Existing
scene_genschemas, package manifests, runtime evidence, and validation reports remain authoritative for their own payloads.Documentation
Scope and behavior
$id;ArtifactRef.schema_versionremains the required nullable pointer to a typed or untyped artifact payload.robotwin.*schema versions are reused.precheck_steps=0,settle_steps=900,contact_window_steps=120,video_frames=120, andfps=12.SkillRegistry, handlers, invocation hashing, artifact resolution, retries, MCP tools, or publication side effects.Status: Proposed; this PR does not mark it Accepted.Validation
script/run_self_improving_tests.sh: 564 passed, 6 skipped.--cov-fail-under=100.python script/export_harness_schemas.py --check: 14 snapshots verified with no drift.git diff --checkpassed.The skipped tests are the existing explicit runtime/physical checks requiring SAPIEN or excluded source bundles; they are not introduced or silently mocked by this PR.