cli/cli
Maintainers
Subsystem ownership map. The "Official owners" column reflects the .github/CODEOWNERS entries; "Recent contributors" is derived from git log origin/trunk with bot accounts excluded. Use the recent-contributors column to identify domain experts when starting work.
| Subsystem | Official owners (CODEOWNERS) | Recent contributors (git log on trunk) |
|---|---|---|
| Default reviewers (anything not otherwise owned) | @cli/code-reviewers |
n/a |
pkg/cmd/codespace/, internal/codespaces/ |
@cli/codespaces @cli/code-reviewers |
Caleb Brose, Jose Garcia, JP Ungaretti, David Gardiner, Alan Donovan |
pkg/cmd/attestation/, pkg/cmd/release/attestation/, pkg/cmd/release/verify*/, pkg/cmd/release/shared/, test/integration/attestation-cmd/ |
@cli/package-security @cli/code-reviewers |
Meredith Lancaster, Phill MV, ejahnGithub |
pkg/cmd/attestation/verification/embed/tuf-repo.github.com/ |
@cli/tuf-root-reviewers @cli/code-reviewers |
(managed via signed TUF commits) |
pkg/cmd/skills/, internal/skills/ |
@cli/skill-reviewers @cli/code-reviewers |
Sam Morrow, tommaso-moro, William Martin |
api/ |
@cli/code-reviewers |
Mislav, Kynan Ware, Corey Johnson |
git/ |
@cli/code-reviewers |
Mislav, William Martin, Tyler McGoffin |
pkg/cmd/issue/ |
@cli/code-reviewers |
Mislav, Sam Coe, Kynan Ware |
pkg/cmd/pr/ |
@cli/code-reviewers |
Mislav, Kynan Ware, William Martin |
pkg/cmd/repo/ |
@cli/code-reviewers |
Mislav, Sam Coe, vilmibm |
pkg/cmd/auth/, internal/config/, internal/authflow/ |
@cli/code-reviewers |
William Martin, Mislav, vilmibm |
pkg/cmd/extension/ |
@cli/code-reviewers |
vilmibm, Sam Coe, Mislav |
pkg/iostreams/ |
@cli/code-reviewers |
Mislav, Andy Feller, vilmibm |
pkg/cmdutil/ |
@cli/code-reviewers |
Mislav, Sam Coe, William Martin |
pkg/cmd/run/, pkg/cmd/workflow/, pkg/cmd/cache/, pkg/cmd/secret/, pkg/cmd/variable/ |
@cli/code-reviewers |
Mislav, Andy Feller, Kynan Ware, Sam Coe |
pkg/cmd/project/ |
@cli/code-reviewers |
(high-velocity area; see git log for current authors) |
internal/agents/, internal/telemetry/ |
@cli/code-reviewers |
William Martin, Sam Morrow, Mislav |
The repo-wide top contributors on trunk (excluding bot accounts), in commit count order: Mislav Marohnić, Kynan Ware, William Martin, vilmibm, Nate Smith, Babak K. Shandiz, Andy Feller, Corey Johnson, Meredith Lancaster, Sam Coe.
If your change spans multiple subsystems, expect reviews from each owner team plus @cli/code-reviewers. The PR triage workflow (.github/workflows/triage-pull-requests.yml) handles initial routing.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.