@weave_protocol/domere 1.2.1 → 1.2.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ Part of the [Weave Protocol Security Suite](https://github.com/Tyox-all/Weave_Pr
23
23
  npm install @weave_protocol/domere
24
24
  ```
25
25
 
26
- ## 🚀 Quick Start: 16-Agent Orchestration
26
+ ## 🚀 Quick Start: Agent Orchestration - Default agent limit is 10 (configure as needed).
27
27
 
28
28
  ```typescript
29
29
  import { Orchestrator } from '@weave_protocol/domere';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weave_protocol/domere",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "The Judge Protocol - Thread identity, intent verification, and blockchain anchoring",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",