feat(capture): file a link card when a page cannot be read - #96
Merged
Merged
Conversation
Contributor
Author
|
Rig verification, live against the local model ( Blocked page - The entry is built from the sender's own words. Previously this was a silent ❌ or an entry summarising the Cloudflare challenge page. Recipe - tier 1, JSON-LD, 968 chars, no LLM guessing at the page: Shell page - Log lines: Tests: 648 framework, 2165 stacklets, both green. The 5 fixtures under |
A pasted link that a site refuses to serve produced either a silent failure or an entry summarising a consent banner. Fetched pages are now classified before anything is filed, and a page that cannot be read still files as a link card carrying the text the sender wrote with it. The chat reply names the obstacle: bot protection, sign-in, consent wall, paywall, or a page with no text. Recipes are read from the page's own structured data, so quantities and steps come from the publisher rather than from a summary. Application shell pages whose subject appears in the URL are answered from the URL. Refs docs/design/web/plan.md (phase 1).
arthware-dev
force-pushed
the
feat/web-capture-gate
branch
from
September 16, 2026 08:50
a44548a to
56781e9
Compare
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.
A pasted link that a site refuses to serve used to become either a silent failure or a wiki entry summarising a cookie banner. Every fetched page is now classified before anything is filed, and a blocked link still files as a link card carrying whatever the sender wrote around it.
The chat reply names the obstacle (bot check, sign-in, consent wall, paywall, no text) instead of "couldn't read that link". Recipes come from the page's own JSON-LD, so quantities are the site's rather than a summary's.
Phase 1 of
docs/design/web/plan.md. Re-validation of the spike findings, including one reversal, is recorded in that doc.