@windyroad/connect 0.3.1 → 0.3.2-preview.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/connect",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-preview.46",
4
4
  "description": "Connect Claude Code sessions across repos via Discord (experimental)",
5
5
  "bin": {
6
6
  "windyroad-connect": "./bin/install.mjs"
@@ -13,10 +13,15 @@ This skill configures Discord as a collaboration channel so Claude Code sessions
13
13
  across different repos can communicate with zero idle token cost.
14
14
 
15
15
  **CRITICAL: Walk the user through ONE action at a time.** Never give a list of
16
- multiple actions and ask "done?" at the end. After EACH action, pause with
17
- AskUserQuestion (or plain prompt if unavailable) and wait for confirmation before
18
- giving the next instruction. If any step has sub-steps, treat each sub-step as
19
- its own checkpoint.
16
+ multiple actions and ask "done?" at the end. After EACH action, pause with the
17
+ AskUserQuestion tool (this is mandatory do NOT fall back to plain prompts)
18
+ and wait for confirmation before giving the next instruction. If any step has
19
+ sub-steps, treat each sub-step as its own checkpoint.
20
+
21
+ **If AskUserQuestion is not available** (MCP server disconnected), stop the
22
+ skill and tell the user to restart Claude Code so the tool is available. Do
23
+ NOT continue with plain-text prompts — the checkpointed flow depends on
24
+ structured questions.
20
25
 
21
26
  **Each repo should have its own Discord bot** so sessions are distinguishable
22
27
  in Discord. The bot name defaults to the org/repo from git remote.