From e899552e7a4e17695fa8237dda95f8f44a0aecf7 Mon Sep 17 00:00:00 2001 From: Ann Cascarano <4411121+redrambles@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:37:19 -0400 Subject: [PATCH] Enhance agent operations controls documentation Add a line break before the 'Design guidance' section so that it properly drops down to a new line. --- .../includes/7-agent-operations-controls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/learn-pr/github/design-agent-architecture-integration/includes/7-agent-operations-controls.md b/learn-pr/github/design-agent-architecture-integration/includes/7-agent-operations-controls.md index 1535acbb631..a6320e7ec83 100644 --- a/learn-pr/github/design-agent-architecture-integration/includes/7-agent-operations-controls.md +++ b/learn-pr/github/design-agent-architecture-integration/includes/7-agent-operations-controls.md @@ -120,6 +120,7 @@ Agent profile configuration provides three kinds of control: - Capability boundary: which tools are allowed (prefer allowlists) - Visibility boundary: whether the agent is user-selectable in interactive UI - Delegation boundary: which subagents can be invoked and how handoffs occur + Design guidance: - Use read-only toolsets for planning and review agents. - Restrict implementation tools to execution agents.