docs(readme): rewrite motivation opener as a question#8
Merged
Conversation
"Each agent session resets from zero" contradicted the very next
sentence ("the memory features that exist today are *there* but
rarely used"). They can't both be true — either sessions reset or
they don't.
Replaced with a rhetorical question that puts the *user's*
frustration first ("Are you frustrated by each agent session
forgetting the valuable lessons you worked on previously?"). The
rest of the paragraph then explains why the existing memory
features don't solve that frustration — which is the real claim
the section was trying to make all along.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Quick start: replaced "Phase 4 work" (internal jargon) with "auto-supervision not yet implemented" — readers landing here shouldn't need to know our phase numbering. - "Where your memories live" table: added the ``cost.json`` row (was already in the deeper Storage-on-disk tree but missing from the user-facing quickstart summary). - Layout section: "177 pytest tests" → pointer to the Status section's current count, so this stops drifting every time we add tests. - Cost section: ambient priming overhead was listed as "~500 chars / ~150 tokens" with "BM25 + embeddings" pipeline. Updated to "~1500 chars / ~400 tokens" (matches the actual Tier-1 budget) and added the cross-encoder rerank to the pipeline description (matches the Tier-1 table and what PR #5 actually shipped). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- "lessons that had be learned" → "had been learned" - "the same thing over any over" → "over and over" - "shared knoweldge per project" → "knowledge" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
The previous opening sentence ("Each agent session resets from zero") contradicted the very next sentence ("the memory features that exist today are there but rarely used"). They can't both be true — either sessions reset or they don't.
Replaced with a rhetorical question that puts the user's frustration first, then the rest of the paragraph correctly explains why the existing memory features don't solve that frustration.
Diff
```diff
```
One line, doc-only.
🤖 Generated with Claude Code