0.19.4 honesty c: nickname id off pin_map emit - #148
Merged
Conversation
Shaped pin_map omit property id on nodes and edges. Ranking still excludes nickname. Cue/find/match_nickname still look up a nickname. Co-authored-by: chouswei <chouswei@users.noreply.github.com>
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 4, 2026 03:52
This was referenced Sep 4, 2026
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
STM Prediction 3 generation half (OpenRouter
openai/gpt-4o-mini, MemNet @eff05dc8after #147) showed:pin_map(nickname propertyidon the wire): FAIL — 30/120 answer mismatches under hid / CREATE-order / nickname permutationid/hidfrom pin_map text, preserve order): PASS — 0/120Ranking is already fixed in #147. The remaining gauge leak is nickname-on-the-wire. Product lock: optional
idis a nickname only, not identity. Cue-by-name stays; identity-by-name does not.This is MemNet
a.b.chonestycon the 0.19 line (same usage method:cue → pin_map → mutate). Not a usage-methodb. Not 0.20. Not a SemVeraclaim.operatorCountstays 2. Caps stay hard. Norag_query. Do not dump (S).What changed
PinMapComposer/emit_node_shaped(..., include_nickname=False)omit nicknameidon nodes and edges (same effect asDROP_KEYS={id,hid}on the wire text). Hid already stays off.match_nicknamestill look up a nickname the agent cues by.pin_mapwire text;id:never appears when a nickname is set.docs/grammar/gql-wire-profile.md,docs/LLM-GUIDE.md) matches: nickname stays off pin_map emit.Proof
ruff check+ruff format --checkoverparts/common/memnet,parts/memnet-mcp/software,tests: passpytest: pass (3 skipped live-cabinet tests)