Admit code execution routes from keys auto_connected - #3531
Open
eanz17 wants to merge 2 commits into
Open
Conversation
added 2 commits
August 25, 2026 16:18
NyxID /user-services omits auto_connected; only /keys returns it. Missing fields were treated as writable, so platform-hosted routes received PUT 403, personal POST omitted the required label, and non-2xx bodies were swallowed as PostconditionMismatch. Read auto_connected only from /keys, mutate only when it is explicitly false, send a readable personal label, and preserve HTTP rejection as MutationRejected.
Repoint the Aevatar conformance digest pin at the code execution route admission commit so the fast gate validates current HEAD sources.
Contributor
|
Superseded: the same admission landed on |
Contributor
|
Closing as superseded by feature/integrate @495cc5f50. |
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.
Problem
NyxID
GET /api/v1/user-servicesdoes not returnauto_connected. OnlyGET /api/v1/keysdoes. Aevatar read the routing projection, defaulted the missing field tofalse, treated platform-hosted chrono-sandbox routes as writable, and sentPUT /api/v1/user-services/{id}. Production rejected those updates (403). Personal fallbackPOST /api/v1/keysomitted the requiredlabel(422). Non-2xx bodies were unwrapped as ordinary strings and reported asPostconditionMismatch, which then surfaced asCODE_EXECUTION_ROUTE_REPAIR_UNVERIFIED.This blocked
code_executeadmission for operator scopes that already had a healthy platform-hosted route (#3429 / #3290).Solution
auto_connectedas optional from/keysonly.CanManageRouterequiresExecution.AutoConnected == false.Aevatar Code Execution.MutationRejectedinstead of swallowing it into postcondition mismatch.Second commit refreshes the NyxID conformance pin for
NyxIdApiAccessContracts.cs. Channel/query WIP in the working tree is not included.Impact
src/Aevatar.AI.ToolProviders.NyxId/NyxIdApiAccessContracts.cssrc/Aevatar.AI.ToolProviders.NyxId/NyxIdApiClient.cssrc/Aevatar.AI.ToolProviders.NyxId/NyxIdCodeExecutionRoutePolicyReconciler.cssrc/Aevatar.AI.ToolProviders.NyxId/NyxIdUserServiceRouteConverger.cstest/Aevatar.AI.Tests/NyxIdCodeExecutionRouteAdmissionPreparerTests.csdocs/contracts/nyxid-assistant-conformance/v1/sources.jsonVerification
unknown-wire-membersin the adversarial corpus already passes on current HEAD and is not part of the admission commit.Production HR (#3429) and Finance (#3290)
submit=falseadmission, >8 minute Lark identity, and FIN/HR timings remain pending deploy.