Skip to content

Commit e72372a

Browse files
author
SuperCLI Dev
committed
docs: fix stale metrics and inconsistencies across documentation files
- Remove duplicate npm test command in CONTRIBUTING.md setup section - Update PLUGIN_STANDARDS.md phase completion metrics to reflect current plugin counts (5,046 plugins, 72 char avg description, 807 short remaining) - Fix package.json description count from 4,000+ to 5,000+ to match README - Remove orphaned sentence in docs/plugins-how-to.md between sections These changes fix documentation that contains outdated numbers, duplicated instructions, and inconsistent tool counts that could confuse contributors.
1 parent c80b176 commit e72372a

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ npm install
3838
# Copy environment configuration
3939
cp .env.example .env
4040

41-
# Run tests to verify setup
42-
npm test
43-
44-
# Note: lint and typecheck commands are not configured in this project
4541
# Run tests to verify setup
4642
npm test
4743
```

PLUGIN_STANDARDS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ Before submitting a new plugin, ensure:
137137
## Phase Completion
138138

139139
**Phase 1 (Metadata):** ✓ Complete
140-
- All 1,179 plugins have proper source URLs
140+
- All plugins have proper source URLs
141141

142142
**Phase 2 (Descriptions):** ✓ Complete
143-
- All 105 short descriptions enhanced
144-
- Avg description: 90 characters
145-
- Quality score: 100%
143+
- Short descriptions enhanced
144+
- Avg description: 72 characters (target: 80+)
145+
- ~807 remaining short descriptions (<30 chars)
146146

147-
**Phase 3 (Automation):**Next
147+
**Phase 3 (Automation):**In Progress
148148
- CI/CD pipeline for quality enforcement
149149
- Community contribution guidelines
150150
- Automated validation on pull requests

docs/plugins-how-to.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ supercli plugins doctor my-plugin
9393

9494
---
9595

96-
Learn how to create plugin harnesses that turn any CLI into a supercli harness.
97-
9896
## What is a Plugin Harness?
9997

10098
A **plugin harness** bridges supercli to an external CLI tool. It allows supercli to:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superacli",
33
"version": "1.31.4",
4-
"description": "4,000+ tools. One CLI. Zero configuration.",
4+
"description": "5,000+ tools. One CLI. Zero configuration.",
55
"license": "MIT",
66
"main": "server/app.js",
77
"bin": {

0 commit comments

Comments
 (0)