+3
-3
@@ -105,3 +105,3 @@ #!/usr/bin/env node | ||
| description: | ||
| "Pull your local token usage, compute your SigRank yield, and compare your efficiency against the leaderboard. Shows your class tier (Burner/Builder/10xer) and where you rank.", | ||
| "Pull your local token usage, compute your SigRank yield, and compare your efficiency against the leaderboard. Shows your class tier (ARCH+ to IGNITER) and where you rank.", | ||
| arguments: [], | ||
@@ -195,3 +195,3 @@ }, | ||
| description: | ||
| "The yield cascade formula and all derived metrics: Υ (Yield = Cache Reads × Output / Input²), SNR (signal-to-noise), Leverage (Cr/I), Velocity (O/I), 10xDEV score, and class tier thresholds (Burner / Builder / 10xer).", | ||
| "The yield cascade formula and all derived metrics: Υ (Yield = Cache Reads × Output / Input²), SNR (signal-to-noise), Leverage (Cr/I), Velocity (O/I), 10xDEV score, and class tier thresholds (8-tier experience ladder, see class-tiers.md).", | ||
| mimeType: "text/markdown", | ||
@@ -203,3 +203,3 @@ }, | ||
| description: | ||
| "Definitions and thresholds for the three SigRank operator classes: Burner (raw volume), Builder (balanced efficiency), and 10xer (cascade-optimized). Includes the yield ranges that define each tier.", | ||
| "Definitions and thresholds for the eight SigRank operator class tiers (ARCH+ through IGNITER) plus the TRANSMITTER peak badge. See class-tiers.md for the full ladder.", | ||
| mimeType: "text/markdown", | ||
@@ -206,0 +206,0 @@ }, |
@@ -52,3 +52,3 @@ # SigRank MCP Server | ||
| - Real-time leaderboard feed from signalaf.com | ||
| - Operator class tier display (Burner / Builder / 10xer) | ||
| - Operator class tier display (8-tier experience ladder: ARCH+ to IGNITER) | ||
| - Per-window breakdowns (7d / 30d / 90d / all-time) | ||
@@ -55,0 +55,0 @@ - Keyboard-driven — no mouse needed |
+1
-1
| { | ||
| "name": "sigrank", | ||
| "version": "0.0.199", | ||
| "version": "0.0.200", | ||
| "author": "SunrisesIllNeverSee (https://github.com/SunrisesIllNeverSee)", | ||
@@ -5,0 +5,0 @@ "description": "SigRank MCP server — the yield cascade + live leaderboard as MCP tools any agent can call", |
@@ -20,10 +20,6 @@ # SigRank Scoring Formula | ||
| ## Class Tier Thresholds | ||
| ## Class Tiers | ||
| | Tier | Yield Range | Profile | | ||
| |------|-------------|---------| | ||
| | **Burner** | Υ < 1.0 | Raw volume — high input, low cache reuse, brute-force output | | ||
| | **Builder** | 1.0 ≤ Υ < 10.0 | Balanced — moderate cache, decent output efficiency | | ||
| | **10xer** | Υ ≥ 10.0 | Cascade-optimized — high cache reads, minimal input, efficient output | | ||
| Class tiers are based on **total tokens accumulated**, not yield ranges. The 8-tier experience ladder (descending: ARCH+, ARCH, POWER, BASE, SEEKER, REFINER, BEARER, IGNITER) measures operator progression. TRANSMITTER is a separate peak badge (K.00), not a ladder tier. See `class-tiers.md` for the full ladder and thresholds. | ||
| The formula is deterministic and computed locally. No network calls needed for scoring. |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
639544
-0.01%