From e153f10561e08d6554549f13e6a9c9c29bd71ee1 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 22 Apr 2026 00:29:24 +0800 Subject: [PATCH] docs: add commit granularity rule for entry changes One entry per commit when adding or deleting, but format or wording changes across entries can be bundled. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 7210cc41..38928e9b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -34,4 +34,5 @@ Use PyPI package name as display name. If not on PyPI, use the GitHub repo name. - Alphabetical ordering within categories is mandatory. - Quality over quantity. Only "awesome" projects. - One project per PR. +- One entry per commit when adding or deleting entries. Format, wording, or categorization changes across multiple entries may be bundled in a single commit. - README.md is the single source of content truth.