From eb14914168d4cd1d35e019d029f6ace3c7e45d34 Mon Sep 17 00:00:00 2001 From: bitWarrior <164793+bitWarrior@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:52:26 -0700 Subject: [PATCH] Add the project logo to the top of the README The README doubles as the PyPI long description, so the image is referenced by its absolute raw.githubusercontent URL rather than a repository-relative path, which would resolve to nothing on the project page. Verified through readme_renderer, the sanitizer PyPI actually runs: the img tag survives with its src, width and alt, and align="center" is preserved on the wrapper, so it renders centered on both GitHub and PyPI. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_0114gUUe4CxYr8W8oC95ffmD --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7abfe8d..5281a9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +

+ CodeSnake — semantic analysis for Python +

+ # CodeSnake [![CI](https://github.com/bitWarrior/codesnake/actions/workflows/ci.yml/badge.svg)](https://github.com/bitWarrior/codesnake/actions/workflows/ci.yml)