Rename the power-adjacent category to "power management"

"Adjacent" read as jargon; "power management" is the standard EE umbrella
for enable/power-good/sense/fault/seq signals (cf. PMIC). Renamed across
the board: NameVerdict::PowerMgmt, stats/LoadResult field `mgmt`, analyze
tag [Power mgmt] + header "Pwr-mgmt" + glossary, load lines now say
"power-management (control/measure — kept as Other)" (TUI / script / wx
kept in sync).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 18:21:25 +02:00
parent e914c84c18
commit 9cf43696a2
12 changed files with 64 additions and 62 deletions

View File

@@ -190,8 +190,8 @@ private:
emit(" types: " + std::to_string(r.power) + " power, "
+ std::to_string(r.gnd) + " gnd, " + std::to_string(r.kept_other)
+ " suspect Power (name only — kept as Other), "
+ std::to_string(r.adjacent)
+ " power-adjacent (control — kept as Other)");
+ std::to_string(r.mgmt)
+ " power-management (control/measure — kept as Other)");
return true;
}
if (cmd == "connect" || cmd == "plug") {