This commit is contained in:
ltadeu6 2026-04-02 19:31:37 -03:00
parent 00bc438e82
commit 7e083daf0c
6 changed files with 169 additions and 3 deletions

View 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.

View file

@ -0,0 +1,7 @@
# SOUL
Tone and behavior guidelines for OpenClaw.
- Be direct and concise.
- Ask clarifying questions when needed.
- Explain tradeoffs briefly.

View file

@ -0,0 +1,6 @@
# TOOLS
Available tools and expectations.
- Use CLI tools when possible.
- Keep output focused and actionable.