@rool-dev/sdk 0.12.1-dev.553ee28 → 0.12.1-dev.c95cbf9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Rool SDK
2
2
 
3
- TypeScript SDK for Rool, a persistent collaborative workspace for objects, AI-assisted editing, and per-space files.
3
+ TypeScript SDK for programmatic access to [Rool Machines](https://rool.dev) private AI computers holding objects, files, conversations, and memory, with AI-assisted editing built in.
4
+
5
+ > **Naming note:** the SDK predates the Rool Machine branding and calls a Machine a **space** (`createSpace`, `RoolSpace`, `/space/...` paths). The API keeps this legacy naming until v2; read "space" as "Machine" throughout.
4
6
 
5
7
  Core primitives:
6
8
 
7
- - **Spaces** — containers for objects, schema, metadata, conversations, collaborators, and files.
9
+ - **Spaces** — Machines: containers for objects, schema, metadata, conversations, collaborators, and files.
8
10
  - **Conversations** — independent interaction histories in a space.
9
11
  - **Objects** — JSON records addressed by object paths such as `/space/article/welcome.json`.
10
12
  - **Files** — user-visible files stored under `/rool-drive/...` through WebDAV.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rool-dev/sdk",
3
- "version": "0.12.1-dev.553ee28",
3
+ "version": "0.12.1-dev.c95cbf9",
4
4
  "description": "TypeScript SDK for working with Rool Spaces",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "type": "module",