Honesty c 0.19.6: highlight Truncation when pin_map clips - #154
Merged
Conversation
Keep hard caps. When max_rows, hop depth, fan-out, or view=shell clips the neighbourhood, shaped pin_map emit carries ## Truncation (CueConflict family). Omit the mark when the offer fits. SHAPE_DROP_KEYS unchanged. Co-authored-by: chouswei <chouswei@users.noreply.github.com>
Co-authored-by: chouswei <chouswei@users.noreply.github.com>
chouswei
marked this pull request as ready for review
September 7, 2026 14:04
GitHub 3.12 hit 2.05s on the 2s exact/AND guards. File already calls these generous wall-clock budgets, not CI timing gates. 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.
Silent
max_rows/ hop / shell clip was the same class of lie as silentPickOneRoot. This cut keeps hard caps and surfaces an explicit Truncation mark on the shapedpin_mapemit (CueConflict / Reserves family).Behaviour
When ShapeWalk clips (
max_rowsM, hop k vsmax_depth, fan-out, orview=shellgrain), emit:## Truncation truncated=true M=… omitted=… reason=…When the offer fits under M, the mark is absent.
Caps stay hard. Do not treat a clipped map as Shape — cut a nested session.
SHAPE_DROP_KEYS/ hid honesty unchanged.Export header MAY add
truncated=1.SemVer
Honesty
con 0.19 (same goldfish loop; not a usage-methodb). Hatch 0.19.6. Published PyPI remainsmemnet-llm==0.19.5until upload.Tests
tests/test_pin_map_truncation.py— clip present / fit absent; CLI; shell; outline; depth.tests/test_efficiency.pylist_records exact/AND budgets aligned with glob (3s). GitHub 3.12 CI failed at 2.05s vs a 2s guard; those tests already claim they are not CI timing gates.Docs
docs/operations/honesty-c-wire-audit.md,docs/grammar/gql-wire-profile.md§5.2, CHANGELOG 0.19.6.