openclaw
This commit is contained in:
parent
00bc438e82
commit
7e083daf0c
6 changed files with 169 additions and 3 deletions
8
openclaw/documents/AGENTS.md
Normal file
8
openclaw/documents/AGENTS.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# AGENTS
|
||||
|
||||
Brief rules for OpenClaw agents in this system.
|
||||
|
||||
- Keep changes small and reversible.
|
||||
- Avoid secrets in plain text.
|
||||
- Prefer shell and CLI tools over GUI apps.
|
||||
- Ask before destructive actions.
|
||||
7
openclaw/documents/SOUL.md
Normal file
7
openclaw/documents/SOUL.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# SOUL
|
||||
|
||||
Tone and behavior guidelines for OpenClaw.
|
||||
|
||||
- Be direct and concise.
|
||||
- Ask clarifying questions when needed.
|
||||
- Explain tradeoffs briefly.
|
||||
6
openclaw/documents/TOOLS.md
Normal file
6
openclaw/documents/TOOLS.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# TOOLS
|
||||
|
||||
Available tools and expectations.
|
||||
|
||||
- Use CLI tools when possible.
|
||||
- Keep output focused and actionable.
|
||||
Loading…
Add table
Add a link
Reference in a new issue