docs(readme): rewrite first-screen copy with hook + positioning - #35
Merged
Conversation
Peefy
force-pushed
the
docs/readme-first-screen-rewrite
branch
2 times, most recently
from
September 11, 2026 02:55
dad4196 to
4f1539e
Compare
Replace the existing tagline and description paragraph on the README
first screen (English and Chinese) with a four-line rewrite:
- A one-line pain-point H1 ("Your agent forgets why it made decisions.")
- A one-line positioning subtitle ("The context layer for AI agents...")
- A category-defining sentence ("Context is the missing layer...")
- A differentiation line calling out the temporal/belief-revision
angle vs retrieval-only memory libs
Benchmark numbers, sections, and structure below the first screen
are unchanged. `pnpm format` reports "No fixes applied" — only
copy was rewritten.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Peefy
force-pushed
the
docs/readme-first-screen-rewrite
branch
from
September 11, 2026 02:56
4f1539e to
217f96f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.md: replace the existing tagline and description paragraph on the first screen with a four-line rewrite.README-zh.md: matching Chinese translation.The four new lines on top of the README are:
Your agent forgets why it made decisions. OpenContext fixes that.The context layer for AI agents — a temporal context graph, memory API, and self-evolving loop in one dependency.Context is the missing layer. Retrieval answers what happened. OpenContext answers how what happened became what is.Unlike memory libs that only retrieve, OpenContext keeps the why — temporal timelines, belief revision, and provenance.What did NOT change
## Benchmarks/## 基准测试sections — original 3-row table untouched.## Features/## 特性, Quick Start, Examples, "Why It Is Different", Architecture, Documentation, Contributing, License — all unchanged.pnpm formatreportsNo fixes applied— only copy was rewritten.Test plan
README.mdon a fresh tab and confirm the four new lines render above the badge block.README-zh.mdand confirm the Chinese translation matches.## Benchmarksstill shows the original 3-row table (LongMemEval-S / LoCoMo-V2 / BEAM @ 10M).🤖 Generated with Claude Code