@pelikhan Just to mention we have this legacy thing where running an install of a single workflow like
gh aw add https://github.com/githubnext/gh-aw/blob/v0.37.7/.github/workflows/copilot-agent-analysis.md
does this temporary "install" of the whole "package" of workflows from that repository, then selects out just the one workflow file to install. The package gets "installed" to the tmp/ directory then deleted.
Package githubnext/gh-aw already exists. Updating...
It's legacy from when we did packaging via collected packages of workflows rather than single files.
I haven't removed it as yet as it may require a bit of work to carefully dig things out and check things w.r.t. how multi-file workflows are handled on install.