From 935a83b63c7cc524f66efc51766984c2781a8457 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 22 Apr 2026 01:00:40 +0800 Subject: [PATCH] docs: drop duplicate Entry Format block from CLAUDE.md Entry Guidelines already defers to CONTRIBUTING.md, so keeping a parallel Entry Format section here creates drift risk (and the placeholder text was already inconsistent). Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8313d7d0..fc03ac5b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -21,14 +21,6 @@ An opinionated list of Python frameworks, libraries, tools, and resources. Publi - **Makefile**: `make install`, `make build`, `make preview`, `make test`, `make fetch_github_stars`. - **pyproject.toml**: Uses `uv` for dependency management. Python >=3.13. -## Entry Format - -```markdown -- [project-name](https://github.com/owner/repo) - Description ending with period. -``` - -Use PyPI package name as display name. If not on PyPI, use the GitHub repo name. Use GitHub URLs when available. - ## Key Rules - Alphabetical ordering within categories is mandatory.