docs: lock anti-truncation + visible clip mark on pin_map - #153
Merged
Conversation
Prefer filter-out or high enough max_rows over hard truncate that drops FND/checklist/fundamentals. Engine M caps stay hard rejects. No package bump; honesty teach only. Co-authored-by: chouswei <chouswei@users.noreply.github.com>
chouswei
marked this pull request as ready for review
September 7, 2026 13:53
When ShapeWalk hits a hard cap and clips, the emit MUST mark it (CueConflict honesty family). Agents treat that Shape as incomplete. Wire-flag honesty c may follow in a sibling PR. Engine M stays hard. Co-authored-by: chouswei <chouswei@users.noreply.github.com>
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.
Why
User lock (2026-09-07):
pin_map/ Shape truncation is a major bug source. Prefer filter-out (drop news / tighten cue) or uncapped/high enoughmax_rowsover hard truncate that drops FND / checklist / fundamentals.Follow-up: MemNet must highlight when truncation happened, not only teach to avoid it. When ShapeWalk hits a hard cap (
max_rows/ hop / budget) and the offer is clipped, the emit MUST carry an explicit truncation signal — same honesty family as CueConflict (visible on the wire, not silent). Agents treat that as an incomplete Shape and never claim a complete extract.Honesty teach only. No package bump, no SemVer
a/b. Engine (M) caps stay hard rejects. Wire-flag honestycfor the emit token MAY land in a sibling PR; these docs describe the MUST even if implementation follows.What
docs/application-notes/README.md: filter-out preference and clipped-emit truncation signal (CueConflict family).docs/LLM-GUIDE.md: goldfish loop, ShapeWalk step, reading strategy, failure modes.docs/application-notes/system/llm-system-dev-multitask.md: parent/worker copy-slice + incomplete-Shape rule.Out of scope
Engine caps,
PinMapComposeremit token, SemVer, CHANGELOG package identity. Sibling honestycmay add the wire flag.