Write up the proof of concept and expand the README - #3
Merged
Conversation
docs/proposal.md: the layering, where it sits relative to sitemap.ts, what was verified, where the humans stay in the loop, whether the corpus can enrich agent-browser directly, a friction log, and the PR sequence we would propose to Vercel. README and AGENTS.md become the real front door. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013FZAbWuynKT4NqXFMwtoBA Signed-off-by: Claude <noreply@anthropic.com>
This was referenced Sep 5, 2026
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.
Stack 3/3 — the write-up. Builds on #1 (package) and #2 (example). Internal review only for now; nothing goes to the Next.js or agent-browser repos until the team signs off.
What this changes
Adds
docs/proposal.mdand turns the stubREADME.mdandAGENTS.mdinto the real front door. The proposal covers: where this sits relative tositemap.ts, the layering, what was verified (with transcripts), where the humans stay in the loop, whether the corpus can enrich agent-browser directly, a friction log, and the PR sequence we would propose to Vercel.Why
Three projects meet here and a reviewer needs one picture of how they stack:
flowchart TB subgraph repo["in the repo"] corpus["<b>.sightmap/</b><br/>what the app <i>is</i>"] tools["<b>.sightkick/</b><br/>what the app <i>can do</i>"] end seed["sightmap-next seed"] -.routes.-> corpus loop["sightmap CLI + agent<br/>coverage loop"] -.curate.-> corpus human["a person keeps the tools that matter,<br/>ranks the journeys"] -.gate.-> tools corpus & tools --> build["sightmap-next build"] build --> served["/.well-known/sightmap.json<br/>/.well-known/sightkick.json<br/>/sightkick-runtime.js"] build --> init["webmcp.init.js"] served --> comp["<SightkickTools/>"] --> mc["document.modelContext<br/>native WebMCP"] init -- "--init-script" --> mc mc --> ab["agent-browser"] & chat["ChatGPT browser · Chrome"] feat["features/*.feature"] -- "agent, once" --> plans["plans/*.plan.json"] -- "run-plan" --> abThe
sitemap.tsquestion. Right for the served half (/.well-known/sightmap.jsonis to agents whatsitemap.xmlis to crawlers), wrong for the corpus, which the spec makes a curated authority. Hence seed / curate / publish, and a metadata file convention in Next.js only as a later RFC.Can the corpus enrich agent-browser directly? Its plugin protocol has four capabilities:
credential.read,browser.provider,launch.mutate,command.run. None touchsnapshot, so annotating the accessibility tree with component names needs an upstream change. What a plugin can do today:launch.mutateto auto-loadwebmcp.init.jswhen.sightmap/is present, andcommand.runto surfacesightmap snapshot/explainthrough agent-browser and its MCPdebugprofile. With Sightkick in the middle, most of the value arrives as tools andguidanceanyway, which agent-browser already consumes.Proposed sequence, after internal review: (1) agent-browser docs and a
webmcp-genaddendum, no code; (2)vercel/next.js/examples/with-sightmap-webmcp, which is #2 trimmed; (3) an RFC discussion for anapp/sightmap.yamlconvention; (4) two small Sightkick follow-ups (sightkick build --format init-script,--via agent-browser).Checklist
git commit -s)npm testpasses (docs only)🤖 Generated with Claude Code
https://claude.ai/code/session_013FZAbWuynKT4NqXFMwtoBA
Generated by Claude Code