diff --git a/.github/workflows/audit-workflows.md b/.github/workflows/audit-workflows.md index 150f8833c7..6fb2c44c23 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 33bd30ad12..9350416507 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 0da3ec8ca5..1ef22a4e41 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.