@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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wardx/core",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Runtime-agnostic Wardx engine for metrics, events, logs, Remote Config, and experiments.",
5
5
  "keywords": [
6
6
  "wardx",