aibroker 0.35.1 → 0.35.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -449,6 +449,7 @@ Addressing is explicit: `hub:machine-b/session:abc` routes through the bridge to
449
449
  | [inbound.md](docs/inbound.md) | Generic `POST /hook/<route>` endpoint |
450
450
  | [outbound.md](docs/outbound.md) | Acting in external systems through a platform's own actions |
451
451
  | [mailbox.md](docs/mailbox.md) | Durable per-session queue and confirmed delivery |
452
+ | [session-watchdog.md](docs/session-watchdog.md) | Keeping a long autonomous session running: one goal at a time, context rollover, and the failures that shaped it |
452
453
  | [audit.md](docs/audit.md) | What is recorded, and how to read it |
453
454
  | [mesh.md](docs/mesh.md) | Multi-machine mesh networking |
454
455
  | [ipc.md](docs/ipc.md) | IPC protocol and message format |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aibroker",
3
- "version": "0.35.1",
3
+ "version": "0.35.2",
4
4
  "description": "Platform-agnostic AI message broker — routes between user channels and AI backends",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",