aibroker 0.50.0 → 0.50.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -481,7 +481,7 @@ Addressing is explicit: `hub:machine-b/session:abc` routes through the bridge to
|
|
|
481
481
|
| [task-manager-as-interface.md](docs/task-manager-as-interface.md) | Todoist as the front door to AI: what it feels like, what it will not do |
|
|
482
482
|
| [todoist.md](docs/todoist.md) | Todoist inbound channel: webhook setup, routing, security model, the comment mirror |
|
|
483
483
|
| [channels.md](docs/channels.md) | The model every inbound path shares — read first for anything inbound |
|
|
484
|
-
| [inbound.md](docs/inbound.md) | Generic `POST /hook/<route>` endpoint |
|
|
484
|
+
| [inbound.md](docs/inbound.md) | Generic `POST /hook/<route>` endpoint, and subscribing a session to a repository's issues |
|
|
485
485
|
| [outbound.md](docs/outbound.md) | Acting in external systems through a platform's own actions |
|
|
486
486
|
| [mailbox.md](docs/mailbox.md) | Durable per-session queue and confirmed delivery |
|
|
487
487
|
| [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 |
|