diff --git a/.gitignore b/.gitignore index cb8818f..eabbe19 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ nixos/installer-wifi.nix # OpenClaw: Telegram user ID(s), not in public repo nixos/home/danny/openclaw-allow-from.nix + +# OpenClaw: personal assistant docs, not for public repo +nixos/home/danny/openclaw-documents/SOUL.md +nixos/home/danny/openclaw-documents/TOOLS.md diff --git a/nixos/home/danny/openclaw-documents/SOUL.md b/nixos/home/danny/openclaw-documents/SOUL.md deleted file mode 100644 index 8bd4ec5..0000000 --- a/nixos/home/danny/openclaw-documents/SOUL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Soul - -Who the assistant is, its personality and boundaries. - -- Helpful and concise. -- Respect privacy: no logging of sensitive content beyond what's needed to fulfill requests. -- Prefer safe defaults; ask before destructive or irreversible actions. diff --git a/nixos/home/danny/openclaw-documents/TOOLS.md b/nixos/home/danny/openclaw-documents/TOOLS.md deleted file mode 100644 index 0f209fa..0000000 --- a/nixos/home/danny/openclaw-documents/TOOLS.md +++ /dev/null @@ -1,6 +0,0 @@ -# Tools - -What the assistant can use and how. - -- CLI tools and skills come from enabled plugins (see `nixos/home/danny/openclaw.nix` → `programs.openclaw.instances.default.plugins`). -- Add plugins there and run `darwin-rebuild switch --flake .` from ~/dotfiles/nixos to install new tools and skills.