feat(studio): refine result feeds with signed SelectorsDocument and OpenAPI 3.1 - #1152
Draft
gildesmarais wants to merge 4 commits into
Draft
gildesmarais wants to merge 4 commits into
gildesmarais wants to merge 4 commits into
Conversation
gildesmarais
marked this pull request as draft
September 19, 2026 22:15
gildesmarais
marked this pull request as ready for review
September 20, 2026 09:38
gildesmarais
marked this pull request as draft
September 20, 2026 10:43
gildesmarais
force-pushed
the
feat/config-studio
branch
from
September 24, 2026 16:27
47c42a6 to
82aca53
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.
Summary
Token holders get a result-workspace config studio: validate / preview / suggest selectors, sign them into feed tokens, and generate via create. Flag-gated (
STUDIO_ENABLED), OpenAPI 3.1 contract, SPA on#/result(no#/refineroute).This is still one large feature PR (~125 files). The four commits are review layers, not four small PRs:
chore(dev)— local app against published Botasaurus (make up); independentfeat(security)—SelectorsDocument, signed feed tokens, html2rss pin; foundationfeat(api)— studio endpoints, OpenAPI 3.1, operator docs; depends on 2feat(frontend)— result-workspace UI + generated client; depends on 3Also pins
html2rssfor selector-sample / structured validation support, and adds host-side Botasaurus compose as a small first commit.Details
POST /api/v1/feeds/validate,/preview,/suggest_selectors; optionalselectorson createSTUDIO_ENABLEDis off (URL-only create stays open)AUTO_SOURCE_ENABLED(live fetch)SelectorsDocumentGET /api/v1advertisesinstance.studio.enabledTest plan
make ci-readyin Dev Container403; URL-only create still workshttp://127.0.0.1:4001/for create → result → refine → save