docs: rewrite README with compelling problem → solution narrative#149
Merged
docs: rewrite README with compelling problem → solution narrative#149
Conversation
Co-authored-by: dgenio <12731907+dgenio@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README with problem to solution narrative
docs: rewrite README with compelling problem → solution narrative
Mar 20, 2026
There was a problem hiding this comment.
Pull request overview
Rewrites README.md into a more narrative, persona-friendly introduction that frames the “context window problem”, explains contextweaver’s two-engine approach, and provides a copy‑paste quickstart plus trust/roadmap sections.
Changes:
- Adds a concrete “Problem → approaches → contextweaver solution” before/after framing with a link to
examples/before_after.py. - Documents the Context Engine (8 stages) and Routing Engine (4 stages) with an ASCII diagram and skimmable tables (integrations, trust signals, concepts, roadmap).
- Refreshes the Quickstart with a minimal agent loop and routing snippet.
added 5 commits
March 20, 2026 06:32
dgenio
pushed a commit
that referenced
this pull request
Mar 21, 2026
- Revert quickstart link to relative path (no version drift) - Remove stale stage-count fix claim from changelog (already in main via #149)
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 lacked a clear problem statement, before/after framing, and structure for different reader personas (evaluator, implementer, contributor). Rewrites it with a 10-section narrative arc from problem hook to roadmap.
Changes
536 tests · zero deps · deterministic · Python ≥ 3.10)examples/before_after.pydocs/architecture.md; explicit 8-stage Context Engine and 4-stage Routing Engine listsdocs/concepts.mdanddocs/architecture.mdAll 7 internal relative links verified valid.
Checklist
make cipasses locally (fmt + lint + type + test + example + demo)CHANGELOG.mdupdated under## [Unreleased]Notes for reviewers
Documentation-only change — no code touched. The "coming soon" framework integration entries deliberately link to no docs yet; those are scoped to separate issues per the original issue spec.
Original prompt
This section details on the original issue you should resolve
<issue_title>docs: rewrite README with compelling problem → solution narrative</issue_title>
<issue_description>## Problem Statement
The current README provides functional information but fails to:
Current README structure is: features → install → quickstart → CLI → examples → docs → dev
Missing elements:
Proposed Solution
Rewrite README.md with this structure:
1. Hero Section (30 seconds)
2. The Problem (1 minute read)
examples/before_after.pyshowing token bloat3. How contextweaver Solves It (2 minutes)
Visual: simple ASCII flow diagram (already exists in architecture.md, adapt it)
4. 10-Minute Quickstart (copy-paste ready)
Link to new
docs/quickstart.md(see separate issue #N) with:5. Framework Integration Examples (prominent section)
Link to new integration guides (see separate issues):
docs/integration_llamaindex.mddocs/integration_openai_adk.mddocs/integration_google_adk.mddocs/integration_pipecat.mddocs/integration_langchain.mdTable format:
6. Why Trust contextweaver? (evidence-based positioning)
7. Core Concepts (2-minute overview)
Extract from
docs/concepts.md:Link to full concepts doc for deep dive
8. CLI + Examples (current content, keep as-is)
Current CLI and examples table is good, keep it
9. Development (current content, keep as-is)
10. Roadmap (new section)
Acceptance Criteria
Scope Boundaries
In scope:
**Ou...
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.