Complete AgentRegistryGrant CLI and activation resolver capture#56
Merged
Conversation
7 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
Completes the remaining current-main capture for
SourceOS-Linux/agent-machine#51without replaying the stale#30cli.pyblob.Changes
agent-machine registry resolvethroughpython -m agent_machine.cli registry resolve.agent_machine.agent_registryresolver module rather than duplicating resolver semantics.AgentRegistryGrantfrom--grant-file/--grant-dir/--grant-id.--requested-agent-identity-ref,--workroom-ref, and--topic-reffromAgentPod.workloadwhen present.make validate-agent-registryto prove the Python CLI registry resolver path.make validate-activationto prove the policy resolver + grant resolver activation path.Boundary
This is resolver and validation wiring only. It does not add runtime activation, model loading, network calls, registry service calls, host mutation, or credential access.
Validation target
Capture posture
This should close the remaining functional items from
#51:registry resolvecommand.The original
#30branch remains stale and should not be blob-replayed over current main.