Skip to content

Commit 978da67

Browse files
authored
Merge pull request #86 from ai-agent-assembly/v0.0.1/AAASM-2722/lowercase_org_id
[AAASM-2722] 🔧 (node-sdk): Use canonical lowercase org ID ai-agent-assembly
2 parents 9e52123 + 9a1103e commit 978da67

14 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/quality-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
files: ./coverage/lcov.info
5656
flags: unittest
5757
name: node-sdk-coverage
58-
slug: AI-agent-assembly/node-sdk
58+
slug: ai-agent-assembly/node-sdk
5959
fail_ci_if_error: false
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
verbose: true

.github/workflows/release-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# is published. So `gh release download` is guaranteed to find the
9090
# assets on the first try — no retry needed.
9191
gh release download "$RELEASE_TAG" \
92-
--repo AI-agent-assembly/agent-assembly \
92+
--repo ai-agent-assembly/agent-assembly \
9393
--pattern "aasm-*.tar.gz" \
9494
--dir bin-staging
9595
ls -la bin-staging/

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "agent-assembly-spec"]
22
path = agent-assembly-spec
3-
url = https://github.com/AI-agent-assembly/agent-assembly-spec.git
3+
url = https://github.com/ai-agent-assembly/agent-assembly-spec.git
44
branch = master

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment and start hacking on the Node.js SDK for Agent Assembly.
1515
### Clone and install
1616

1717
```bash
18-
git clone https://github.com/AI-agent-assembly/node-sdk.git
18+
git clone https://github.com/ai-agent-assembly/node-sdk.git
1919
cd node-sdk
2020
pnpm install
2121
pnpm build

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# @agent-assembly/sdk
22

33
[![npm version](https://img.shields.io/npm/v/@agent-assembly/sdk.svg)](https://www.npmjs.com/package/@agent-assembly/sdk)
4-
[![CI](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)
4+
[![CI](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)
55
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
6-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=AI-agent-assembly_node-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=AI-agent-assembly_node-sdk)
7-
[![codecov](https://codecov.io/gh/AI-agent-assembly/node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/AI-agent-assembly/node-sdk)
6+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ai-agent-assembly_node-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ai-agent-assembly_node-sdk)
7+
[![codecov](https://codecov.io/gh/ai-agent-assembly/node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ai-agent-assembly/node-sdk)
88

99
TypeScript/Node.js SDK for Agent Assembly, licensed under Apache 2.0.
1010

@@ -14,7 +14,7 @@ TypeScript/Node.js SDK for Agent Assembly, licensed under Apache 2.0.
1414
> the `alpha` dist-tag. The public surface (`initAssembly`, `withAssembly`) is stabilizing
1515
> but **may change between alpha releases**, and per-platform native packaging is still
1616
> being hardened. Pin an exact version for reproducible installs and review the
17-
> [release notes](https://github.com/AI-agent-assembly/node-sdk/releases) before upgrading.
17+
> [release notes](https://github.com/ai-agent-assembly/node-sdk/releases) before upgrading.
1818
> Production deployments should track the first `0.1.0` release.
1919
2020
```bash
@@ -232,21 +232,21 @@ across all SDKs.
232232

