@windyroad/connect 0.3.1-preview.43 → 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 +1 -1
- package/skills/setup/SKILL.md +9 -4
package/package.json
CHANGED
package/skills/setup/SKILL.md
CHANGED
|
@@ -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 (
|
|
18
|
-
giving the next instruction. If any step has
|
|
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.
|