From 35da94a138b4c0f676cd196c92d5d1f5b4b504f4 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 11:45:50 +0000 Subject: [PATCH] docs: mark Phase 1 foundation tests as complete Co-Authored-By: Charon --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 30d1592..342be94 100644 --- a/TODO.md +++ b/TODO.md @@ -6,9 +6,9 @@ Dispatched from core/go orchestration. This package is minimal by design. ## Phase 1: Foundation — `d76448d` (Charon) -- [x] **Add tests for option application** — Verify GenerateConfig defaults, all With* options, ApplyGenerateOpts/ApplyLoadOpts behaviour. Comprehensive API tests (1,074 LOC). -- [x] **Add tests for backend registry** — Register, Get, List, Default priority order, LoadModel routing. -- [x] **Add tests for Default() platform preference** — Verify metal > rocm > llama_cpp ordering. +- [x] **Add tests for option application** — Verify GenerateConfig defaults, all With* options, ApplyGenerateOpts/ApplyLoadOpts behaviour. Comprehensive API tests (1,074 LOC). (`d76448d`, `c633be1`) +- [x] **Add tests for backend registry** — Register, Get, List, Default priority order, LoadModel routing. (`d76448d`, `c633be1`) +- [x] **Add tests for Default() platform preference** — Verify metal > rocm > llama_cpp ordering. (`d76448d`, `c633be1`) ## Phase 2: Integration — COMPLETE