From f675bb1722f0c23d31a00ef997af0e7952d02423 Mon Sep 17 00:00:00 2001 From: codewithwan Date: Fri, 17 Jul 2026 00:45:12 +0700 Subject: [PATCH] docs: put the self-portrait where its words make sense MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit banner.gif says 'hi! welcome to awan' and 'npm i @codewithwan/awan'. That's a project introducing itself and telling you how to install it — which is the terminal section's whole subject, and had nothing to do with the footer it was sitting in. It reads as a caption now instead of a leftover: same engine, same workflow you would use, this repo's real stars and version, redrawn nightly. If it breaks, it breaks in public. --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index de6397a..d9e25c2 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,18 @@ The banner is a side effect: awan is a character engine first, and the same character runs in a terminal, reacts to your shell, and can be embedded by any CLI that can spawn a process. +

+ awan introducing awan and its install command, with this repo's own live numbers +

+ +

+ + That's awan introducing awan — his own welcome, his own install line, and + this repo's real stars and version, redrawn every night by the same workflow + you'd use. If it ever breaks, you'll see it here first. + +

+ ```sh npx @codewithwan/awan demo # try it, no install (needs Node) npm i -g @codewithwan/awan # npm → prebuilt binary @@ -230,19 +242,5 @@ MIT OR Apache-2.0, at your option. --- -

- awan introducing awan, with this repo's own live numbers -

- -

- - And that one is awan describing awan — same engine, same workflow, this - repo's own stars and version, redrawn every night. If it ever breaks, you'll - see it here first. - -

- ---- - Heritage: the engine began as `idl pet` (Go) inside the [IDCloud](https://idcloud.app) CLI; awan is its standalone, embeddable second life.