dashclaw 2.0.0 → 2.0.1

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/dashclaw.js +9 -1
  2. package/package.json +7 -4
package/dashclaw.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Full-featured agent toolkit for the DashClaw platform.
4
4
  * Zero-dependency ESM SDK. Requires Node 18+ (native fetch).
5
5
  *
6
- * 96+ methods across 22+ categories:
6
+ * 178+ methods across 30+ categories:
7
7
  * - Action Recording (7)
8
8
  * - Loops & Assumptions (7)
9
9
  * - Signals (1)
@@ -26,6 +26,14 @@
26
26
  * - Compliance Engine (5)
27
27
  * - Task Routing (10)
28
28
  * - Real-Time Events (1)
29
+ * - Evaluations (12)
30
+ * - Scorer Management (8)
31
+ * - Eval Runs (6)
32
+ * - Scoring Profiles (17)
33
+ * - Learning Analytics (6)
34
+ * - Behavioral Drift (9)
35
+ * - Prompt Management (12)
36
+ * - Feedback Loops (10)
29
37
  */
30
38
 
31
39
  class DashClaw {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dashclaw",
3
- "version": "2.0.0",
4
- "description": "Full-featured agent toolkit for the DashClaw platform. 178+ methods across 30+ categories for action recording, context management, session handoffs, security scanning, behavior guard, compliance, task routing, identity binding, organization management, webhooks, bulk sync, and more.",
3
+ "version": "2.0.1",
4
+ "description": "Full-featured agent toolkit for the DashClaw platform. 178+ methods across 30+ categories for governance and orchestration.",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -25,7 +25,6 @@
25
25
  "decision-infrastructure",
26
26
  "agent-toolkit",
27
27
  "dashclaw",
28
- "dashclaw",
29
28
  "action-recording",
30
29
  "context-management",
31
30
  "security-scanning"
@@ -39,5 +38,9 @@
39
38
  },
40
39
  "engines": {
41
40
  "node": ">=18.0.0"
42
- }
41
+ },
42
+ "dependencies": {},
43
+ "devDependencies": {},
44
+ "scripts": {},
45
+ "sideEffects": false
43
46
  }