From 5cb8e91a7bad7c3745b1e9dcda8d9c716b2b20f0 Mon Sep 17 00:00:00 2001 From: GRIVN Date: Sun, 6 Sep 2026 23:00:01 +0800 Subject: [PATCH] docs: center README headers and refresh project badges Center the title, language switcher, badges, and tagline in both READMEs. Add npm version, GitHub release, and stars badges without download counts, and remove the retired Go Report Card badge. Validated with make test, git diff --check, GitHub Markdown rendering, and live badge and relative-link checks. --- README.md | 18 +++++++++++------- docs/zh/README.md | 18 +++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a6301dd5..28df4225 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,20 @@ Mnemon Logo

-# Mnemon +

Mnemon

-**English** | [中文](docs/zh/README.md) +

English · 中文

-**LLM-supervised persistent memory for AI agents.** +

+ npm version + GitHub release + GitHub stars + Go 1.24+ + CI + License: Apache-2.0 +

-[![Go 1.24+](https://img.shields.io/badge/Go-1.24%2B-00ADD8?logo=go&logoColor=white)](https://go.dev/) -[![CI](https://github.com/mnemon-dev/mnemon/actions/workflows/ci.yml/badge.svg)](https://github.com/mnemon-dev/mnemon/actions/workflows/ci.yml) -[![Go Report Card](https://goreportcard.com/badge/github.com/mnemon-dev/mnemon)](https://goreportcard.com/report/github.com/mnemon-dev/mnemon) -[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE) +

LLM-supervised persistent memory for AI agents.

--- diff --git a/docs/zh/README.md b/docs/zh/README.md index 35737e60..9bb14eef 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -2,16 +2,20 @@ Mnemon Logo

-# Mnemon +

Mnemon

-[English](../../README.md) | **中文** +

English · 中文

-**LLM 智能体的持久记忆系统** — LLM 监督式、钩子集成、四图架构。 +

+ npm 版本 + GitHub 发布版本 + GitHub 收藏数 + Go 1.24+ + CI + 许可证:Apache-2.0 +

-[![Go 1.24+](https://img.shields.io/badge/Go-1.24%2B-00ADD8?logo=go&logoColor=white)](https://go.dev/) -[![CI](https://github.com/mnemon-dev/mnemon/actions/workflows/ci.yml/badge.svg)](https://github.com/mnemon-dev/mnemon/actions/workflows/ci.yml) -[![Go Report Card](https://goreportcard.com/badge/github.com/mnemon-dev/mnemon)](https://goreportcard.com/report/github.com/mnemon-dev/mnemon) -[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](../../LICENSE) +

LLM 智能体的持久记忆系统 — LLM 监督式、钩子集成、四图架构。

---