Repository Tree Map - 2026-04-13 #26065
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-04-14T16:19:11.033Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
The
github/gh-awrepository is a Go-based GitHub CLI extension for compiling agentic workflow markdown files into GitHub Actions. The repository has 3,845 files across 159 directories totalling 289 MB — though the vast majority of disk space (~82%) is occupied by video assets indocs/public/videos/. Excluding media assets, the codebase proper is roughly 28 MB.Key Statistics
ASCII Tree Map
Top 10 Largest Files
docs/public/videos/install-and-add-workflow-in-cli.mp4docs/public/videos/create-workflow-on-github.mp4docs/public/videos/create-pat-org-agent.mp4docs/public/videos/create-pat-org-copilot.mp4docs/slides/20260407-github-agentic-workflows.pdfdocs/public/videos/create-pat-user-project.mp4docs/public/videos/create-pat-org-project.mp4docs/public/videos/create-pat-user-copilot.mp4docs/public/videos/create-ci-trigger-token.mp4docs/slides/20260224-github-agentic-workflows.pdfInsights
🐹 Go Codebase Health
pkg/workflow/package is the largest at 983 files / 12 MB, housing the core compilation enginepkg/cli/contains 710 files / 6.8 MB, reflecting a rich set of CLI commandspkg/parser/maintains schema definitions embedded at build time (//go:embed).goldenfiles power snapshot testing across the compiler🔄 Workflow Architecture
.github/workflows/: each.mdsource file has a corresponding.lock.ymlcompiled outputactions/setup/js/directory has 530 CJS files / 7.6 MB — these are GitHub Actions JavaScript modules used at runtimeactions/setup/sh/provides 46 shell scripts for shell-based workflow steps.github/aw/contains workflow imports, logs, and runbooks for the meta-workflow infrastructure📚 Documentation Footprint
docs/is 82% of the repository's disk footprint (237 MB), almost entirely due to MP4 tutorial videosdocs/src/is a lean 2.8 MBdocs/adr/scratchpad/directory (65 files / 1.3 MB) serves as a living reference for patterns and guidelines🤖 AI / Agent Infrastructure
.github/agents/— 11 agent definition files (172 KB) for custom Copilot coding agents.github/copilot/— 4 instruction files (56 KB) for Copilot behavior customizationskills/(root) — 26 skill files (368 KB) for specialized AI knowledge injection.github/skills/— 2 built-in skills (debugging-workflows, documentation)AGENTS.mdat root — master instruction file for all AI agents operating in this repoReferences:
Beta Was this translation helpful? Give feedback.
All reactions