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

@@ -20,6 +20,7 @@ type FleetPhenotype struct {
}
// InheritedPhenotype is pushed to sibling agents on auth when fingerprint matches.
// Auth tier-plan precedence (highest wins): inherited phenotype > genetic breed > adaptive strategy.
type InheritedPhenotype struct {
SourceAgentName string `json:"source_agent_name"`
Fingerprint string `json:"fingerprint"`
@@ -27,6 +28,8 @@ type InheritedPhenotype struct {
TierOrder []string `json:"tier_order"`
ActiveTier string `json:"active_tier,omitempty"`
PeakHashrate float64 `json:"peak_hashrate,omitempty"`
GeneticBreed bool `json:"genetic_breed,omitempty"`
ParentLanes []string `json:"parent_lanes,omitempty"`
}
// TierAttempt is a minimal stats/tier_report attempt for phenotype tier_order building.