Skip to content
Merged
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
16 changes: 8 additions & 8 deletions scratchpad/layout.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# GitHub Actions Workflow Layout Specification

> Auto-generated specification documenting patterns used in compiled `.lock.yml` files.
> Last updated: February 04, 2026
> Last updated: 2026-02-11

## Overview

This document catalogs all file paths, folder names, artifact names, and other patterns used across our compiled GitHub Actions workflows (`.lock.yml` files).

**Compilation Summary:**
- **Lock files analyzed**: 145
- **Total action uses**: 6,472
- **Unique actions**: 30
- **Unique artifacts**: 18
- **Unique job names**: 24
- **Step IDs documented**: 30+
**Extraction Summary:**
- **Lock files analyzed**: 147
- **Actions cataloged**: 27
- **Artifacts documented**: 17
- **Job patterns found**: 21
- **File paths listed**: 32
- **Working directories**: 3

## GitHub Actions

Expand Down