Point the answer at the page, because the drawing cannot be relied on - #214
Merged
Conversation
Tested in both clients, which is the thing that had never been done: the image reaches the MODEL everywhere -- ChatGPT said plainly "yes, I see it as a radar diagram" -- and reaches the PERSON almost nowhere. ChatGPT renders no <img> at all; claude.ai renders it, but inside a collapsed tool block, two clicks away. So "images work in chat" was true of the protocol and false of the person, and a picture can be a bonus but never the carrier. The words already carry the answer. What they lacked was somewhere to look. `resonance_discover` now returns `see_on_the_page`: the person's own radar on the page, with the match selected -- /people?thought=<mine>&select=<theirs>, a deep link the page has supported all along. Every match row carries its own. The sentence ends with it. Live data, every client, one click, and from there the person can ask for an introduction. Nobody is sent to an empty page: with no matches there is nothing drawn, so there is no link. A deployment with no canonical origin emits none either -- a half-built URL sends a person nowhere. The bridge learns its origin the way the notifier already does, from the runtime, which now resolves it once at build time. `allowed_origins` is a set and cannot say which of several hosts is canonical, and this deployment serves two -- a link to the wrong one lands a person where their session is not. 696 tests OK, both gates pass with gold unedited. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested in both clients — the thing that had never actually been done.
<img>in the page at allSo "images work in chat" was true of the protocol and false of the person. A picture can be a bonus; it can never be the carrier.
What changes
The words already carried the answer. What they lacked was somewhere to look.
resonance_discovernow returnssee_on_the_page— the person's own radar on the page with the match selected,/people?thought=<mine>&select=<theirs>, a deep link the page has supported all along. Every match row carries its own, and the sentence ends with it:Live data, every client, one click — and from there the person can ask for an introduction.
What it does not do
allowed_originsis a set and cannot say which of several hosts is canonical — and this deployment serves two, so a link to the wrong one lands a person where their session is not.🤖 Generated with Claude Code