dashclaw 2.0.0 → 2.0.2

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 +2885 -2788
  2. package/package.json +7 -4
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.2",
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
  }