From ffa5c16a930b88facf334b1f1ffa67e233ff7620 Mon Sep 17 00:00:00 2001 From: Steve Krenzel Date: Mon, 22 Dec 2025 02:37:41 -0800 Subject: [PATCH] [NO-TICKET] Clean up README heading structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the redundant centered "Intent" h1 heading since the logo already serves as the visual title. Replace it with a standard "# Overview" markdown heading to improve document structure and accessibility. This makes the README cleaner while maintaining proper semantic heading hierarchy for screen readers and markdown parsers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ca758..b727993 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Intent

-

Intent

+

An LLM-based Reranker Library That Explains Itself

npm version @@ -12,6 +12,8 @@ TypeScript

+## Overview + `intent` is an LLM-based reranker library that offers ranking, filtering, and choice all with explicit, inspectable reasoning. Unlike black-box models, `intent` generates an explanation alongside every score. This transparency allows for easier debugging and enables you to surface reasoning directly to users.