Conversation
….19.0) (#116) P1.3.1 canary retrofit mirroring P1.2 encode. Four helpers return {<domainNoun>, source} tuples; runChallengeAction aggregates strictly. Envelope adds governance_source, governance_uris (plural, 4 peer URIs — intentional divergence from encode), debug.knowledge_base_url. 105/105 parser tests, 126/126 smoke 3x consecutive, Sonnet 4.6 validator VERIFIED 5/5 with external corroborations.
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.
Promote 0.19.0 to prod.
Includes P1.3.1 oddkit_challenge governance_source retrofit (merged via #116, squash SHA 71ee6ed).
Verification
What ships
Note
Medium Risk
Adds new response fields to the
oddkit_challengeenvelope and refactors how governance data is fetched/cached, which can break consumers and affect runtime behavior when canon files are missing or overrides are used.Overview
Promotes version to
0.19.0and documents the release inCHANGELOG.md.oddkit_challengeresponses now includeresult.governance_source(aggregated across four governance fetches) andresult.governance_uris(array of 4 peer canon URIs), emitted for bothCHALLENGEDandSUPPRESSEDpaths;debug.knowledge_base_urlnow echoes the override.Internally, challenge governance loaders were refactored to return
{<domain>, source}tuples with per-dimension source caching/reset, and smoke tests were extended to assert the new envelope fields plus 9-mode coverage.Reviewed by Cursor Bugbot for commit 71ee6ed. Bugbot is set up for automated code reviews on this repo. Configure here.