Burnmydays Claude Opus 4.8 (1M context) commited on
Commit ·
60ed68f
1
Parent(s): 17d4fa9
docs: importer step now includes getting it (clone -> cd -> run)
Browse filesPer owner: can't say "run ./sigrank" without saying how to get it. Step ① is
now the full clone -> cd -> ./sigrank (no install step; runs on system Python +
Node). README primary path matches.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -56,15 +56,17 @@ or four numbers →
|
|
| 56 |
## How to measure yourself
|
| 57 |
SigRank is **local-first** — the importer reads your usage on your own machine.
|
| 58 |
|
| 59 |
-
**1 — Primary: the local importer.**
|
|
|
|
| 60 |
|
| 61 |
```
|
|
|
|
|
|
|
| 62 |
./sigrank
|
| 63 |
```
|
| 64 |
|
| 65 |
`./sigrank --codex` for Codex, `./sigrank --all` for both. It runs `ccusage` for you,
|
| 66 |
computes your profile + Υ, and prints your board rank. **Nothing leaves your machine.**
|
| 67 |
-
Needs the repo + Python + [Node.js](https://nodejs.org) (for ccusage).
|
| 68 |
|
| 69 |
**2 — Backup: paste on the Space.** No repo? Run `ccusage` yourself and paste the JSON
|
| 70 |
into the **Clock Your Signal** box. Run **one command per provider** (Claude and Codex are
|
|
|
|
| 56 |
## How to measure yourself
|
| 57 |
SigRank is **local-first** — the importer reads your usage on your own machine.
|
| 58 |
|
| 59 |
+
**1 — Primary: the local importer.** Clone it once, then run it (no install step — it runs
|
| 60 |
+
on system Python + [Node.js](https://nodejs.org)):
|
| 61 |
|
| 62 |
```
|
| 63 |
+
git clone https://github.com/SunrisesIllNeverSee/moses-sigrank
|
| 64 |
+
cd moses-sigrank
|
| 65 |
./sigrank
|
| 66 |
```
|
| 67 |
|
| 68 |
`./sigrank --codex` for Codex, `./sigrank --all` for both. It runs `ccusage` for you,
|
| 69 |
computes your profile + Υ, and prints your board rank. **Nothing leaves your machine.**
|
|
|
|
| 70 |
|
| 71 |
**2 — Backup: paste on the Space.** No repo? Run `ccusage` yourself and paste the JSON
|
| 72 |
into the **Clock Your Signal** box. Run **one command per provider** (Claude and Codex are
|
app.py
CHANGED
|
@@ -366,32 +366,33 @@ def _build_demo():
|
|
| 366 |
with gr.Tab("Clock Your Signal"):
|
| 367 |
gr.Markdown("""### Clock your signal \u2014 local-first
|
| 368 |
|
| 369 |
-
**\u2460
|
| 370 |
-
|
|
|
|
| 371 |
```
|
|
|
|
|
|
|
| 372 |
./sigrank
|
| 373 |
```
|
| 374 |
`./sigrank --codex` for Codex \u00b7 `./sigrank --all` for both. It reads your usage on your
|
| 375 |
-
machine
|
| 376 |
-
nothing leaves your computer.** (Needs the repo + Python + Node.)
|
| 377 |
|
| 378 |
-
**\u2461 No
|
| 379 |
-
|
| 380 |
```
|
| 381 |
npx ccusage@latest claude --json
|
| 382 |
```
|
| 383 |
```
|
| 384 |
npx ccusage@latest codex --json
|
| 385 |
```
|
| 386 |
-
|
| 387 |
-
|
| 388 |
-
No JSON? Type four numbers in order: `input output cache_create cache_read`.
|
| 389 |
|
| 390 |
**\u2462 Read your profile** \u2014 archetype, cascade, full metrics, and your live board placement
|
| 391 |
appear right below.
|
| 392 |
|
| 393 |
-
**\u2463 (optional) Sign in with HuggingFace** to save your entry + session history
|
| 394 |
-
|
| 395 |
|
| 396 |
*Codex input is estimated (`*`): alone \u2192 AA 2:1 baseline; with a Claude profile \u2192 your own
|
| 397 |
Claude input:output ratio.*""")
|
|
|
|
| 366 |
with gr.Tab("Clock Your Signal"):
|
| 367 |
gr.Markdown("""### Clock your signal \u2014 local-first
|
| 368 |
|
| 369 |
+
**\u2460 Get the importer, then run it (the real path).** Paste these three lines into your
|
| 370 |
+
terminal \u2014 clone it once, then run it. No install step; it runs on your system Python +
|
| 371 |
+
[Node](https://nodejs.org):
|
| 372 |
```
|
| 373 |
+
git clone https://github.com/SunrisesIllNeverSee/moses-sigrank
|
| 374 |
+
cd moses-sigrank
|
| 375 |
./sigrank
|
| 376 |
```
|
| 377 |
`./sigrank --codex` for Codex \u00b7 `./sigrank --all` for both. It reads your usage on your
|
| 378 |
+
machine and prints your profile + \u03a5 + board rank. **Nothing leaves your computer.**
|
|
|
|
| 379 |
|
| 380 |
+
**\u2461 No terminal? Paste instead (the backup).** Run one of these, copy the JSON, drop it
|
| 381 |
+
in the box below:
|
| 382 |
```
|
| 383 |
npx ccusage@latest claude --json
|
| 384 |
```
|
| 385 |
```
|
| 386 |
npx ccusage@latest codex --json
|
| 387 |
```
|
| 388 |
+
\u26a0\ufe0f Run Claude and Codex **separately** \u2014 never bare `ccusage --json` (it merges every
|
| 389 |
+
agent and distorts the read). No JSON? Type four numbers: `input output cache_create cache_read`.
|
|
|
|
| 390 |
|
| 391 |
**\u2462 Read your profile** \u2014 archetype, cascade, full metrics, and your live board placement
|
| 392 |
appear right below.
|
| 393 |
|
| 394 |
+
**\u2463 (optional) Sign in with HuggingFace** to save your entry + session history. Without
|
| 395 |
+
login it's a live snapshot only.
|
| 396 |
|
| 397 |
*Codex input is estimated (`*`): alone \u2192 AA 2:1 baseline; with a Claude profile \u2192 your own
|
| 398 |
Claude input:output ratio.*""")
|