Conversation
Teingi
marked this pull request as ready for review
September 15, 2026 17:08
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.
Which issue or RFC does this PR close?
Introduces RFC 1619, building on #1489 (PreparedContext text assembly):
Rationale for this change
Coding tasks need both current code facts and historical constraints. This proposal lets
prepare_contextretrieve relevant code and deliver it with existing context under one budget, reducing repeated navigation
and manual context assembly.
What changes are included in this PR?
include_codepreparation option, a replaceable CodeGraph adapter, and one local Python repositoryconfigured per existing Scope, with shared byte and entry budgets.
capture, and task-based acceptance criteria.
adding Code Artifacts or business database tables.
Are there any user-facing changes?
Documentation only. The RFC proposes behavior and API changes; this PR does not implement them or require a
data migration.
How was this change tested?
make docs-test: passed on the final numbered documents, including website tests, link validation,compilation, and static export verification of 808 public pages.
examples, and diagram flow. Checked local links and the required content exclusions.
git diff --cached --check: passed..venv/bin/prek run -a: formatting and lint hooks passed.ty checkreports three unresolvedscripts.integration_guidance_*/scripts.evaluate_integration_guidanceimports intests/test_integration_guidance_evaluation.py. The same three errors were reproduced in an unmodifiedupstream checkout with the same Python environment. Only this known baseline check is skipped by the commit
hook.
AI usage statement
OpenAI Codex (GPT-6) assisted with drafting, translation, editing, and validation of these RFC documents.