fix: no ring for a container category such as uncategorized - #200
Merged
Conversation
Publishers file under "uncategorized", "blog" and "general" by default, so those tags rank high among category-sourced topics and the first real seed made rings of them. A ring of "uncategorized" is a ring of anything. A short stoplist of container tags is skipped when ranking ring topics; the empty rings already made for them are dropped by the next seed, as any ring whose topic no longer qualifies and has nobody active is. Curate-ring script added for a ring assembled by hand. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XYae2mH3khdwiXUVzcVMDw
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.
No ring for a container category
Follow-up to #199. The category ranking produced rings named
uncategorizedandblog: default tags publishers file under, not subjects.RING_TOPIC_STOPLIST(uncategorized, general, misc, blog, posts, feed, default and the like) is skipped intopRingTopics; the next seed drops the empty rings made for them through the existing stale-ring rule. Test extended.packages/db/scripts/curate-ring.mjsadded: make or extend a curated ring from feed slugs, idempotent (used for the Profullstack ring).🤖 Generated with Claude Code
https://claude.ai/code/session_01XYae2mH3khdwiXUVzcVMDw