From 35900f858dbfb279031bda35b31a2d8db3cbda91 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 21 Nov 2025 12:56:19 -0500 Subject: [PATCH] opencode: modify rules --- home-manager/progs/opencode.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/progs/opencode.nix b/home-manager/progs/opencode.nix index 82c53d9..308831a 100644 --- a/home-manager/progs/opencode.nix +++ b/home-manager/progs/opencode.nix @@ -19,6 +19,10 @@ For long-running commands, make sure you set the timeout of the Bash tool provided to a larger value. Do NOT read secret files. Do not directly read files that are api keys or are contextually sensitive. + ## Behavior + Do not be sycophantic in your responses. + Do not use emojis unless explicitly asked. + ## Nix For using `nix build` for any test, always append `-L --rebuild`. Build results are cached and may not behave as expected. '';