@wardx/core 0.1.4 → 0.1.5
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,13 @@ npm install @wardx/core
|
|
|
20
20
|
import { WardxCore, assignVariant, loadSdkDefaults } from '@wardx/core';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
> [!NOTE]
|
|
24
|
+
> **Agent skill.** Teach the agent the Node SDK (this engine lives inside it) with the [Skills CLI](https://skills.sh):
|
|
25
|
+
>
|
|
26
|
+
> ```bash
|
|
27
|
+
> npx skills add https://github.com/clasen/Wardx --skill wardx
|
|
28
|
+
> ```
|
|
29
|
+
|
|
23
30
|
## Design rules
|
|
24
31
|
|
|
25
32
|
- A measure call changes local memory only.
|