Skip to content

Commit 6ddc943

Browse files
Lukas Geigerclaude
andcommitted
Add banner SVG and modernize README headers
- Add assets/banner.svg (band-aid/plaster motif, 1200x340 SVG) - Prepend banner image to README.md and README.de.md with modern header layout - Add 1-line tagline and additional badges (Python, License, Platform) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56e7fa3 commit 6ddc943

3 files changed

Lines changed: 243 additions & 4 deletions

File tree

README.de.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
<img src="assets/banner.svg" width="100%" alt="CareCenter for Codex — Codex-App gesund halten" />
2+
13
# CareCenter for Codex
24

3-
[![CareCenter tests](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml/badge.svg)](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml)
5+
> Inoffizielles lokales Windows-Tray- und CLI-Werkzeug, das die OpenAI-Codex-Desktop-App gesund hält — repariert fehlgeschlagene Starts, entfernt hängende Reste und wartet die SQLite-Logdatenbank sicher. Vollständig offline, keine Telemetrie.
46
5-
CareCenter for Codex ist ein inoffizielles lokales Windows-Tray- und CLI-Werkzeug, das die OpenAI-Codex-Desktop-App gesund hält. Es repariert fehlgeschlagene Starts, entfernt hängende Reste und wartet Codex' lokale SQLite-Logdatenbank sicher. Alles läuft offline und ohne Telemetrie.
7+
[![CareCenter tests](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml/badge.svg)](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml)
8+
[![Python](https://img.shields.io/badge/Python-3.12+-blue.svg)](https://www.python.org/)
9+
[![Lizenz](https://img.shields.io/badge/Lizenz-MIT-yellow.svg)](LICENSE)
10+
[![Plattform](https://img.shields.io/badge/Plattform-Windows-lightgrey.svg)](https://github.com/dev-bricks/CareCenter-for-Codex)
611

712
Englische Dokumentation: [README.md](README.md)
813

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
<img src="assets/banner.svg" width="100%" alt="CareCenter for Codex — Keep your Codex app healthy" />
2+
13
# CareCenter for Codex
24

3-
[![CareCenter tests](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml/badge.svg)](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml)
5+
> Unofficial Windows tray & CLI utility that keeps the OpenAI Codex desktop app healthy — repairs failed starts, removes hung leftovers, and safely maintains the local SQLite log database. Fully offline, no telemetry.
46
5-
CareCenter for Codex is an unofficial local Windows tray and CLI utility for keeping the OpenAI Codex desktop app healthy. It repairs failed starts, removes hung leftovers, and safely maintains Codex's local SQLite log database. Everything runs offline and without telemetry.
7+
[![CareCenter tests](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml/badge.svg)](https://github.com/dev-bricks/CareCenter-for-Codex/actions/workflows/tests.yml)
8+
[![Python](https://img.shields.io/badge/Python-3.12+-blue.svg)](https://www.python.org/)
9+
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
10+
[![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey.svg)](https://github.com/dev-bricks/CareCenter-for-Codex)
611

712
German documentation: [README.de.md](README.de.md)
813

assets/banner.svg

Lines changed: 229 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)