Burnmydays Claude Opus 4.8 (1M context) commited on
Commit
9eeaeb4
·
1 Parent(s): e0e2511

docs: update SCRATCHPAD for Codex handoff

Browse files

Reflects current state (importer overhaul done + pushed) and trims the
RESERVED FOR CODEX list to what's genuinely still available (test_metrics.py,
real Codex $/1M, the upload). Notes anchor-refinement + estimated marker were
done this session so they're no longer Codex-attributable.

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

Files changed (1) hide show
  1. SCRATCHPAD.md +20 -16
SCRATCHPAD.md CHANGED
@@ -9,25 +9,29 @@ Last updated: 2026-06-15 (Claude/Opus session) · Deadline: **2026-06-15 23:59 U
9
  ---
10
 
11
  ## ONE-LINE STATE
12
- Build is ~correct and verified green. Two work-streams remain: **(1) semantics
13
- fixes** (honesty/labeling/narrative) and **(2) Supabase persistence**. Nothing
14
- about the core math is in question.
 
15
 
16
  ## DO NOT TOUCH (frozen — these are the thesis)
17
- - `metrics.py` SEED numbersverified this session, canonical.
 
18
  - The Υ formula `(C·O)/I²` and the telescoping identity `(o/i)(cw/o)(cr/cw)==cr/i`.
19
- - The 2:1 Codex anchor must stay **flagged/provisional** — never a silent strict
20
- assumption.
21
-
22
- ## RESERVED FOR CODEX (leave these — they earn the $10k Codex-attribution prize)
23
- Do NOT implement these in a non-Codex session; Codex needs the attributed commits.
24
- See `CODEX.md`. They are:
25
- 1. Refine 2:1 anchor turn-delta method (keep 2:1 as fallback).
26
- 2. `test_metrics.py` lock canonical numbers (Υ 18,437, lev 2042, X 3.31, telescoping).
27
- 3. Real Codex `$/1M` via OpenAI per-1M prices in `parse_codex` meta.
28
- 4. Board visual marker on estimated (Codex) rows.
29
- > Order from FIXES.md: do Codex commits AFTER the repo/Space is in the
30
- > `build-small-hackathon` org, so attribution lands in the submitted location.
 
 
31
 
32
  ## CANONICAL VERIFY (run after every change)
33
  ```
 
9
  ---
10
 
11
  ## ONE-LINE STATE
12
+ Importer overhaul + reconcile DONE and pushed to Burnmydays/hf- (main e0e2511).
13
+ Codex parser fixed, `./sigrank --all` added, instructions sharpened, wild corpus =
14
+ 10 tokscale operators, Supabase migrated + board synced (11 rows live). Remaining:
15
+ **deploy to Space** (secrets) + **Codex handoff → SunrisesIllNeverSee** + submission.
16
 
17
  ## DO NOT TOUCH (frozen — these are the thesis)
18
+ - `metrics.py` MO§ES (ccusage) SEED rowcanonical 18436.98). Wild corpus = 10
19
+ tokscale.ai operators (updated this session, OK to extend with citation).
20
  - The Υ formula `(C·O)/I²` and the telescoping identity `(o/i)(cw/o)(cr/cw)==cr/i`.
21
+ - Codex estimation must stay **flagged/estimated** (`*`) — never a silent strict
22
+ assumption. Two pathways live in `_codex_input_estimate` (ingest.py):
23
+ Beta = output × real Claude io_ratio; Alpha = output × 2.0 (AA baseline).
24
+
25
+ ## RESERVED FOR CODEX (earns the $10k Codex-attribution prize genuine Codex work only)
26
+ See `CODEX.md`. Still available as fresh Codex commits:
27
+ 1. `test_metrics.py` lock canonical numbers (Υ 18,437, lev 2042, X 3.31, telescoping
28
+ for every SEED row).
29
+ 2. Real Codex `$/1M` via OpenAI per-1M prices in `parse_codex_submission` meta.
30
+ 3. The repo upload itself to github.com/SunrisesIllNeverSee.
31
+ > ALREADY DONE this session (Claude) NO longer available as Codex commits:
32
+ > - Anchor refinement (2:1 real Claude operating ratio, Alpha/Beta unified).
33
+ > - Board `~`/`*` estimated-row marker.
34
+ > Integrity: only attribute commits Codex actually authored.
35
 
36
  ## CANONICAL VERIFY (run after every change)
37
  ```