diff --git a/README.md b/README.md index 33134d4..88be6c0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# rac-sdk +# AsDecided SDK -Non-Python **language SDKs** for [RAC](https://github.com/itsthelore/rac-core) +Language SDKs for [AsDecided Core](https://github.com/asdecided/core) (requirements-as-code) — thin clients over the engine's stable `--json` contracts, one subdir per language. Per ADR-092 (one repo per concern, subdir per member) this is the single home for the language clients; per ADR-063 each -client shells out to the installed `rac` CLI and reimplements none of the +client delegates to the installed native CLI and reimplements none of the engine. -The **Python SDK is not here** — its public surface *is* `rac.__all__`, shipped -inside the engine package in `rac-core` (ADR-062). +The retired Python engine is not part of this repository. A future Python +client belongs here as a thin SDK member rather than as a second engine. ## Members @@ -20,7 +20,7 @@ Further languages (for example `go/`) land as sibling subdirs. ## History -`ts/` is the former **`itsthelore/rac-sdk-ts`** repository, moved here with its +`ts/` is the former **`asdecided/rac-sdk-ts`** repository, moved here with its history preserved (ADR-092 convergence). The repository name changed; the **published npm package name is unchanged — `@itsthelore/rac-sdk`** — so existing consumers are unaffected. New work on the TypeScript client happens under diff --git a/ts/package.json b/ts/package.json index 038410d..80811bb 100644 --- a/ts/package.json +++ b/ts/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/itsthelore/rac-sdk-ts.git" + "url": "https://github.com/asdecided/sdk.git", + "directory": "ts" }, "engines": { "node": ">=18"