| name | tooling |
| description | Use when changing package management, workspace config, build scripts,
generated outputs, Turborepo/Lerna config, or local validation in aa-sdk.
|
| last_verified | "2026-05-21T00:00:00.000Z" |
Tooling
aa-sdk is a pnpm workspace on main (v5 SDK; graduated from v5.x.x) with
Turborepo for build/test graphs and Lerna for package versioning/publish. The
legacy v4 SDK lives on v4.x.x and only receives backports.
Rules
Evidence
package.json declares packageManager: pnpm@9.15.4 and root scripts.
pnpm-workspace.yaml lists templates/*, .vitest, halp, and packages/*.
turbo.json defines build and test task graph behavior.
lerna.json lists the four published packages and the current stable v5 version.