@windyroad/connect 0.3.5-preview.268 → 0.3.5-preview.273

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,6 +102,22 @@ in `.gitignore`.
102
102
  - **Private channel** — use a private Discord server or channel.
103
103
  - **Dedicated bot** — use one bot per developer, not a shared team bot.
104
104
 
105
+ ## Jobs to be Done
106
+
107
+ This plugin serves the [Jobs to be Done](../../docs/jtbd/) below. Per [ADR-051](../../docs/decisions/051-jtbd-anchored-readme-with-drift-advisory.proposed.md), the persona-grouped JTBD anchor is the canonical source of truth for the README's value framing.
108
+
109
+ ### Solo developer
110
+
111
+ - **[JTBD-004 Connect Agents Across Repos to Collaborate](../../docs/jtbd/solo-developer/JTBD-004-connect-agents.proposed.md)** — Claude Code sessions in different repos communicate via Discord with zero idle token cost, so a finding in repo-a can hand off to repo-b without manual relay.
112
+
113
+ ### Plugin developer
114
+
115
+ - **[JTBD-101 Extend the Suite with New Plugins](../../docs/jtbd/plugin-developer/JTBD-101-extend-suite.proposed.md)** — the cross-repo channel is a composition primitive other plugins can build on (e.g. cross-repo governance handoffs, distributed retrospectives).
116
+
117
+ ### Plugin user
118
+
119
+ - **[JTBD-302 Trust That the README Describes the Plugin I Just Installed](../../docs/jtbd/plugin-user/JTBD-302-trust-readme-describes-installed-behaviour.proposed.md)** — this README is anchored on current JTBD job IDs; drift between prose and shipped behaviour is detectable at retro time per ADR-051.
120
+
105
121
  ## Update
106
122
 
107
123
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/connect",
3
- "version": "0.3.5-preview.268",
3
+ "version": "0.3.5-preview.273",
4
4
  "description": "Connect Claude Code sessions across repos via Discord (experimental)",
5
5
  "bin": {
6
6
  "windyroad-connect": "./bin/install.mjs"