From a37e52aacf2fc28b65f7bcd8154782f41565f321 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 00:17:06 +0200 Subject: [PATCH] todo(13): open --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/TODO b/TODO index 56bc0d4..ab83c93 100644 --- a/TODO +++ b/TODO @@ -214,3 +214,20 @@ Description: iter_keepers reads only raw per-trajectory .json - one of three lazily so the trainer needs neither posix-sdc nor huggingface_hub for the raw/jsonl paths). Unit tests for the raw-dir and jsonl dispatch. + +--ISSUE +Content-Type: application/issue +ID: 13 +Type: feature +Title: reference posix-sdc three ways for seamless multi-machine dev +Status: open +Priority: medium +Created: 2026-06-17 +Module: sekft +Relationships: +Description: Wire the posix-sdc dependency as a triplet: the abstract + posix-sdc[hub] in pyproject (so the trainer's --hub path can reach + the Hub via huggingface_hub); the published wheel from the private + index in Pipfile [packages]; the git develop branch in Pipfile + [dev-packages] for develop-time. Commit Pipfile.lock so the + dependency surface and lock land together.