docs: backfill the paged-lenses TIB and docs/ conventions - #53
Merged
Conversation
Backfills the design document for the paged-lens work that shipped in 07e49df and 0df02a9, plus the docs/README.md describing the naming scheme, TIB frontmatter, and section spine those documents follow. Docs only; no source or test changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 887be369a9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Ten `src/foo.ts:42` references in the paged-lenses TIB were written against a different tree than the `0.0.12` baseline its filename declares, so following them landed on unrelated code. Recalculated against `2cd71df`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
jonator
approved these changes
Aug 28, 2026
jonator
left a comment
Contributor
There was a problem hiding this comment.
Has a pretty claude-ish tone but LGTM
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.
Docs-only. Extracted from #52, whose code half was closed — so the doc backfill never landed.
Adds two files:
docs/000012-tib-paged-lenses-partial-results.md— the design document for the paged-lens work that shipped in07e49dfand0df02a9: RETURN mode deleted, the(U[] results, uint256[] skipped)lens contract and its four clauses, the client fill loop, and the decision to respond in the shape the policy'sabideclares. Written against the0.0.12tree, so itssrc/foo.ts:42references resolve there, not againstmain.docs/README.md— the conventions for this directory: theNNNNNN-<kind>-<slug>.mdfilename, the version-as-baseline rule, TIB frontmatter (landedpresent only once work ships), the fixed section spine, and the Notes/Derivation split.The index table lists only the document included here; the two
000016rows from the original branch would have been broken links. The illustrative000016-*filenames inside the format examples are left as-is — they're format illustrations, not links.No source or test changes.
🤖 Generated with Claude Code