started model tests

This commit is contained in:
John Lancaster
2026-06-21 17:09:03 -05:00
parent 37fa9b6c6f
commit c189677717
7 changed files with 582 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from ..skills.document_loader import _normalize_docs_path
from .contracts import DocsRegistry
from .models.common import _normalize_docs_path
def read_skill_document(registry: DocsRegistry, skill_id: str) -> dict[str, str]: