Repository Tree Map - 2026-04-06 #24922
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-04-07T16:08:15.633Z.
|
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 contains 3,746 files spanning ~280 MB total. The repository is a Go-based GitHub CLI extension for compiling agentic workflows (markdown) into GitHub Actions. The bulk of disk space is documentation media (videos/slides); code lives primarily inpkg/,.github/workflows/, andactions/setup/js/.Key Statistics
.lock.ymlworkflowsASCII 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/public/videos/create-pat-user-project.mp4docs/public/videos/create-pat-org-project.mp4docs/slides/github-agentic-workflows.pptxdocs/public/videos/create-pat-user-copilot.mp4docs/public/videos/create-ci-trigger-token.mp4docs/slides/github-agentic-workflows.pdfNotable Structural Insights
.github/workflows/contains 251 markdown workflow definitions alongside their 181 compiled.lock.ymlcounterparts — the primary showcase of gh-aw's capabilities.*_test.go), giving a ~60% test-to-code ratio by file count.actions/setup/js/holds 501 CJS scripts (~7.2 MB) that are copied at runtime to/tmp/gh-aw/actions— not embedded in the binary.pkg/parser/schemas/embeds JSON schemas directly into the binary via//go:embed.docs/directory uses Astro Starlight with Diátaxis framework, publishing to the project's documentation site.scratchpad/(65 files) andskills/(26 files) serve as agent knowledge base and developer guides for the coding agent.References:
Beta Was this translation helpful? Give feedback.
All reactions