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
@@ -37,7 +37,7 @@ func test_guest_profile_created():
# Test 2: Guest progress is tracked
func test_guest_progress_tracked():
var progress = guest_profile.get("progress", {})
assert_is_not_empty(progress, "Guest progress should be tracked")
assert_false(progress.is_empty(), "Guest progress should be tracked")
# Test 3: Guest can be linked to persistent identity
func test_guest_can_link_to_identity():