From 74bd7ed0cf7236f1494122053eed74d5f444a476 Mon Sep 17 00:00:00 2001 From: Mesut Kurak Date: Fri, 24 Apr 2026 18:51:18 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20winget=20is=20now=20live=20=E2=80=94=20?= =?UTF-8?q?update=20README=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `atl` was merged to the Microsoft winget catalog on 2026-04-24 via winget-pkgs#361975. v0.2.0 submission is in flight (winget-pkgs#364841). Prior README text still advertised "winget — coming when Microsoft review completes" and claimed "first Microsoft review is pending." Both are stale now: - Section heading dropped the "coming when..." parenthetical - The warning text reframed as a factual note: winget may lag 1-2 releases behind the latest v* tag due to the manual review step; direct one-liner / scoop remain the path to absolute latest. Discovered via Mesut asking whether README needs a refresh after the winget 0.1.1 merge went through. No version bump (README-only, binary behavior unchanged). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68206af..df90cd6 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,13 @@ scoop install atl Don't have scoop? The PowerShell one-liner above is simpler — no need to install a package manager first. -### Windows (winget — coming when Microsoft review completes) +### Windows (winget) ```powershell winget install agentteamland.atl ``` -Currently winget ships `atl` 0.1.1 (first Microsoft review is pending). Use the PowerShell one-liner or scoop to get the latest release until the winget catalog catches up. +Available in the Microsoft winget catalog since 2026-04-24. Note that winget may lag one or two releases behind the latest `v*` tag — there is a manual review step on every submission to `microsoft/winget-pkgs`. If you need the absolute latest release, use the PowerShell one-liner or scoop above. ### One-liner fallback (macOS / Linux)