Skip to content

Honesty c 0.19.6: highlight Truncation when pin_map clips - #154

Merged
chouswei merged 3 commits into
masterfrom
cursor/pin-map-truncation-honesty-ba7b
Sep 7, 2026
Merged

Honesty c 0.19.6: highlight Truncation when pin_map clips#154
chouswei merged 3 commits into
masterfrom
cursor/pin-map-truncation-honesty-ba7b

Conversation

@chouswei

@chouswei chouswei commented Sep 7, 2026

Copy link
Copy Markdown
Owner

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 shaped pin_map emit (CueConflict / Reserves family).

Behaviour

  • When ShapeWalk clips (max_rows M, hop k vs max_depth, fan-out, or view=shell grain), 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 c on 0.19 (same goldfish loop; not a usage-method b). Hatch 0.19.6. Published PyPI remains memnet-llm==0.19.5 until upload.

Tests

tests/test_pin_map_truncation.py — clip present / fit absent; CLI; shell; outline; depth.

tests/test_efficiency.py list_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.

Open in Web Open in Cursor 

cursoragent and others added 2 commits September 7, 2026 14:02
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
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>
@chouswei
chouswei merged commit 4b0c84b into master Sep 7, 2026
2 checks passed
@chouswei
chouswei deleted the cursor/pin-map-truncation-honesty-ba7b branch September 7, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants