Re-lock the mailbox window on lost phase instead of anchoring blind: one loop goroutine per module owns all transport, windows edge-locked from first touch, bringup verifies both modules before either AN restart; corrected charges and link-down reads print raw registers; harness -fuzz repeats lifecycles judging by exit status (30/30 module-clean)

This commit is contained in:
flamingcow
2026-08-13 16:32:14 -07:00
parent fef6b52b74
commit 9301348850
5 changed files with 280 additions and 166 deletions
+5
View File
@@ -793,6 +793,11 @@ func run(aName, bName string) (err error) {
rows[i] = d.displayView()
}
v, phy := measureView(diag, modules, totalView(rows))
for _, m := range modules {
for _, n := range m.takeNotes() {
fmt.Println(stats.rule(n))
}
}
for _, line := range stats.emit(totalRow(elapsed, v, target, phy,
noise.view())) {
fmt.Println(line)