Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down