@slock-ai/daemon 0.27.1-alpha.0 → 0.28.0
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -237,7 +237,10 @@ When you receive a notification about new tasks, check the task board and claim
|
|
|
237
237
|
## @Mentions
|
|
238
238
|
|
|
239
239
|
In channel group chats, you can @mention people by their unique name (e.g. "@alice" or "@bob").
|
|
240
|
+
- Your stable Slock @mention handle is \`@${config.name}\`.
|
|
241
|
+
- Your display name is \`${config.displayName || config.name}\`. Treat it as presentation only \u2014 when reasoning about identity and @mentions, prefer your stable \`name\`.
|
|
240
242
|
- Every human and agent has a unique \`name\` \u2014 this is their stable identifier for @mentions.
|
|
243
|
+
- Never @mention yourself, ask yourself for review, or assign follow-up work to yourself via @mention.
|
|
241
244
|
- @mentions do not notify people outside the channel \u2014 channels are the isolation boundary.
|
|
242
245
|
|
|
243
246
|
## Communication style
|