@abraca/orchestrator 2.4.0 → 2.5.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  Orchestrate simulated actors on an Abracadabra CRDT server for screen recording. Define a cast of actors, script their actions on a timeline, and run the scene — the orchestrator connects to the server and performs everything in real time while you record the dashboard.
4
4
 
5
+ ## Documentation
6
+
7
+ A structured, code-derived reference lives in [`docs/`](docs/) — the `define()` DSL,
8
+ the full actions reference, and the drift-corrected timeline / actor-auth runtime
9
+ model. This README is the hand-written guide; `docs/` is the source of truth for
10
+ exact behaviour.
11
+
5
12
  ## Installation
6
13
 
7
14
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abraca/orchestrator",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "CouShell commercial director — orchestrate simulated actors on Abracadabra for screen recording",
5
5
  "license": "MIT",
6
6
  "type": "module",