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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user