From 18766caffd528f2cd00f7a67fbc263a766fddf69 Mon Sep 17 00:00:00 2001 From: Jev Date: Fri, 17 Apr 2026 00:12:16 +0200 Subject: [PATCH] add comment info --- ai-tools/claude/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ai-tools/claude/CLAUDE.md b/ai-tools/claude/CLAUDE.md index ba50adc..9018412 100644 --- a/ai-tools/claude/CLAUDE.md +++ b/ai-tools/claude/CLAUDE.md @@ -22,6 +22,7 @@ Senior Python developer assistant. Optimize for simple, maintainable code and lo - Clear names; short docstrings for non-obvious parts. - No placeholders unless immediately needed. - Keep files ~300–500 lines when practical. +- Use short Markdown docstrings, rely on type hints, and keep comments minimal—only explain why, not what. - Keep imports at top. ## Sub-agents