feat: update

This commit is contained in:
2026-06-11 18:28:25 +08:00
parent 8520f9db3c
commit 8a2fb36a98
65 changed files with 4407 additions and 572 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func test_errors_centrally_handled():
# Test 9: Facade provides unified interface
func test_unified_interface():
var methods = _get_facade_methods()
assert_is_not_empty(methods, "Facade should provide unified interface")
assert_false(methods.is_empty(), "Facade should provide unified interface")
# Test 10: No direct service access
func test_no_direct_service_access():