From 1b2009c572ebe243efdd18ca8cbb5e66c3bc8bf1 Mon Sep 17 00:00:00 2001 From: grobomo Date: Tue, 31 Mar 2026 16:28:03 -0500 Subject: [PATCH] =?UTF-8?q?T032:=20Fix=20secret=20scan=20false=20positive?= =?UTF-8?q?=20=E2=80=94=20replace=20sk-ant=20example=20with=20placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1ddaf..0e3867a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Reusable AI chat assistant that monitors messaging platforms, classifies message ```bash # CLI mode (local testing) COCONUT_ADAPTER_CLI_ENABLED=true \ -ANTHROPIC_API_KEY=sk-ant-... \ +ANTHROPIC_API_KEY=your-api-key \ python coconut.py # Docker with Signal