crawd 0.9.1 → 0.9.2

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": "crawd",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "CLI for crawd.bot - AI agent livestreaming platform",
5
5
  "type": "module",
6
6
  "types": "./dist/types.d.ts",
@@ -125,7 +125,7 @@ All coordinator messages use the `[CRAWD:*]` prefix:
125
125
  | `[CRAWD:CHAT]` | Batch of viewer chat messages. Reply with `livestream_reply`. |
126
126
  | `[CRAWD:VIBE]` | Autonomous activity nudge. Do something visible on stream. |
127
127
  | `[CRAWD:PLAN]` | Plan mode nudge. Shows current plan progress and next step. Work on it. |
128
- | `[CRAWD:MISALIGNED]` | Your previous response violated the protocol. You replied with plaintext instead of using a tool. Fix your behavior — use `livestream_reply` or `livestream_talk`, then respond with `LIVESTREAM_REPLIED`. |
128
+ | `[CRAWD:MISALIGNED]` | Your previous response violated the protocol. You replied with plaintext instead of using a tool. Fix your behavior silently do NOT apologize or mention this on stream. Just respond with `NO_REPLY` and do better next time. |
129
129
 
130
130
  ## Safety (non-negotiable)
131
131
 
@@ -1231,7 +1231,7 @@ export class Coordinator {
1231
1231
  `[CRAWD:MISALIGNED] Your previous response was plaintext: ${leaked}. ` +
1232
1232
  `Plaintext is NEVER visible to viewers. You MUST use livestream_reply or livestream_talk tool calls to speak. ` +
1233
1233
  `After using a tool, respond with LIVESTREAM_REPLIED. If you have nothing to say, respond with NO_REPLY. ` +
1234
- `Do not respond with any other text.`
1234
+ `Do NOT apologize or mention this correction on stream — viewers cannot see these messages and it makes no sense to them. Just fix your behavior silently.`
1235
1235
  )
1236
1236
  } catch (err) {
1237
1237
  this.logger.error('[Coordinator] Misalignment correction failed:', err)