docs(agent): drop a fabricated issue reference

The `_micro_compact` docstring cited "#82483" for the resume double-load
problem. No such issue exists — the repository's highest number is 74323,
so the reference was invented rather than looked up.

The reasoning it was attached to is correct and stays: the session flush is
append-only, so an in-memory splice alone leaves the original rows active
and a resume loads both the summary and the messages it replaced. Only the
citation was wrong.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Michael Jordan 2026-07-29 15:16:09 -04:00 committed by kshitij
parent 214b5d8612
commit a72f898d0f

View file

@ -5303,7 +5303,7 @@ This compaction should PRIORITISE preserving all information related to the focu
NOTE: the in-memory splice alone is not persisted the subsequent
``_persist_session`` flush is append-only, so old DB rows stay
``active=1`` and a session resume double-loads both the summary and
the original exchanges (#82483). This method therefore also calls
the original exchanges. This method therefore also calls
``archive_and_compact`` on the session DB to soft-archive old rows
and insert the compacted set atomically.
"""