Skip to content

Commit 3e8e1b1

Browse files
Chisanan232claude
andcommitted
🔗 (profile): Point node-sdk npm badge at the alpha dist-tag
The org-profile repo-status table read the node-sdk npm version from the default 'latest' dist-tag (stale 0.0.1-alpha.3); the newest published release is alpha.5 under the 'alpha' tag. Reading from the alpha tag shows the real latest pre-release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d15c4d1 commit 3e8e1b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AI Agent Assembly is an open-source governance platform for AI agents. It enforc
1515
| --- | --- | --- | --- | --- |
1616
| [![agent-assembly](https://img.shields.io/badge/agent--assembly-core-000000?logo=rust)](https://github.com/ai-agent-assembly/agent-assembly) | Core Rust monorepo: gateway, policy engine, CLI, API, dashboard | [![GitHub tag](https://img.shields.io/github/v/tag/ai-agent-assembly/agent-assembly?label=GitHub&logo=github)](https://github.com/ai-agent-assembly/agent-assembly/tags) [![crates.io](https://img.shields.io/badge/crates.io-reference-000000?logo=rust)](https://crates.io/search?q=agent-assembly) | [![CI](https://github.com/ai-agent-assembly/agent-assembly/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/agent-assembly/actions/workflows/ci.yml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/agent-assembly?label=issues)](https://github.com/ai-agent-assembly/agent-assembly/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/agent-assembly?label=PRs)](https://github.com/ai-agent-assembly/agent-assembly/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/agent-assembly?label=last)](https://github.com/ai-agent-assembly/agent-assembly/commits/master) |
1717
| [![python-sdk](https://img.shields.io/badge/python--sdk-SDK-3776AB?logo=python&logoColor=white)](https://github.com/ai-agent-assembly/python-sdk) | Python SDK (PyO3 native + pure-Python client) | [![GitHub tag](https://img.shields.io/github/v/tag/ai-agent-assembly/python-sdk?label=GitHub&logo=github)](https://github.com/ai-agent-assembly/python-sdk/tags) [![PyPI](https://img.shields.io/pypi/v/agent-assembly?label=PyPI&logo=pypi&logoColor=white)](https://pypi.org/project/agent-assembly/) | [![CI](https://github.com/ai-agent-assembly/python-sdk/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/python-sdk/actions/workflows/ci.yaml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/python-sdk?label=issues)](https://github.com/ai-agent-assembly/python-sdk/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/python-sdk?label=PRs)](https://github.com/ai-agent-assembly/python-sdk/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/python-sdk?label=last)](https://github.com/ai-agent-assembly/python-sdk/commits/master) |
18-
| [![node-sdk](https://img.shields.io/badge/node--sdk-SDK-339933?logo=node.js&logoColor=white)](https://github.com/ai-agent-assembly/node-sdk) | TypeScript SDK (napi-rs native + JS client) | [![GitHub tag](https://img.shields.io/github/v/tag/ai-agent-assembly/node-sdk?label=GitHub&logo=github)](https://github.com/ai-agent-assembly/node-sdk/tags) [![npm](https://img.shields.io/npm/v/%40agent-assembly%2Fsdk?label=npm&logo=npm&logoColor=white)](https://www.npmjs.com/package/@agent-assembly/sdk) | [![Tests](https://github.com/ai-agent-assembly/node-sdk/actions/workflows/test-matrix.yml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/node-sdk/actions/workflows/test-matrix.yml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/node-sdk?label=issues)](https://github.com/ai-agent-assembly/node-sdk/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/node-sdk?label=PRs)](https://github.com/ai-agent-assembly/node-sdk/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/node-sdk?label=last)](https://github.com/ai-agent-assembly/node-sdk/commits/master) |
18+
| [![node-sdk](https://img.shields.io/badge/node--sdk-SDK-339933?logo=node.js&logoColor=white)](https://github.com/ai-agent-assembly/node-sdk) | TypeScript SDK (napi-rs native + JS client) | [![GitHub tag](https://img.shields.io/github/v/tag/ai-agent-assembly/node-sdk?label=GitHub&logo=github)](https://github.com/ai-agent-assembly/node-sdk/tags) [![npm](https://img.shields.io/npm/v/%40agent-assembly%2Fsdk/alpha?label=npm&logo=npm&logoColor=white)](https://www.npmjs.com/package/@agent-assembly/sdk) | [![Tests](https://github.com/ai-agent-assembly/node-sdk/actions/workflows/test-matrix.yml/badge.svg?branch=master)](https://github.com/ai-agent-assembly/node-sdk/actions/workflows/test-matrix.yml?query=branch%3Amaster) | [![issues](https://img.shields.io/github/issues/ai-agent-assembly/node-sdk?label=issues)](https://github.com/ai-agent-assembly/node-sdk/issues) [![PRs](https://img.shields.io/github/issues-pr/ai-agent-assembly/node-sdk?label=PRs)](https://github.com/ai-agent-assembly/node-sdk/pulls) [![last commit](https://img.shields.io/github/last-commit/ai-agent-assembly/node-sdk?label=last)](https://github.com/ai-agent-assembly/node-sdk/commits/master) |
1919
| [![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) |
2020
| [![.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) |
2121
| [![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) |

0 commit comments

Comments
 (0)