Skip to content

Commit 3ac5110

Browse files
Copilotlpcox
andauthored
Merge remote-tracking branch 'origin/main' into copilot/update-cli-proxy-implementation
# Conflicts: # .github/workflows/api-consumption-report.lock.yml # .github/workflows/approach-validator.lock.yml # .github/workflows/architecture-guardian.lock.yml # .github/workflows/audit-workflows.lock.yml # .github/workflows/daily-firewall-report.lock.yml # .github/workflows/daily-performance-summary.lock.yml # .github/workflows/deep-report.lock.yml # .github/workflows/design-decision-gate.lock.yml # .github/workflows/docs-noob-tester.lock.yml # .github/workflows/poem-bot.lock.yml # .github/workflows/refactoring-cadence.lock.yml # .github/workflows/technical-doc-writer.lock.yml # .github/workflows/unbloat-docs.lock.yml Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
2 parents f48eddc + 5dcb56c commit 3ac5110

224 files changed

Lines changed: 3321 additions & 2575 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.

.changeset/minor-mcp-gateway-otlp-headers-string-only.md

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

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

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-observability-kit.lock.yml

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/api-consumption-report.lock.yml

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

.github/workflows/api-consumption-report.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ tools:
1515
agentic-workflows:
1616
timeout: 300
1717
safe-outputs:
18-
upload-asset:
18+
upload-artifact:
19+
max-uploads: 5
20+
retention-days: 30
21+
skip-archive: true
1922
timeout-minutes: 45
2023
imports:
2124
- uses: shared/daily-audit-discussion.md
@@ -296,9 +299,9 @@ Use `sns.set_theme(style="darkgrid")` for a professional dark-grid look and `plt
296299

297300
---
298301

299-
## Step 5 — Upload Charts as Assets
302+
## Step 5 — Upload Charts as Artifacts
300303

301-
For each successfully generated chart in `/tmp/gh-aw/python/charts/*.png`, use the `upload asset` safe-output tool to publish it. Collect the returned URL for each chart.
304+
Stage each successfully generated chart from `/tmp/gh-aw/python/charts/*.png` into `/tmp/gh-aw/safeoutputs/upload-artifacts/`, then call the `upload_artifact` safe-output tool for each chart. Collect and record the returned `aw_*` ID for each chart.
302305

303306
---
304307

@@ -333,39 +336,39 @@ Create a discussion with the following structure. Replace placeholders with real
333336

334337
### 🔗 GitHub API Calls Trend (90 days)
335338

336-
![GitHub API Calls Trend]({api_calls_trend_url})
339+
📎 **[Chart: GitHub API Calls Trend](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})** — artifact `{api_calls_trend_aw_id}`
337340

338341
{2–3 sentences: highlight the trend direction, peak days, and any notable spikes in total REST API consumption}
339342

340343
---
341344

342345
### 🔗 GitHub API Calls by Workflow Trend (30 days)
343346

344-
![GitHub API Calls by Workflow Trend]({workflow_api_trend_url})
347+
📎 **[Chart: GitHub API Calls by Workflow Trend](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})** — artifact `{workflow_api_trend_aw_id}`
345348

346349
{2–3 sentences: note which workflows consistently consume the most API quota and any emerging patterns over the last 30 days}
347350

348351
---
349352

350353
### 🔗 GitHub REST API Calls Heatmap (90 days)
351354

352-
![GitHub REST API Calls Heatmap]({api_heatmap_url})
355+
📎 **[Chart: GitHub REST API Calls Heatmap](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})** — artifact `{api_heatmap_aw_id}`
353356

354357
{2–3 sentences: describe weekly patterns, busiest days, and any anomalies in REST API consumption}
355358

356359
---
357360

358361
### 🍩 Top API Burners (24h)
359362

360-
![Top API Burners]({api_burners_donut_url})
363+
📎 **[Chart: Top API Burners](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})** — artifact `{api_burners_donut_aw_id}`
361364

362365
{2–3 sentences: describe which workflows dominate API consumption, their share of the total, and any concentration risk}
363366

364367
---
365368

366369
### 🔗 GitHub REST API Consumption by Workflow (last 24h)
367370

368-
![GitHub REST API Consumption by Workflow]({api_by_workflow_url})
371+
📎 **[Chart: GitHub REST API Consumption by Workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})** — artifact `{api_by_workflow_aw_id}`
369372

370373
{2–3 sentences: identify the top REST API consumers, note any workflows near the 15k/hr limit, and suggest optimisation opportunities}
371374

.github/workflows/approach-validator.lock.yml

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

.github/workflows/archie.lock.yml

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

.github/workflows/architecture-guardian.lock.yml

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

0 commit comments

Comments
 (0)