Skip to content

Commit a253d9b

Browse files
authored
Migrate inline report-formatting guidance to the shared/reporting.md import (#52542)
1 parent 846ce3f commit a253d9b

172 files changed

Lines changed: 320 additions & 394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/agent-performance-analyzer.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-persona-explorer.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ai-moderator.lock.yml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ai-moderator.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ network:
3434
- github
3535
imports:
3636
- shared/otlp.md
37+
- shared/reporting.md
3738
tools:
3839
bash: false
3940
cli-proxy: true
@@ -226,9 +227,3 @@ If no spam was detected, you may still update the log to remove stale entries, b
226227
- Provide clear reasoning for each detection in your analysis
227228
- Only take action if you have high confidence in the detection
228229
- **You MUST always emit at least one safe output.** After completing your analysis, if no spam was detected and no labels were applied, call the `noop` safe output to confirm that the content was reviewed and no action was required. Never exit without calling a safe output.
229-
230-
## Report Formatting
231-
232-
- Use h3 (###) or lower for all headers in your analysis output to maintain proper document hierarchy.
233-
- Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling.
234-
- Structure: Brief summary (always visible) → Key findings (always visible) → Detailed analysis (in `<details>`) → Actions taken (always visible)

0 commit comments

Comments
 (0)