Self-host AI Builder feeds and add conference videos - #5
Open
beforeload wants to merge 6 commits into
Open
Conversation
Generate X, blog, and podcast JSON via GitHub Actions and publish them on the feeds branch so Zero Tab no longer depends on Follow Builders. Co-authored-by: Cursor <cursoragent@cursor.com>
Filter skip/nav junk, strip entity-escaped HTML in summaries, and clean Cursor card titles so the AI Brief shows real article headlines. Co-authored-by: Cursor <cursoragent@cursor.com>
Subscribe to the YouTube RSS sources in the AI Brief so recent talk uploads surface alongside blogs and podcasts. Co-authored-by: Cursor <cursoragent@cursor.com>
workflow_dispatch from a feature branch can publish with that branch's sources and generator. Co-authored-by: Cursor <cursoragent@cursor.com>
Filter jina markdown junk, clean link/image syntax, and use tweet text as the card title. Co-authored-by: Cursor <cursoragent@cursor.com>
Reject cleaned leftovers like "Name @handle [Aug 15](" and prefer structured full_text extraction over scraped profile markdown. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
feedsbranch (no Follow Builders dependency).workflow_dispatchto run feed generation from the triggering branch so feature-branch sources can be published before merge.Test plan
npm testpassesfeedsbranch updates (feed-x.json,feed-blogs.json,feed-podcasts.json,feed-videos.json)Made with Cursor