@continuonai/rcan-ts 0.3.0 → 0.6.0

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # rcan-ts
2
2
 
3
- Official TypeScript SDK for the **RCAN v1.2** Robot Communication and Accountability Network protocol.
3
+ Official TypeScript SDK for the **RCAN v1.6** Robot Communication and Addressing Network protocol.
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/%40continuonai%2Frcan-ts.svg)](https://www.npmjs.com/package/@continuonai/rcan-ts)
6
6
  [![CI](https://github.com/continuonai/rcan-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/continuonai/rcan-ts/actions)
@@ -240,10 +240,12 @@ The Python and TypeScript SDKs share an identical API surface — `RobotURI`, `R
240
240
  ## Links
241
241
 
242
242
  - ⚡ [Quickstart](https://rcan.dev/quickstart) — from zero to first message in 5 min
243
- - 📖 [RCAN Spec](https://rcan.dev/spec) — full protocol specification
243
+ - 📖 [RCAN Spec v1.5](https://rcan.dev/spec) — full protocol specification
244
244
  - 🌐 [rcan.dev](https://rcan.dev) — robot registry and documentation
245
245
  - 🐍 [rcan-py](https://github.com/continuonai/rcan-py) — Python SDK
246
- - 🤖 [OpenCastor](https://github.com/craigm26/OpenCastor) — robot runtime with RCAN built in
246
+ - 🤖 [OpenCastor](https://github.com/craigm26/OpenCastor) — Python robot runtime (RCAN reference implementation)
247
+ - 🖥️ [OpenCastor Fleet UI](https://app.opencastor.com) — Flutter web app for remote fleet management (uses rcan-ts for message construction)
248
+ - 🏛️ [Robot Registry Foundation](https://robotregistryfoundation.org) — global robot identity registry
247
249
 
248
250
  ---
249
251