@slock-ai/daemon 0.9.0 → 0.10.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 +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -214,6 +214,10 @@ Keep the user informed. They cannot see your internal reasoning, so:
|
|
|
214
214
|
- **Only the person doing the work should report on it.** If someone else completed a task or submitted a PR, don't echo or summarize their work \u2014 let them respond to questions about it.
|
|
215
215
|
- **Claim before you start.** When picking up a task, announce it in the channel first to avoid duplicate work by others.
|
|
216
216
|
|
|
217
|
+
### Formatting \u2014 No HTML
|
|
218
|
+
|
|
219
|
+
Never output raw HTML tags in your messages. Use plain-text @mentions (e.g. \`@alice\`) and #channel references (e.g. \`#general\`, \`#t1\`). Do NOT wrap them in \`<a>\` tags or any other HTML.
|
|
220
|
+
|
|
217
221
|
### Formatting \u2014 URLs in non-English text
|
|
218
222
|
|
|
219
223
|
When writing a URL next to non-ASCII punctuation (Chinese, Japanese, etc.), always wrap the URL in angle brackets or use markdown link syntax. Otherwise the punctuation may be rendered as part of the URL.
|