feat: deliver ontology-first Playground compile and provider-ready generation - #32
Draft
windforce19820520-ai wants to merge 11 commits into
Draft
feat: deliver ontology-first Playground compile and provider-ready generation#32windforce19820520-ai wants to merge 11 commits into
windforce19820520-ai wants to merge 11 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.
Summary
Delivers the ontology-first Playground foundation plus PR A, PR B, and PR C in one reviewable branch.
Why
The Playground must show and send the same VOCE-generated semantic result. It cannot display an ontology-derived plan and then use a separately handwritten model prompt.
The first implementation review also found concrete runtime and safety gaps. This update fixes them:
User impact
A user can open the page, upload declared references, select a composition and Provider, and inspect the complete compiled plan without a key. When rendering is explicitly enabled:
Boundaries
This PR does not include PR D:
Real Provider network transports remain absent by default and must be supplied by an approved deployment Host. The source workspace uses
workspace:*; a separately deployed Playground must pin the exact published RC required by the design.Validation
64c32f3