Burnmydays Claude Opus 4.8 (1M context) commited on
Commit
17f5164
·
1 Parent(s): 60ed68f

docs: strip "her-style" phrasing -> "local-first"

Browse files

Remove any wording implying the build derives from another app. sigrank.py,
the sigrank launcher, and the internal docs now say "local-first".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (5) hide show
  1. FIXES.md +1 -1
  2. SCRATCHPAD.md +1 -1
  3. TODO.md +1 -1
  4. sigrank +1 -1
  5. sigrank.py +1 -1
FIXES.md CHANGED
@@ -29,7 +29,7 @@ Completed items are moved to the BOTTOM. Everything still TO DO is up top.
29
  - [ ] If chasing Codex $10k: do Codex commits AFTER repo is in the org
30
  (so attribution lands in the submitted location) — see CODEX.md
31
 
32
- ## NEXT BUILD — automatic importer (her-style, paste = backup)
33
  - [ ] Clean/sleek local importer that auto-reads ccusage (no paste). See SCRATCHPAD.md.
34
 
35
  ## VERIFY (run after every fix)
 
29
  - [ ] If chasing Codex $10k: do Codex commits AFTER repo is in the org
30
  (so attribution lands in the submitted location) — see CODEX.md
31
 
32
+ ## NEXT BUILD — automatic importer (local-first, paste = backup)
33
  - [ ] Clean/sleek local importer that auto-reads ccusage (no paste). See SCRATCHPAD.md.
34
 
35
  ## VERIFY (run after every fix)
SCRATCHPAD.md CHANGED
@@ -120,7 +120,7 @@ cd /Users/dericmchenry/Desktop/moses-sigrank
120
  ```
121
  Until those are set, the app runs on the hardcoded SEED fallback (still works).
122
 
123
- ## AUTO-INGEST — sigrank.py (her-style local importer, this session)
124
  - `sigrank.py` = local-first CLI. Auto-runs `ccusage --json` (or `--codex`/`--file`/stdin),
125
  computes via metrics.py, prints a sleek read + live board rank (db.load_operators → SEED fallback).
126
  - No paste, no token, 100% local. The hosted Space paste box stays as the backup.
 
120
  ```
121
  Until those are set, the app runs on the hardcoded SEED fallback (still works).
122
 
123
+ ## AUTO-INGEST — sigrank.py (local-first importer, this session)
124
  - `sigrank.py` = local-first CLI. Auto-runs `ccusage --json` (or `--codex`/`--file`/stdin),
125
  computes via metrics.py, prints a sleek read + live board rank (db.load_operators → SEED fallback).
126
  - No paste, no token, 100% local. The hosted Space paste box stays as the backup.
TODO.md CHANGED
@@ -92,4 +92,4 @@ README tags: `thousand-token-wood` `off-brand` `tiny-titan` `best-demo` `minicpm
92
  - [x] db.py — Supabase REST read + service-key upsert + session history, SEED fallback.
93
  - [x] FIX 1 persistence-boundary honesty · FIX 2 cost provenance · FIX 4 species/quadrant
94
  reframe · FIX 6 grid check.
95
- - [x] her-style local importer sigrank.py (auto-reads ccusage, paste = backup).
 
92
  - [x] db.py — Supabase REST read + service-key upsert + session history, SEED fallback.
93
  - [x] FIX 1 persistence-boundary honesty · FIX 2 cost provenance · FIX 4 species/quadrant
94
  reframe · FIX 6 grid check.
95
+ - [x] local-first importer sigrank.py (auto-reads ccusage, paste = backup).
sigrank CHANGED
@@ -1,5 +1,5 @@
1
  #!/usr/bin/env bash
2
- # her-style launcher for the SigRank importer — no python/python3 fuss.
3
  # Usage: ./sigrank (auto-reads ccusage)
4
  # ./sigrank --codex ./sigrank --file u.json cat u.json | ./sigrank -
5
  set -e
 
1
  #!/usr/bin/env bash
2
+ # Launcher for the SigRank importer — no python/python3 fuss.
3
  # Usage: ./sigrank (auto-reads ccusage)
4
  # ./sigrank --codex ./sigrank --file u.json cat u.json | ./sigrank -
5
  set -e
sigrank.py CHANGED
@@ -2,7 +2,7 @@
2
  """
3
  sigrank — local-first importer for MO§ES SigRank.
4
 
5
- Her-style: reads YOUR usage on YOUR machine and prints your operator read. No
6
  paste, no token, no upload. The hosted Space's paste box is the backup; this is
7
  the real-app path.
8
 
 
2
  """
3
  sigrank — local-first importer for MO§ES SigRank.
4
 
5
+ Local-first: reads YOUR usage on YOUR machine and prints your operator read. No
6
  paste, no token, no upload. The hosted Space's paste box is the backup; this is
7
  the real-app path.
8