fix(registry): sync AI plugin feeds from Codex catalog#27
Conversation
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request enhances the plugin generation script by adding the ability to fetch plugin data from a remote upstream URL, while maintaining the local README as a fallback. It introduces several utility functions for normalizing plugin data, sorting entries with a pinned repository, and formatting marketplace entries. The review feedback suggests improving the robustness of repository and URL parsing by ensuring trailing slashes and '.git' suffixes are consistently handled during normalization and regex matching.
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
Code Review SummaryStatus: 4 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Other Observations (not in diff)None. Files Reviewed (4 files)
Reviewed by step-3.5-flash · 1,007,978 tokens |
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (3 files)
Reviewed by step-3.5-flash · 68,633 tokens |
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
Summary
Verification
Note: local HOL Guard blocked writing generated JSON artifacts. The repo workflow is expected to regenerate and push plugins.json and .agents/plugins/marketplace.json on this PR.