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.