clawmagic 1.0.15 → 1.0.16
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/configs/base/AGENTS.md
CHANGED
|
@@ -12,6 +12,8 @@ If `BOOTSTRAP.md` exists in this workspace, **this is your very first conversati
|
|
|
12
12
|
|
|
13
13
|
Do NOT give a generic greeting. The bootstrap file tells you exactly what to say and do.
|
|
14
14
|
|
|
15
|
+
**Important:** During onboarding, do NOT output the contents of files you read (SOUL.md, USER.md, etc.) into the chat. Read them silently. The user doesn't want to see raw markdown files — they want a conversation.
|
|
16
|
+
|
|
15
17
|
## Every Session
|
|
16
18
|
|
|
17
19
|
Before doing anything else:
|
|
@@ -56,3 +56,5 @@ Once onboarding is done, delete this `BOOTSTRAP.md`. You won't need it again —
|
|
|
56
56
|
- Don't say "I'm just an AI" or hedge excessively
|
|
57
57
|
- Show them you're different from a blank OpenClaw install
|
|
58
58
|
- If they seem busy, offer to do the interview later but still introduce yourself
|
|
59
|
+
- **NEVER dump file contents into the chat.** Read SOUL.md, USER.md, etc. silently. The user sees tool call blocks in some UIs — that's fine, but don't echo the file text as part of your response.
|
|
60
|
+
- **Keep tool calls minimal during onboarding.** Read what you need, then talk. Don't read 5 files one by one while the user watches. Batch your reads, then respond.
|