feat(harness): __init__.py public API + lint fixes

This commit is contained in:
2026-07-07 13:45:48 -04:00
parent 2296134f73
commit be0e89401e
2 changed files with 38 additions and 5 deletions
+2 -5
View File
@@ -14,9 +14,10 @@ from __future__ import annotations
import json
import os
from dataclasses import asdict, dataclass, field
from dataclasses import asdict
from typing import TYPE_CHECKING, Any
from app.harness.validate import Probation
from core.evolution.types import (
CaseSample,
RejectedEdit,
@@ -29,10 +30,6 @@ if TYPE_CHECKING:
CHECKPOINT_SCHEMA_VERSION = 1
from app.harness.validate import Probation # noqa: E402
# ---------------------------------------------------------------------------
# 结构性 / 决策性指纹键
# ---------------------------------------------------------------------------