From 6f5245cda61ecf9995ab783bab39e4222ab8f8b2 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Tue, 16 Jun 2026 20:14:44 +0200 Subject: [PATCH] todo(4): open --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TODO b/TODO index d89777c..1301af8 100644 --- a/TODO +++ b/TODO @@ -61,3 +61,17 @@ Description: Add the behavioural eval: load base plus LoRA adapter, drop it into held-out scenarios with no scaffold, drive them through a local operator that renders with the model's chat template, and report reach/terminate/checker rates. + +--ISSUE +Content-Type: application/issue +ID: 4 +Type: feature +Title: Resident-base train/eval harness +Status: open +Priority: medium +Created: 2026-06-16 +Module: sekft +Relationships: +Description: Add the resident harness that loads the 14GB base once and keeps it + hot, training fresh LoRA adapters and evaluating them without + reloading the base, for the slow-OcuLink iterate loop.