docs: retire IntelligentContext from README and installation guide#1445
Open
bhavyachopra99 wants to merge 2 commits into
Open
docs: retire IntelligentContext from README and installation guide#1445bhavyachopra99 wants to merge 2 commits into
bhavyachopra99 wants to merge 2 commits into
Conversation
README and installation.mdx still marketed IntelligentContext and RollingWindow history-dropping after PR-B1 moved the pipeline to live-zone-only compression. Replace with the current story: compress new bytes, preserve frozen prefix, never drop history. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
PR governanceThis PR follows the template and is marked ready for human review. |
JerrettDavis
approved these changes
Jun 26, 2026
JerrettDavis
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the README and installation guide updates. The active-feature language now matches the live-zone pipeline and keeps IntelligentContext/RollingWindow only as retirement context. Docs-only change with green governance checks; ready from my side.
3 tasks
# Conflicts: # README.md # docs/content/docs/installation.mdx
JerrettDavis
approved these changes
Jul 2, 2026
JerrettDavis
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the post-merge docs diff. The README and installation guide still describe the current live-zone compression behavior accurately: fresh bytes/new turns are compressed, frozen prefixes stay cache-stable, and IntelligentContext/RollingWindow are only mentioned as retired history-dropping behavior. Docs-only change; no blocker.
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.
Description
Public README and installation guide still marketed IntelligentContext and score-based history dropping after PR-B1 retired those stages in favor of live-zone-only compression. This updates the two first-touch docs so new users see the current pipeline: compress fresh tool output and new turns only; frozen prefix preserved; history never dropped.
Closes #1444
Type of Change
Changes Made
Testing
pytest)ruff check .)mypy headroom)Test Output
Real Behavior Proof
docs/retire-intelligentcontext-readmein/Users/bhavya/Desktop/Headroom-upstreamrg -n 'IntelligentContext' README.md docs/content/docs/installation.mdxandrg -n 'live-zone|Live-zone' README.md docs/content/docs/installation.mdx; read updated README pipeline section and installation.mdx core-package blurbnpm run buildin docs/)Review Readiness
Checklist
Additional Notes
Wiki still has extensive IntelligentContext docs — out of scope here; follow-up tracked in #1444. CHANGELOG N/A (docs-only, no release note required).