You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/export.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,22 @@ This file is maintained by Codex for fast, uninterrupted continuation of work. I
64
64
## TODO / Reminders
65
65
- Commit Podfile.lock: run `pod install` locally to generate it and commit to lock pod versions (CI warns if missing).
66
66
- If we observe duplicate lines when importing large verbatim transcripts, tune overlap trimming in `tools/new-session-from-continue-chat.sh` via `MAX_OVERLAP_LINES`/`MIN_OVERLAP_LINES` (defaults 200/10).
67
+
68
+
## Backlog — Phase A Nice‑to‑Haves
69
+
- Integration top‑1: for a few stable words, assert expected is top‑1 (not just present).
70
+
- ON/OFF parity (Suggestion): paired tests where decoder would alter roman; flag OFF must keep Bengali output identical to baseline.
71
+
- TSV growth: expand to ~25–40 rows (multi‑error within limits, near‑keys, no‑ops).
72
+
- Determinism: explicit ordering stability tests when caps/inputs equal.
73
+
- Ranking with priors: when a reliable prior source is confirmed, blend with edit distance + tests.
74
+
- Perf threshold (optional): convert measure to an upper bound once variance is understood.
75
+
76
+
## Phase B — Preview / Ready Checklist
77
+
- Context‑aware ranking: incorporate local context/history signal to re‑rank candidates.
0 commit comments