@stdiobus/workers-registry 1.3.22 → 1.4.0-beta.0

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -39,7 +39,7 @@ stdio Bus kernel provides the core protocol and message routing infrastructure.
39
39
  graph TB
40
40
  Client[Client Application] -->|TCP/Unix Socket| Kernel[stdio Bus kernel]
41
41
  Kernel -->|NDJSON stdin/stdout| ACP[ACP Worker]
42
- Kernel -->|NDJSON stdin/stdout| Registry[ACP Registry Worker acp-registry]
42
+ Kernel -->|NDJSON stdin/stdout| Registry[ACP Registry Worker (acp-registry)]
43
43
  Kernel -->|NDJSON stdin/stdout| Echo[Echo Worker]
44
44
  Kernel -->|NDJSON stdin/stdout| Proxy[MCP-to-ACP Proxy]
45
45
 
@@ -737,7 +737,7 @@ echo '{"jsonrpc":"2.0","id":"1","method":"initialize","params":{"clientInfo":{"n
737
737
  docker stop stdiobus-acp-test && docker rm stdiobus-acp-test
738
738
  ```
739
739
 
740
- **Test ACP Registry Worker acp-registry:**
740
+ **Test ACP Registry Worker (acp-registry):**
741
741
  ```bash
742
742
  # Start stdio Bus with ACP Registry worker
743
743
  docker run \
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stdiobus/workers-registry",
3
- "version": "1.3.22",
4
- "description": "Worker implementations for stdio Bus protocol kernel - ACP, MCP, and protocol bridges",
3
+ "version": "1.4.0-beta.0",
4
+ "description": "Worker implementations for stdio Bus kernel - ACP, MCP, and protocol bridges",
5
5
  "type": "module",
6
6
  "main": "./out/dist/workers-registry/acp-worker/index.js",
7
7
  "types": "./out/tsc/workers-registry/acp-worker/src/index.d.ts",
@@ -81,7 +81,7 @@
81
81
  "bugs": {
82
82
  "url": "https://github.com/stdiobus/workers-registry/issues"
83
83
  },
84
- "homepage": "https://stdiobus.com/",
84
+ "homepage": "https://github.com/stdiobus/workers-registry#readme",
85
85
  "license": "Apache-2.0",
86
86
  "engines": {
87
87
  "node": ">=20.0.0"