From 403ac732fefb203ea81ad516abc56cc70eab387a Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Thu, 9 Jul 2026 02:07:17 +0200 Subject: [PATCH] docs: refine README header with a centered logo lockup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the plain # Kagan h1 (which GitHub underlines) with a centered logo-over-title lockup: the Kagan mark inside an

with a
to the name, a one-line tagline, and the Docs · Quickstart links. Drop both horizontal rules from the header and the trailing rule at the bottom. The logo uses an absolute raw.githubusercontent URL so it also renders on the npm package page, where relative paths break. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41ae046..11b890f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# Kagan +

+ Kagan
+ kagan +

-[Docs](https://docs.kagan.sh/) · [Quickstart](https://docs.kagan.sh/quickstart/) +

Supervised kanban for AI coding agents inside OpenCode.

+ +

+ Docs · Quickstart +

--- @@ -32,10 +39,8 @@ Pass options by using the array-of-array form, or open `/kagan-settings` from th ## Docs -Full documentation lives in [`docs/`](https://docs.kagan.sh/). +Documentation is available in [`docs/`](https://docs.kagan.sh/). ## License [MIT](LICENSE) - ----