Skip to content

Commit fd566c3

Browse files
[specs] Update layout specification - 2026-05-25 (#34606)
1 parent bdb321e commit fd566c3

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

scratchpad/layout.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# GitHub Actions Workflow Layout Specification
22

33
> Auto-generated specification documenting patterns used in compiled `.lock.yml` files.
4-
> Last updated: 2026-05-18
4+
> Last updated: 2026-05-25
55
66
## Overview
77

88
This document catalogs all file paths, folder names, artifact names, and other patterns used across our compiled GitHub Actions workflows (`.lock.yml` files). It serves as a reference for developers working with the gh-aw codebase.
99

1010
**Statistics:**
11-
- **Lock files analyzed**: 230
11+
- **Lock files analyzed**: 235
1212
- **Unique GitHub Actions**: 27
13-
- **Artifact patterns**: 48
14-
- **Job name patterns**: 39
13+
- **Artifact patterns**: 56
14+
- **Job name patterns**: 40
1515
- **File path references**: 83
1616

1717
## GitHub Actions
@@ -104,6 +104,14 @@ Artifacts uploaded/downloaded between workflow jobs:
104104
| `dailysecurityredteam-experiment` | Daily workflow job | Download step | Daily security red team experiment artifact |
105105
| `dailysemgrepscan-experiment` | Daily workflow job | Download step | Daily Semgrep scan experiment artifact |
106106
| `trufflehog-scan-results` | TruffleHog scan job | Download step | TruffleHog secret scanner results |
107+
| `agentperformanceanalyzer-experiment` | Agent performance analyzer job | Download step | Agent performance analyzer experiment artifact |
108+
| `agentpersonaexplorer-experiment` | Agent persona explorer job | Download step | Agent persona explorer experiment artifact |
109+
| `dailycompilerquality-experiment` | Daily workflow job | Download step | Daily compiler quality experiment artifact |
110+
| `gpclean-experiment` | Agent job | Download step | GP clean experiment artifact |
111+
| `smokegemini-experiment` | Smoke test job | Download step | Smoke test Gemini experiment artifact |
112+
| `smokepi-experiment` | Smoke test job | Download step | Smoke test PI experiment artifact |
113+
| `smoketemporaryid-experiment` | Smoke test job | Download step | Smoke test temporary ID experiment artifact |
114+
| `typist-experiment` | Agent job | Download step | Typist experiment artifact |
107115

108116
## Common Job Names
109117

@@ -146,6 +154,7 @@ Standard job names across compiled workflows:
146154
| `indexing` | QMD document indexing | `activation` | Runs QMD (Quarto Markdown) indexing on GPU runner for document search/embedding |
147155
| `apm-prep` | APM preparation | `activation` | Prepares APM matrix groups configuration before parallel APM jobs |
148156
| `collect_anthropic_models` | Model collection | Various | Collects Anthropic model inventory |
157+
| `collect_copilot_billing_multipliers` | Model collection | Various | Collects Copilot billing multipliers inventory |
149158
| `collect_copilot_models` | Model collection | Various | Collects Copilot model inventory |
150159
| `collect_gemini_models` | Model collection | Various | Collects Gemini model inventory |
151160
| `collect_openai_models` | Model collection | Various | Collects OpenAI model inventory |
@@ -738,9 +747,9 @@ This specification is automatically maintained by the **Layout Specification Mai
738747
4. Updates this document with findings
739748
5. Creates a PR with the changes
740749

741-
**Last extraction run**: 2026-05-18
742-
**Lock files analyzed**: 230
743-
**Patterns documented**: 420+
750+
**Last extraction run**: 2026-05-25
751+
**Lock files analyzed**: 235
752+
**Patterns documented**: 430+
744753

745754
---
746755

0 commit comments

Comments
 (0)