atl list
Show the teams installed at each scope.
Usage
bash
atl listatl list takes no flags or arguments. It reads the install manifests under each layer's .atl/installed/ directory — no network access.
Output
Teams are grouped by scope, with each team printed as a two-space-indented <handle>/<name>@<version> line:
global:
agentteamland/software-project-team@1.2.1
project:
agentteamland/design-system-team@0.8.1A team installed at both scopes appears under each. The <handle> is the team's GitHub owner, <name> and <version> come from its team.json.
When nothing is installed
If no teams are installed at either scope:
atl list: no teams installedRelated
atl install— install a team.atl remove— remove a team.atl search— find teams to install.