From 82f0f82f765f8f861ad548f859b6d8efe42bb5e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:04:40 +0000 Subject: [PATCH 1/2] Initial plan From cfc670fd920477b7e80e0b293d071d03dcb2a2ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:10:30 +0000 Subject: [PATCH 2/2] Add report formatting guidelines to audit-workflows, daily-regulatory, and daily-safe-output-integrator workflows Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7c0e0e61-d20e-4295-8d66-03575a02e911 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/audit-workflows.md | 1 + .github/workflows/daily-regulatory.md | 2 ++ .github/workflows/daily-safe-output-integrator.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/audit-workflows.md b/.github/workflows/audit-workflows.md index 150f8833c71..6fb2c44c23a 100644 --- a/.github/workflows/audit-workflows.md +++ b/.github/workflows/audit-workflows.md @@ -89,6 +89,7 @@ Output is saved to: /tmp/gh-aw/aw-mcp/logs **Security**: Never execute untrusted code, validate data, sanitize paths **Quality**: Be thorough, specific, actionable, accurate **Efficiency**: Use repo memory, batch operations, respect timeouts +**Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `
Section Name` tags to improve readability and reduce scrolling. Memory structure: `/tmp/gh-aw/repo-memory/default/{audits,patterns,metrics}/*.json` diff --git a/.github/workflows/daily-regulatory.md b/.github/workflows/daily-regulatory.md index 33bd30ad12a..9350416507d 100644 --- a/.github/workflows/daily-regulatory.md +++ b/.github/workflows/daily-regulatory.md @@ -258,6 +258,8 @@ Create a comprehensive discussion report with findings. ### Discussion Format +- **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `
Section Name` tags to improve readability and reduce scrolling. + **Title**: `[daily regulatory] Regulatory Report - YYYY-MM-DD` **Body**: diff --git a/.github/workflows/daily-safe-output-integrator.md b/.github/workflows/daily-safe-output-integrator.md index 0da3ec8ca5d..1ef22a4e410 100644 --- a/.github/workflows/daily-safe-output-integrator.md +++ b/.github/workflows/daily-safe-output-integrator.md @@ -668,6 +668,8 @@ git diff --name-only ## Phase 7: Create PR or Report NOOP +- **Report Formatting**: Use h3 (###) or lower for all headers in your PR body and report content to maintain proper document hierarchy. Wrap long sections in `
Section Name` tags to improve readability and reduce scrolling. + ### If files were created: Create a pull request with all the new test workflows and Go tests.