docs: fix doc drift in pending_signature_queue_len#3271
Conversation
The dual-map drain refactor (#3232) removed the legacy→new migration that the original comment described, so the "post-upgrade pushes drain it into the head of the new queue" reasoning no longer holds. The view itself is still correct for sandbox use — only the *why* needed a tweak. Co-Authored-By: Barak Einav <barakeinav@gmail.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR fixes documentation drift for the sandbox-only pending_signature_queue_len view method, clarifying that it only consults the fan-out map and is authoritative for fresh sandbox state.
Changes:
- Updates the method comment to remove the outdated claim that post-upgrade pushes drain legacy entries into the new queue.
- Clarifies the legacy map is intentionally not consulted by this sandbox helper.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pull request overviewThis PR fixes doc drift in the Changes:
Reviewed changesPer-file summary
FindingsNo blocking or non-blocking issues. The new wording is consistent with ✅ Approved |
closes #3270