docs(skills): update curation workflow - #322
Merged
Merged
Conversation
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.
What changed
html2rss-configskill into a router: mode deltas live inreference/, quality gate stays inAGENTS.mdcuration-verbs.mddocumenting bare CLI/MCP verbs (inspect,recon,capture,test,apply,scrape) and stale-catalog recoveryscripts/add_config(automated create viarecon/capture) andscripts/html2rss_api.rb(gem facades)check_configto runvalidate+test(notfeed);register_botasaurusand paths stay onlib/html2rss/configs/batch_reconandprobe_rssto delegate to core CLI; simplifiedbatch.md,new.md,pitfalls.mdAGENTS.md/README.md: documentapplyas primary verb (feedis alias)Why
The html2rss gem renamed CLI/MCP verbs (dropped
_url/_configsuffixes). Skill docs and scripts still referenced old names and duplicated the quality gate. This aligns the configs-repo agent workflow with the frozen verb contract and reduces drift surface.Risk
add_configis new automation; manual fallback path unchangedcuration-verbs.md)Review map
.agents/skills/html2rss-config/reference/curation-verbs.md— verb table, journeys, MCP catalog-mismatch fix.agents/skills/html2rss-config/scripts/add_config— automated create path and topic validation.agents/skills/html2rss-config/scripts/check_config—testgolden path + fetch spec resolutionAGENTS.md— MCP section and quality-gate wordingValidation
master(flat-refactor commits dropped intentionally)make validate,make test