refactor(automation): remove automation_level legacy fields

This commit is contained in:
2026-02-20 07:08:13 +00:00
parent 81162bfe91
commit 174e117d8e
69 changed files with 451 additions and 809 deletions
-2
View File
@@ -35,7 +35,6 @@ from cleveragents.cli.commands.action import app as action_app # noqa: E402
from cleveragents.cli.commands.plan import app as plan_app # noqa: E402
from cleveragents.domain.models.core.action import Action, ActionState # noqa: E402
from cleveragents.domain.models.core.plan import ( # noqa: E402
AutomationLevel,
AutomationProfileProvenance,
AutomationProfileRef,
NamespacedName,
@@ -91,7 +90,6 @@ def _mock_plan(
action_name="local/bench-smoke-action",
phase=phase,
processing_state=state,
automation_level=AutomationLevel.MANUAL,
project_links=project_links or [],
arguments={"target_coverage": 80},
arguments_order=["target_coverage"],