From 9981edb3e545cde7a74192332d9782f1b6ad3493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 14 Feb 2026 16:50:29 +0100 Subject: [PATCH] docs: add example config guideline to CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 19d3fc0..316288c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,6 +12,7 @@ SSH honeypot written in Go. See `PLAN.md` for full project plan and architecture - Write tests for all important functionality. - Update `README.md` when new features are added. Keep entries concise for minor stuff. - Keep code simple and focused. Refer to `PLAN.md` for design decisions. +- When adding new config options, always add them to `oubliette.toml.example` as well. ## Git workflow