From 329764b1ea7bae7602847e0200fff64d2d0b4d3a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:22:18 +0000 Subject: [PATCH 1/2] Initial plan From c8e9639d7c74cfca2279891804f01b9db72e8ba9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:26:14 +0000 Subject: [PATCH 2/2] fix(agent-persona-explorer): direct recommendations to .github/aw/*.md, not AGENTS.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/5f49e149-c0e7-4831-b796-174a4acdca82 --- .github/workflows/agent-persona-explorer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agent-persona-explorer.md b/.github/workflows/agent-persona-explorer.md index 09ff1b3eafd..a5fc7e5232b 100644 --- a/.github/workflows/agent-persona-explorer.md +++ b/.github/workflows/agent-persona-explorer.md @@ -120,6 +120,7 @@ Review all captured responses and identify: ### Improvement Opportunities (top 3 only) - What additional guidance could help the agent? - Should certain patterns be more strongly recommended? +- **Important**: Any documentation recommendations must target `.github/aw/*.md` files (e.g., `github-agentic-workflows.md`, `create-agentic-workflow.md`). Do **not** reference or suggest changes to `AGENTS.md` — that file is Go developer documentation for the `gh-aw` codebase and is unrelated to agentic workflow instructions. ## Phase 5: Document and Publish Findings (1 minute) @@ -179,7 +180,7 @@ Example: ### Recommendations (Top 3 only) -1. [Most important actionable recommendation] +1. [Most important actionable recommendation — if documentation-related, reference `.github/aw/*.md` files, NOT `AGENTS.md`] 2. [Second priority suggestion] 3. [Third priority idea] ```