docs: correct plugin counts and agnix rule count - #11
Merged
Conversation
plugins.json/skills.json out of sync with plugin repos: next-task counts wrong (10/3 → 8/1 agents/skills), ship agents 0 → 1, agnix rules 230 → 399. Also three hardcoded "230" references in index.astro updated to 399.
There was a problem hiding this comment.
Code Review
This pull request updates plugin metadata and documentation, most notably increasing the agnix lint rule count from 230 to 399 across multiple files. It also adjusts agent, skill, and command counts for the next-task and ship plugins. A review comment points out a data inconsistency where the skill count for next-task was decreased to 1 while the underlying data still reflects multiple skills.
next-task only ships 1 skill (discover-tasks). orchestrate-review and validate-delivery actually live in prepare-delivery. Move them under the correct plugin and add check-test-coverage plus prepare-delivery entries for completeness.
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
Why
Detected during workspace-wide repo-intel doc-drift scan.
Test plan
Data-only change.
Note
Low Risk
Low risk, data-only updates to displayed counts/marketing copy with no functional logic changes beyond adjusting the derived agent totals.
Overview
Updates marketplace/site metadata to reflect current plugin stats:
next-taskagent/skill/command counts are corrected,shipnow reports 1 agent, andagnixis updated from 230 to 399 lint rules.Propagates the 399 rule count to the homepage (
index.astro) stats, product card, and quick-start copy so displayed numbers match the JSON data.Reviewed by Cursor Bugbot for commit bdd87b0. Configure here.