Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/copilot-agent-analysis.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ Create a **concise** discussion with your findings using the safe-outputs create

**Discussion Title**: `Daily Copilot Agent Analysis - [DATE]`

Use `###` or lower for all headers in your report. Never use `#` (h1) or `##` (h2) — these are reserved for the discussion title rendered by GitHub.

Wrap long sections (>5 items, detailed lists, raw data) in `<details><summary><b>Section Name</b></summary>` blocks to keep the report scannable.

**Shared Discussion Structure** (both variants):
```markdown
### 🤖 Copilot Agent PR Analysis - [DATE]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-pr-merged-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .github/workflows/copilot-pr-merged-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ For token usage information, we need to find the workflow run associated with th

Create a concise report with the following structure:

Use `###` or lower for all headers in your report. Never use `#` (h1) or `##` (h2) — these are reserved for the discussion title rendered by GitHub.

Wrap long sections (>5 items, detailed lists, raw data) in `<details><summary><b>Section Name</b></summary>` blocks to keep the report scannable.

```markdown
### 🤖 Daily Copilot PR Merged Report - [DATE]

Expand All @@ -169,7 +173,7 @@ Create a concise report with the following structure:
- Any PRs with exceptional metrics (very large, many test files, etc.)

<details>
<summary>Merged Pull Requests</summary>
<summary><b>Merged Pull Requests</b></summary>

| PR # | Title | Lines Added | Lines Deleted | Test Files | Merged At |
|------|-------|-------------|---------------|------------|-----------|
Expand All @@ -178,7 +182,7 @@ Create a concise report with the following structure:
</details>

<details>
<summary>Code Generation Metrics</summary>
<summary><b>Code Generation Metrics</b></summary>

- **Production Code**: [lines added - test lines added] lines
- **Test Code**: [test lines added] lines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-pr-nlp-analysis.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/copilot-pr-nlp-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ Post a comprehensive discussion with the following structure:

Use h3 (`###`) or lower for all headers in the discussion body. Never use h1 (`#`) or h2 (`##`) — these are reserved for the GitHub Discussion title rendered by the platform.

Wrap long sections (>5 items, detailed lists, raw data) in `<details><summary><b>Section Name</b></summary>` blocks to keep the report scannable.

**Content Template** (substitute `[SENTIMENT_DIST_URL]`, `[SENTIMENT_TIME_URL]`, `[TOPIC_FREQ_URL]`, `[TOPICS_CLOUD_URL]`, and `[KEYWORD_TRENDS_URL]` with the literal URL strings read by Python from the files above):
````markdown
### 🤖 Copilot PR Conversation NLP Analysis - [DATE]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-agentrx-trace-optimizer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .github/workflows/daily-agentrx-trace-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Create exactly one issue titled:

`[agentrx-optimizer] Daily Workflow Optimization - YYYY-MM-DD`

Use `###` or lower for all headers in your report. Never use `#` (h1) or `##` (h2) — these are reserved for the issue title rendered by GitHub.

Wrap long sections (>5 items, detailed lists, raw data) in `<details><summary><b>Section Name</b></summary>` blocks to keep the report scannable.

Body structure:

### Executive Summary
Expand All @@ -175,7 +179,7 @@ Body structure:
- Representative run IDs

<details>
<summary>AgentRx Artifacts</summary>
<summary><b>AgentRx Artifacts</b></summary>

{{#if experiments.sub_agent_strategy == 'sub_agents'}}
Invoke `artifacts-summarizer` by passing this exact input block:
Expand Down
Loading