chore: test against html2rss default strategy and migrate tooling to HTTPX - #324
Merged
Conversation
gildesmarais
marked this pull request as ready for review
September 5, 2026 23:29
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
Validates the curated configuration set against
html2rss's new:defaultrequest strategy (HTTPX) and updates curator tooling and documentation.Note
This PR is opened in Draft. Pending release of
html2rssgem with HTTPX, the Gemfile / Bundler dependencies reflect the experimental sibling integration.Highlights
.agents/skills/html2rss-config/scripts/add_configfrom Faraday to HTTPX.AGENTS.md,curation-verbs.md,pitfalls.md, andrepair.mdwith the generic:defaultstrategy terminology.spec/bin/validate_configs_spec.rbcovering schema failures and malformed YAML.Verification
make testpassed (2,336 examples, 0 failures).make validatepassed (231 configs validated successfully).