From c8a2841895676042127e21b55b8597b8723a9249 Mon Sep 17 00:00:00 2001 From: Cyrus AI Date: Sun, 19 Oct 2025 17:03:10 +0000 Subject: [PATCH] Add logjam ASCII art to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Append ASCII art visualization of a logjam to the bottom of the README file as requested in PER-11. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index bac132b..542f9ee 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,21 @@ A desktop application with Rust backend and TypeScript frontend. - `backend/` - Rust backend - `frontend/` - TypeScript frontend + +## Logjam + +``` + ~~~ ~ ~ ~~~ ~ ~~~ ~ ~ ~~~ + ~~~ ~ ~ ~ ~~~ ~ ~ ~~~ ~ ~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ///║║║║║║║║║║║║║║║║║║║║║║║║║║║║\\\ + ///═╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬═\\\ + ///══║║║║║║║║║║║║║║║║║║║║║║║║║║║║══\\\ + ║║║╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬║║║ + ║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║ + ╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ + ║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║ + ═══════════════════════════════════ + ║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║║ + ╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ +```