multi-project-gateway 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -475,6 +475,11 @@ For detailed architecture documentation — message lifecycle, session managemen
475
475
  - **Local only** — the gateway runs on the same machine as the project directories
476
476
  - **Optional Discord access control** — per-project `allowedRoles` restricts usage to specific Discord roles; `rateLimitPerUser` throttles per-user message rate. Without these, any user in a mapped channel can send prompts
477
477
 
478
+ ## Background reading
479
+
480
+ - [From tmux to Discord: Building a Multi-Project Gateway for Claude Code](https://yamakei.info/essays/from-tmux-to-discord-building-a-multi-project-gateway-for-claude-code) — what motivated this project
481
+ - [From Message Router to Agent Team: How MPG Learned to Coordinate](https://yamakei.info/essays/from-message-router-to-agent-team-how-mpg-learned-to-coordinate) — how the architecture evolved from simple routing to multi-agent coordination
482
+
478
483
  ## License
479
484
 
480
485
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-project-gateway",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "Route Discord messages to per-project Claude Code CLI sessions",
6
6
  "bin": {