From aa9dd10722bd4e84845b417bf70980405df07b9c Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 12 Jun 2026 16:44:58 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=97=20(profile):=20Track=20latest?= =?UTF-8?q?=20prerelease=20in=20core=20release=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub's default release badge resolved to v0.0.1-alpha.1; add ?include_prereleases&sort=semver so it shows the real latest v0.0.1-alpha.5, matching the agent-assembly repo's own badge. Point the link at /releases (not /releases/latest, which excludes prereleases). Co-Authored-By: Claude Opus 4.8 (1M context) --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 9eda4c7..f0b31a7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,7 +2,7 @@ [![Core CI](https://github.com/ai-agent-assembly/agent-assembly/actions/workflows/ci.yml/badge.svg)](https://github.com/ai-agent-assembly/agent-assembly/actions/workflows/ci.yml) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Core release](https://img.shields.io/github/v/release/ai-agent-assembly/agent-assembly)](https://github.com/ai-agent-assembly/agent-assembly/releases/latest) +[![Core release](https://img.shields.io/github/v/release/ai-agent-assembly/agent-assembly?include_prereleases&sort=semver)](https://github.com/ai-agent-assembly/agent-assembly/releases) [![Discussions](https://img.shields.io/badge/community-Discussions-blue?logo=github)](https://github.com/ai-agent-assembly/agent-assembly/discussions) AI Agent Assembly is an open-source governance platform for AI agents. It enforces policy, tracks budget, and audits every action your agents take across three independent interception layers — in-process SDKs, a sidecar proxy, and eBPF kernel hooks — so you can ship multi-agent fleets without losing control of what they do. From 377b909ef9f53cda36e3cb19bed0cb45fc401e97 Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 12 Jun 2026 16:45:28 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=97=20(profile):=20Point=20docs=20?= =?UTF-8?q?badges=20at=20main,=20the=20docs=20repo=20default=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agent-assembly-docs' default branch is main and deploy.yml runs there; the ?branch=master Deploy badge rendered "no status" and the /commits/master link 404s. Switch the Deploy badge src + query and the last-commit link to main. Co-Authored-By: Claude Opus 4.8 (1M context) --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index f0b31a7..69835f8 100644 --- a/profile/README.md +++ b/profile/README.md @@ -19,7 +19,7 @@ AI Agent Assembly is an open-source governance platform for AI agents. It enforc | [![go-sdk](https://img.shields.io/badge/go--sdk-SDK-00ADD8?logo=go&logoColor=white)](https://github.com/ai-agent-assembly/go-sdk) | Go SDK | [![GitHub tag](https://img.shields.io/github/v/tag/ai-agent-assembly/go-sdk?label=GitHub&logo=github)](https://github.com/ai-agent-assembly/go-sdk/tags) [![Go Reference](https://pkg.go.dev/badge/github.com/ai-agent-assembly/go-sdk.svg)](https://pkg.go.dev/github.com/ai-agent-assembly/go-sdk) | [![Go test](https://github.com/ai-agent-assembly/go-sdk/actions/workflows/go-test.yml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/go-sdk/actions/workflows/go-test.yml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/go-sdk?label=issues)](https://github.com/ai-agent-assembly/go-sdk/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/go-sdk?label=PRs)](https://github.com/ai-agent-assembly/go-sdk/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/go-sdk?label=last)](https://github.com/ai-agent-assembly/go-sdk/commits/master) | | [![.github](https://img.shields.io/badge/.github-org--profile-181717?logo=github)](https://github.com/ai-agent-assembly/.github) | Organization profile, templates, support, and community files | [![tag](https://img.shields.io/github/v/tag/ai-agent-assembly/.github?label=tag&logo=github)](https://github.com/ai-agent-assembly/.github/tags) | [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/.github?label=last)](https://github.com/ai-agent-assembly/.github/commits/master) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/.github?label=issues)](https://github.com/ai-agent-assembly/.github/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/.github?label=PRs)](https://github.com/ai-agent-assembly/.github/pulls) | | [![homebrew-agent-assembly](https://img.shields.io/badge/homebrew--agent--assembly-tap-FBB040?logo=homebrew&logoColor=black)](https://github.com/ai-agent-assembly/homebrew-agent-assembly) | Homebrew tap for `aasm` | [![tag](https://img.shields.io/github/v/tag/ai-agent-assembly/homebrew-agent-assembly?label=tag&logo=homebrew)](https://github.com/ai-agent-assembly/homebrew-agent-assembly/tags) | [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/homebrew-agent-assembly?label=last)](https://github.com/ai-agent-assembly/homebrew-agent-assembly/commits/master) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/homebrew-agent-assembly?label=issues)](https://github.com/ai-agent-assembly/homebrew-agent-assembly/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/homebrew-agent-assembly?label=PRs)](https://github.com/ai-agent-assembly/homebrew-agent-assembly/pulls) | -| [![agent-assembly-docs](https://img.shields.io/badge/agent--assembly--docs-docs-4051B5?logo=materialformkdocs&logoColor=white)](https://github.com/ai-agent-assembly/agent-assembly-docs) | Public documentation site | [![tag](https://img.shields.io/github/v/tag/ai-agent-assembly/agent-assembly-docs?label=tag&logo=github)](https://github.com/ai-agent-assembly/agent-assembly-docs/tags) | [![Deploy](https://github.com/ai-agent-assembly/agent-assembly-docs/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/agent-assembly-docs/actions/workflows/deploy.yml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/agent-assembly-docs?label=issues)](https://github.com/ai-agent-assembly/agent-assembly-docs/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/agent-assembly-docs?label=PRs)](https://github.com/ai-agent-assembly/agent-assembly-docs/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/agent-assembly-docs?label=last)](https://github.com/ai-agent-assembly/agent-assembly-docs/commits/master) | +| [![agent-assembly-docs](https://img.shields.io/badge/agent--assembly--docs-docs-4051B5?logo=materialformkdocs&logoColor=white)](https://github.com/ai-agent-assembly/agent-assembly-docs) | Public documentation site | [![tag](https://img.shields.io/github/v/tag/ai-agent-assembly/agent-assembly-docs?label=tag&logo=github)](https://github.com/ai-agent-assembly/agent-assembly-docs/tags) | [![Deploy](https://github.com/ai-agent-assembly/agent-assembly-docs/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/ai-agent-assembly/agent-assembly-docs/actions/workflows/deploy.yml?query=branch%3Amain) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/agent-assembly-docs?label=issues)](https://github.com/ai-agent-assembly/agent-assembly-docs/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/agent-assembly-docs?label=PRs)](https://github.com/ai-agent-assembly/agent-assembly-docs/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/agent-assembly-docs?label=last)](https://github.com/ai-agent-assembly/agent-assembly-docs/commits/main) | | [![agent-assembly-spec](https://img.shields.io/badge/agent--assembly--spec-spec-6E40C9?logo=openapiinitiative&logoColor=white)](https://github.com/ai-agent-assembly/agent-assembly-spec) | Shared specifications and protocol contracts | [![tag](https://img.shields.io/github/v/tag/ai-agent-assembly/agent-assembly-spec?label=tag&logo=github)](https://github.com/ai-agent-assembly/agent-assembly-spec/tags) | [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/agent-assembly-spec?label=last)](https://github.com/ai-agent-assembly/agent-assembly-spec/commits/master) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/agent-assembly-spec?label=issues)](https://github.com/ai-agent-assembly/agent-assembly-spec/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/agent-assembly-spec?label=PRs)](https://github.com/ai-agent-assembly/agent-assembly-spec/pulls) | ### Install channels From 5a1d0b0cab24071b1d3c48060bc20aca658e076f Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 12 Jun 2026 16:46:05 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20(profile):=20Drop?= =?UTF-8?q?=20broken=20Docker=20pull,=20mark=20container=20image=20coming?= =?UTF-8?q?=20soon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ghcr.io/agent-assembly/python:latest does not exist (the org publishes no public container packages and the slug was wrong). Replace the broken docker pull with a coming-soon note rather than a runnable-but-404 command. Co-Authored-By: Claude Opus 4.8 (1M context) --- profile/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 69835f8..d189efe 100644 --- a/profile/README.md +++ b/profile/README.md @@ -58,9 +58,8 @@ yarn add @agent-assembly/sdk #### Docker -```sh -docker pull ghcr.io/agent-assembly/python:latest -``` +> A published container image is coming soon. No image is available on +> `ghcr.io` yet. #### curl one-line installer From 9fad78a8dfafd3f8ce91ef5495bdcaeacd14d80c Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 12 Jun 2026 16:46:37 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=97=20(profile):=20Use=20real=20Ho?= =?UTF-8?q?mebrew=20tap=20and=20working=20install=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit brew install agent-assembly/tap/aasm referenced a non-existent org/tap; the real tap is ai-agent-assembly/homebrew-agent-assembly. The get.agentassembly.dev curl host is parked (wrong cert, not the project), so replace it with the same raw.githubusercontent.com install-cli.sh used in the agent-assembly README, and note the hosted alias as coming-soon. Co-Authored-By: Claude Opus 4.8 (1M context) --- profile/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index d189efe..11477b5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -27,7 +27,7 @@ AI Agent Assembly is an open-source governance platform for AI agents. It enforc #### Homebrew (macOS, Linux) ```sh -brew install agent-assembly/tap/aasm +brew install ai-agent-assembly/homebrew-agent-assembly/aasm ``` #### Python — pip, uv, or poetry @@ -61,12 +61,15 @@ yarn add @agent-assembly/sdk > A published container image is coming soon. No image is available on > `ghcr.io` yet. -#### curl one-line installer +#### curl one-line installer (CLI) ```sh -curl -fsSL https://get.agentassembly.dev | sh +curl -sSf https://raw.githubusercontent.com/ai-agent-assembly/agent-assembly/master/scripts/install-cli.sh | sh ``` +> A short hosted alias (`https://install.ai-agent-assembly.dev`) is planned but +> not yet live — use the `raw.githubusercontent.com` URL above for now. + ## Release and Homebrew Notes - `agent-assembly` is currently in a pre-stable alpha channel.