chore(honcho): trim PR-history narration from docs and tests

Remove "PR #14984 / #27371 / #1969" references and "the original key /
legacy / backwards-compatible / Port #N" narration from the honcho
plugin README, tests, and one stale code comment. These artefacts age
poorly: they describe how a change happened rather than what the code
does today, and they tax readers who weren't around for the original
work.

Also drop a dangling reference to scratch/memory-plugin-ux-specs.md in
__init__.py — the file isn't in the repo or git history.

No behaviour change.
This commit is contained in:
Erosika 2026-05-26 11:04:12 -04:00 committed by kshitij
parent 6feb2afd50
commit 939499beed
5 changed files with 40 additions and 59 deletions

View file

@ -157,12 +157,12 @@ class TestCmdStatus:
class TestCloneHonchoForProfile:
"""Regression tests for clone_honcho_for_profile identity-key carryover.
"""Identity-key carryover during profile cloning.
PR #27371 added userPeerAliases, runtimePeerPrefix, and pinPeerName as
host-scoped identity-mapping config. These keys must survive profile
cloning, otherwise a new profile silently fragments memory by resolving
gateway users to raw runtime IDs instead of operator-declared peers.
The host-scoped identity-mapping keys (``userPeerAliases``,
``runtimePeerPrefix``, ``pinPeerName``) must survive a clone; otherwise
the new profile silently fragments memory by resolving gateway users to
raw runtime IDs instead of operator-declared peers.
"""
def _setup_clone_env(self, monkeypatch, tmp_path, cfg):