feat(read): 为大消息增加确定性省略 (#89) - #98
Merged
Merged
Conversation
实现 #89:read-range/read-page 默认省略超大单条消息,保留 seq/role/timestamp 与 query 证据 span,并输出结构化 elision metadata。
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
read-range/read-page默认对超大单条消息做确定性省略seq/role/timestamp/session锚点;有 query 时优先around_query,否则head_tailelisionmetadata;--max-message-chars可调预算,0关闭find/evidenceRead在有 query 时带上--query,方便后续 around_queryskill-packages/sherlog的 CLI / JSON contractTest plan
npm run check(32 files / 222 tests)ee242b2Closes #89
Mainline intent:
int_6650b5ae