3ff759ad66
product-guidelines.md claimed send_result() was canonical and send() was removed. The reverse is true: send() is the live public API returning Result[str, ErrorInfo]; send_result exists only as a local var in _send_gemini_cli. Corrected the section and added a reconciliation note. Also fixed guide_ai_client.md send() signature to show -> Result[str] instead of -> str.