mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
9f9ba32370
* docs: synchronize plugin/agent/skill counts (closes #517)
Live counts are 80 local plugins (81 incl. external git-subdir),
185 agents, 153 skills, 100 commands. Six docs were stale:
- marketplace.json metadata.description: 79/184/150 -> 80/185/153
- docs/plugins.md: 78 plugins (77 local) -> 81 plugins (80 local)
- docs/agents.md: 184 agents -> 185
- docs/agent-skills.md: 150 skills / 37 plugins -> 153 skills / 40 plugins
- docs/architecture.md: 79 plugins, 99 agents, 150 skills -> 81/185/153
- docs/usage.md: 150 skills, 79 plugins -> 153 skills, 80 plugins
Companion to 159ce68 which fixed README.md and CLAUDE.md.
* docs: fix model distribution sums + plugins.md framing
CodeRabbit follow-up on PR #522:
- docs/agents.md model distribution table summed to 99 (42+39+18) but
the header now says 185 agents. Recounted from frontmatter:
opus 54, sonnet 62, haiku 20, inherit 49 = 185. Added the missing
Inherit row.
- docs/architecture.md model distribution table had the same stale
42/39/18 sum; updated to 54/62/20/49 and renamed "Two-Tier" to
"Four-Tier" since Inherit is now load-bearing.
- docs/architecture.md "average plugin size: 3.4 components" → 5.5,
matching (185 + 153 + 100) / 80.
- docs/plugins.md headline reframed from "81 ... 80 local + 1 external"
to "80 ... plus 1 externally-hosted" to match the GEMINI.md
path-based rule (catalog headline counts local plugins).