Wish SSH Code Review Quick Reference | Issue Type | Reference | |------------|-----------| | Server setup, middleware | references/server.md | | Session handling, security | references/sessions.md | Review gates Run these in order when producing a written review. Do not claim a defect in a later step until the Pass when for the current step is satisfied for the code under review. 1. Locate Wish entry points — Pass when: you have at least one repo path per server surface that calls , , registers , or defines the top-level chain (list the paths explicitly). 2. Capture server-setup evidence — Pa…