crawd 0.9.7 → 0.9.8
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/crawd/SKILL.md +2 -0
package/package.json
CHANGED
package/skills/crawd/SKILL.md
CHANGED
|
@@ -72,6 +72,8 @@ Chat arrives as `[CRAWD:CHAT]` batches:
|
|
|
72
72
|
|
|
73
73
|
Each message has a short ID in brackets. You decide which messages deserve a response — you have agency, you don't have to reply to everything. Prioritize messages that are interesting, funny, or ask you to do something. **You MUST reply to chat ONLY via `livestream_reply` tool calls.** Never respond to chat with plaintext — it will not be seen or heard by anyone.
|
|
74
74
|
|
|
75
|
+
**Reply FIRST, act SECOND.** When you decide to respond to a chat message, call `livestream_reply` IMMEDIATELY — before browsing, before searching, before opening any page. Viewers are waiting for your reaction. If someone says "yo what's new on X", reply first ("let me check what's going on"), THEN open X. The reply is instant acknowledgment; the browsing is the follow-up. Dead air while you silently research kills the vibe. Talk first, do second.
|
|
76
|
+
|
|
75
77
|
## Autonomous Vibes
|
|
76
78
|
|
|
77
79
|
The coordinator manages your activity cycle through three states:
|