Enable explicit operator capabilities and delegation for coding managers - #752
Merged
Merged
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.
The DGX Manager inherited coding-agent responsibilities but ran with Von MCP disabled, workspace-only task access and read-only inbox access. It could diagnose missing operations but repeatedly handed them back to an absent operator.
Add an explicit owner-installed operator profile shared by task and inbox launches. It enables host operations and an installed principal-bound MCP transport over existing canonical catalogue/gateway services. Ordinary workers retain their previous restrictions. An explicit subordinate assignment-actor list permits fresh Manager dispatch receipts without inferring execution authority from reporting relationships. Installation remains opt-in; no credentials or site configuration are committed.
Validation: 92 focused access, worker, dispatch and release checks passed before the final actor-conflict regression test (which also passes). The existing inbox suite has nine failures caused by its unstubbed dispatch-authority database lookup; reproduced all nine on unchanged main f67ae57. DGX live transport and fresh Manager acceptance are being verified before final activation. The installation will retain rollback bindings/releases and the existing single-consumer timers.