From 49c251eafa21c2be49b7084b159c4dd4f639c6f6 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Mon, 22 Jun 2026 01:54:32 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20open-items=20=E2=80=94=20Jetson=20back?= =?UTF-8?q?=20(tunnel=20had=20dropped),=20R-F=20accent=20re-clean=20done?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- docs/SESSION-2026-06-17-open-items.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/docs/SESSION-2026-06-17-open-items.md b/docs/SESSION-2026-06-17-open-items.md index 4133877..7e223d3 100644 --- a/docs/SESSION-2026-06-17-open-items.md +++ b/docs/SESSION-2026-06-17-open-items.md @@ -4,21 +4,18 @@ Everything still open after this session. Done items are in `docs/audit/DATA-QUALITY-2026-06-15.md` (DQ-1..DQ-5 + roadmap R-A,R-B,R-C,R-D,R-F all DONE; R-E deferred). This file is only the **loose ends**. -## 1. BLOCKER — Jetson is offline -- The Jetson (`192.168.178.103`) went **unreachable** mid-session: `ping` 100 % loss, - `ssh:22` timeout. It hosts Postgres (the live corpus) **and** GROBID. -- **Blocks every live-DB action below.** First step next session: confirm it's powered - + on the network, bring the SSH tunnel back up - (`ssh -f -N -L 5433:localhost:5432 alfred@192.168.178.103`). +## 1. ✅ RESOLVED — Jetson is online (the tunnel had dropped, not the host) +- What looked like the Jetson going offline was the **SSH tunnel** breaking, not the + host. The Jetson (`192.168.178.103`) is online. Re-open the tunnel with keepalive: + `ssh -o ServerAliveInterval=15 -f -N -L 5433:localhost:5432 alfred@192.168.178.103`. + Better still: run long ops in tmux-on-Jetson (item #4) to avoid the tunnel entirely. -## 2. PENDING — R-F accent re-clean (cosmetic, code already merged into the branch) -- R-F is functionally DONE (section signal 34/329 → **314/329 = 95 %**), but a few live - `chunks.section` labels still carry LaTeX accents/ties (e.g. `m\"obius`, `colin~de~…`). -- The `_clean_title` polish that fixes these is committed on `feat/section-labels`; the - **in-place re-clean of existing rows didn't finish** (Jetson went offline, item #1). -- **Action when Jetson is back (short UPDATE, no re-ingest):** apply - `codex.quality._clean_title` to every `chunks.section` containing `\` or `~` and write - it back. Quick + idempotent — exactly the kind of short op that survives a flaky link. +## 2. ✅ DONE — R-F accent re-clean +- R-F is functionally DONE (section signal 34/329 → **314/329 = 95 %**). The remaining + cosmetic accent/tie artifacts in live `chunks.section` labels were re-cleaned in place + once the tunnel was back: applied `codex.quality._clean_title` to every label + containing `\` or `~` — **8 labels fixed**, no re-embed. Verified **0 artifacts** + remain. R-F fully complete. ## 3. Git — feature branches not merged to `main` This session's work is on 5 branches off `audit/loop-1` (itself **18 commits ahead of