Integrate role asset studio into custom world agent flow

This commit is contained in:
2026-04-14 20:16:41 +08:00
parent 0981d6ee1b
commit bc2999ffb9
118 changed files with 31211 additions and 1232 deletions

View File

@@ -108,6 +108,7 @@ test('createDatabase applies runtime baseline migrations for pg-mem', async () =
'20260409_006_auth_audit_logs',
'20260409_007_sms_auth_events',
'20260409_008_auth_risk_blocks',
'20260413_009_custom_world_sessions',
],
);
@@ -123,6 +124,7 @@ test('createDatabase applies runtime baseline migrations for pg-mem', async () =
'auth_risk_blocks',
'sms_auth_events',
'user_sessions',
'custom_world_sessions',
'save_snapshots',
'runtime_settings',
'custom_world_profiles'
@@ -137,6 +139,7 @@ test('createDatabase applies runtime baseline migrations for pg-mem', async () =
'auth_identities',
'auth_risk_blocks',
'custom_world_profiles',
'custom_world_sessions',
'runtime_settings',
'save_snapshots',
'schema_migrations',