Phase 10A: Harden live planner contract#1044
Merged
Merged
Conversation
Align live structured output with strict server validation, add source-bound controlled-shadow evaluation, and preserve non-executing fallback behavior. Refs microsoft#1021
9 tasks
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
0.250.071Root Cause
Phase 10A deterministic fixtures used payloads that already matched the strict validator. Controlled live calls showed that the provider-facing schema described requirement, candidate, capability, and evidence IDs too generically. Live models could therefore produce values such as
req1,plan1, or candidate aliases incapability_ids; the validator correctly rejected them, preserving safety but making the invalid-output rate unsuitable for Phase 10B activation.The prompt schema and provider
response_formatwere also constructed separately, selected capabilities were exposed as candidate additions, and a 300-token reasoning-model budget could complete without visible JSON.Safety And Privacy
0afbeebf616ae3b1and evaluation-source hash14edd8d66bf02784Validation
Deterministic combined gate:
Controlled
gpt-5.6-terragate:artifacts/phase10a_controlled_shadow_report.jsonFollow-Up
After this hardening PR merges into
feature/orchestration, Phase 10B can start from the new merged baseline at application version0.250.072.Refs #1021