1
0

fix: loop_guard GITEA_API default + queue.json validation guard (#951, #952)

This commit is contained in:
hermes
2026-03-22 13:51:59 -04:00
parent bebbe442b4
commit 7f13f540b3
10 changed files with 61 additions and 44 deletions

View File

@@ -10,7 +10,6 @@ from infrastructure.world.types import (
PerceptionOutput,
)
# ---------------------------------------------------------------------------
# Type construction
# ---------------------------------------------------------------------------

View File

@@ -3,7 +3,6 @@
import pytest
from infrastructure.world.adapters.mock import MockWorldAdapter
from infrastructure.world.interface import WorldInterface
from infrastructure.world.registry import AdapterRegistry