233233
| Project | What it is |
234234
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
235-
| [agent-assembly](https://github.com/AI-agent-assembly/agent-assembly) | Core Rust runtime — gateway, policy engine, proxy, eBPF, CLI (`aasm`). The protocol specification lives here. |
235+
| [agent-assembly](https://github.com/ai-agent-assembly/agent-assembly) | Core Rust runtime — gateway, policy engine, proxy, eBPF, CLI (`aasm`). The protocol specification lives here. |
236236
| [Documentation site](https://ai-agent-assembly.github.io/agent-assembly-docs/) | Canonical, cross-repo documentation for the whole platform. |
237-
| [python-sdk](https://github.com/AI-agent-assembly/python-sdk) | Sibling SDK for Python. |
238-
| [go-sdk](https://github.com/AI-agent-assembly/go-sdk) | Sibling SDK for Go. |
239-
| [Release notes](https://github.com/AI-agent-assembly/node-sdk/releases) | Per-version changelog for this package. |
240-
| [Organization profile](https://github.com/AI-agent-assembly) | Index of every Agent Assembly repository and its status. |
237+
| [python-sdk](https://github.com/ai-agent-assembly/python-sdk) | Sibling SDK for Python. |
238+
| [go-sdk](https://github.com/ai-agent-assembly/go-sdk) | Sibling SDK for Go. |
239+
| [Release notes](https://github.com/ai-agent-assembly/node-sdk/releases) | Per-version changelog for this package. |
240+
| [Organization profile](https://github.com/ai-agent-assembly) | Index of every Agent Assembly repository and its status. |
241241

242242
## Support & security
243243

244244
- **Questions and bug reports** — open an issue on the
245-
[node-sdk issue tracker](https://github.com/AI-agent-assembly/node-sdk/issues). Include
245+
[node-sdk issue tracker](https://github.com/ai-agent-assembly/node-sdk/issues). Include
246246
your Node.js version, OS/arch, and the SDK version (`pnpm why @agent-assembly/sdk`).
247247
- **Security vulnerabilities** — please do **not** file a public issue. Report privately
248248
via the repository's
249-
[security advisories](https://github.com/AI-agent-assembly/node-sdk/security/advisories)
249+
[security advisories](https://github.com/ai-agent-assembly/node-sdk/security/advisories)
250250
page so a fix can be coordinated before disclosure.
251251
- **Contributing** — see [CONTRIBUTING.md](./CONTRIBUTING.md) for environment setup, the
252252
adapter-authoring guide, and the test/commit conventions.

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dual build is produced.
4343
## Core runtime
4444

4545
`@agent-assembly/sdk` is a client of the Agent Assembly core runtime
46-
([agent-assembly](https://github.com/AI-agent-assembly/agent-assembly)) and speaks the
46+
([agent-assembly](https://github.com/ai-agent-assembly/agent-assembly)) and speaks the
4747
shared wire protocol to the gateway. The release process keeps the two aligned: each SDK
4848
release bumps the main package **and** the four `@agent-assembly/runtime-*` packages to the
4949
same version, and the `aasm` runtime binaries inside those packages are taken from the

docs/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sidebar_position: 1
66
# Introduction
77

88
Welcome to the developer documentation for **`@agent-assembly/sdk`** — the TypeScript
9-
and Node.js SDK for [Agent Assembly](https://github.com/AI-agent-assembly).
9+
and Node.js SDK for [Agent Assembly](https://github.com/ai-agent-assembly).
1010

1111
This site is the long-form companion to the GitHub repository
12-
[`AI-agent-assembly/node-sdk`](https://github.com/AI-agent-assembly/node-sdk). The
12+
[`ai-agent-assembly/node-sdk`](https://github.com/ai-agent-assembly/node-sdk). The
1313
repository's `README.md` covers installation and a quickstart; this site goes deeper into
1414
architecture, configuration, framework integration, and the auto-generated API reference.
1515

@@ -30,9 +30,9 @@ architecture, configuration, framework integration, and the auto-generated API r
3030

3131
## Beyond this SDK
3232

33-
- [agent-assembly](https://github.com/AI-agent-assembly/agent-assembly) — the core Rust
33+
- [agent-assembly](https://github.com/ai-agent-assembly/agent-assembly) — the core Rust
3434
runtime and the home of the protocol specification.
3535
- [Canonical documentation site](https://ai-agent-assembly.github.io/agent-assembly-docs/)
3636
— cross-repo platform documentation.
37-
- [Organization profile](https://github.com/AI-agent-assembly) — every Agent Assembly
37+
- [Organization profile](https://github.com/ai-agent-assembly) — every Agent Assembly
3838
repository and its status.

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Both paths resolve a `v*.*.*` tag and reject anything that is not SemVer.
3232
## Steps
3333

3434
1. Download the `aasm-<rust-target>.tar.gz` assets from the **matching**
35-
`AI-agent-assembly/agent-assembly` GitHub Release.
35+
`ai-agent-assembly/agent-assembly` GitHub Release.
3636
2. Stage each binary into the corresponding `packages/runtime-*/bin/aasm` by Rust target:
3737
`x86_64-unknown-linux-gnu → runtime-linux-x64`, `aarch64-unknown-linux-gnu →
3838
runtime-linux-arm64`, `x86_64-apple-darwin → runtime-darwin-x64`,

native/aa-ffi-node/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/aa-ffi-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515
# `rev`); advisory preflight arrives transitively via its default `preflight`
1616
# feature. AAASM-2559 will formalize a published/pinned distribution + a
1717
# standalone-build CI smoke check on the agent-assembly side.
18-
aa-sdk-client = { git = "https://github.com/AI-agent-assembly/agent-assembly.git", rev = "9cf8a033d39c870ba46a0929b62261d125a00a09", package = "aa-sdk-client" }
18+
aa-sdk-client = { git = "https://github.com/ai-agent-assembly/agent-assembly.git", rev = "9cf8a033d39c870ba46a0929b62261d125a00a09", package = "aa-sdk-client" }
1919
napi = { version = "3", default-features = false, features = ["napi8", "tokio_rt", "serde-json"] }
2020
napi-derive = "3"
2121
serde_json = "1"

0 commit comments

Comments
 (0)