This is the index of packages for Acton.
The published index is generated by the GitHub Pages workflow. It starts
with the curated index.json, then searches GitHub for repositories with
the acton-library or acton-app topics. Discovered repositories must
also have a root Build.act file with a name field.
Library packages are intended for dependency resolution through commands
such as acton pkg add. App packages are intended to install executable
binaries, for example into ~/.acton/bin. Repositories may use both
topics when they provide importable modules and executable tools; the
generated index records those capabilities in a kinds list.
By default the workflow uses the automatic GITHUB_TOKEN. Set a
PACKAGE_INDEX_GITHUB_TOKEN repository secret if discovery should use a
token with broader access.