feat: add AgentNodeIndexController for node listing and remove settlement_cycle field from AgentProfile logic

This commit is contained in:
2026-06-11 18:01:58 +08:00
parent 4d1c2b3d63
commit e14b7b4569
30 changed files with 383 additions and 91 deletions

View File

@@ -38,7 +38,6 @@ test('agent profile switches strip create player and child manage from effective
'used_credit' => 0,
'rebate_limit' => 0,
'default_player_rebate' => 0,
'settlement_cycle' => 'weekly',
'can_grant_extra_rebate' => false,
'can_create_child_agent' => false,
'can_create_player' => false,
@@ -98,7 +97,6 @@ test('agent profile switches on grant create capabilities even when platform age
'used_credit' => 0,
'rebate_limit' => 0,
'default_player_rebate' => 0,
'settlement_cycle' => 'weekly',
'can_grant_extra_rebate' => false,
'can_create_child_agent' => true,
'can_create_player' => true,