docs: add example config guideline to CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 16:50:29 +01:00
parent 96172aec94
commit 9981edb3e5

View File

@@ -12,6 +12,7 @@ SSH honeypot written in Go. See `PLAN.md` for full project plan and architecture
- Write tests for all important functionality. - Write tests for all important functionality.
- Update `README.md` when new features are added. Keep entries concise for minor stuff. - 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. - 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 ## Git workflow