docs: přidat pravidlo o nepředkládání kódu do CLAUDE.md

This commit is contained in:
2026-07-12 20:45:53 +02:00
parent 21efddc1a0
commit 222df46c47
+7
View File
@@ -2,6 +2,13 @@
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Working style
- During code review and code discussions, do NOT present ready-made code
proposals or concrete snippets. Limit yourself to advice and recommendations
(what is wrong, why, and the direction of the fix). Only write concrete code
when the user explicitly asks for it.
## Project
`kostky` is a Czech-language terminal CLI game — a Farkle/"tisícovky" dice game variant for multiple players. Single runtime dependency: `tabulate` (for the final results table).