From f40e6f38a0586bbf04287da155ebfea1d11c2fcd Mon Sep 17 00:00:00 2001 From: Rainxch Zed Date: Sat, 30 May 2026 21:11:51 +0500 Subject: [PATCH] docs: update tagline (continuous memory + self-improvement); drop emoji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap the header tagline to "Continuous memory + self-improvement for AI agents. Learns how you work, recalls it automatically, no commands. Claude Code & Codex." and remove the amnesia framing + the 🙏 emoji from the inspired-by note. Co-Authored-By: Claude Opus 4.8 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3986f0..b25e4ca 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ # komi-learn -**Your AI agent, minus the amnesia.** +**Continuous memory + self-improvement for AI agents.** Learns how you work, recalls it automatically, no commands. Claude Code & Codex. [![PyPI](https://img.shields.io/pypi/v/komi-learn)](https://pypi.org/project/komi-learn/) [![Python](https://img.shields.io/pypi/pyversions/komi-learn)](https://pypi.org/project/komi-learn/) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![CI](https://github.com/kurikomi-labs/komi-learn/actions/workflows/ci.yml/badge.svg)](https://github.com/kurikomi-labs/komi-learn/actions/workflows/ci.yml) -Today's agents start every session from zero — re-learning your preferences, re-deriving the same workarounds, repeating corrected mistakes. **komi-learn** fixes that: it quietly watches how you work, distills the durable lessons (your style, your stack, techniques that pan out) in the background, and reloads the relevant ones into every new session — **automatically, with no commands to type.** +**komi-learn** quietly watches how you work, distills the durable lessons (your style, your stack, techniques that pan out) in the background, and reloads the relevant ones into every new session — automatically, with no commands to type. One command to set up; then it just runs. -Works with **Claude Code** and **OpenAI Codex**. One command to set up; then it just runs. - -> Inspired by [Hermes Agent](https://github.com/nousresearch/hermes-agent)'s self-improvement loop — rebuilt to be model-agnostic, universal, and *shareable* (see the community pool below). Early days — feedback very welcome. 🙏 +> Inspired by [Hermes Agent](https://github.com/nousresearch/hermes-agent)'s self-improvement loop — rebuilt to be model-agnostic, universal, and *shareable* (see the community pool below). Early days — feedback very welcome. ---