feat: harden operator-controlled agent commands#1985
Open
mhseo93 wants to merge 1 commit intomultica-ai:mainfrom
Open
feat: harden operator-controlled agent commands#1985mhseo93 wants to merge 1 commit intomultica-ai:mainfrom
mhseo93 wants to merge 1 commit intomultica-ai:mainfrom
Conversation
MHS-18 adds server-side policy enforcement for operator-controlled agents, daemon prompt alignment, and regression tests for issue create/update, batch update, agent mentions, fallback comments, and actor resolution.
|
Someone is attempting to deploy a commit to the IndexLabs Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi! Could someone review this PR when available? Summary:
This is dev/local hardening only. No prod/runtime change is included. Context issue: MHS-18 |
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
MHS-18 hardens operator-controlled Multica agent behavior with server-side policy enforcement and daemon prompt alignment.
This is a dev/local hardening patch only. It does not activate production runtime changes.
Changes
internal/agentpolicyfor parsingagent.runtime_config.multica_policy.mention://agent/before comment creation/enqueue.runtime_configthrough claim response → daemon task → execenv.Validation
Additional local validation performed before commit:
Safety / rollout boundary
Production rollout should be handled by a separate activation gate.
Related