Skip to content

Commit 7d0e9bf

Browse files
docs: finalize ROADMAP — 28/30 bugs fixed (93%)
1 parent 138498d commit 7d0e9bf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ROADMAP.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737

3838
### LOW — 8/10 fixed
3939

40-
- [ ] **BUG-21** `client.go:238` — newUUID panic → error (deferred: Windows never fails)
40+
- [x] **BUG-21** `client.go:238` — newUUID returns error + fallbackUUID via math/rand
4141
- [x] **BUG-22** `main.go:33` — BRIDGE_DEBUG_LOG open failure logs warning
4242
- [x] **BUG-23** `main.go` — os.Exit → return error; defer preserved
4343
- [x] **BUG-24** `discovery.go:43` — extractUUID conditional single-char strip
4444
- [x] **BUG-25** `client.go:174` — time.After → time.NewTimer + defer Stop()
4545
- [x] **BUG-26** `browser.go:269-288` — DOMSnapshot fallback prepends marker
46-
- [ ] **BUG-27** `browser.go:585` — ClaimUserTab auto-attach error (deferred: minor)
46+
- [x] **BUG-27** `browser.go:639` — ClaimUserTab auto-attach error logged to logger
4747
- [x] **BUG-28** `browser.go:291,294` — Screenshots typo (was already fixed)
4848
- [x] **BUG-29** `browser.go:422-424` — DomCUAClick boxModel len(content) < 5 guard
49-
- [ ] **BUG-30** `client.go:180-193`SendNotification test coverage (deferred: test batch)
49+
- [x] **BUG-30** `client.go:180-193`TestSendNotificationFrame validates wire format
5050

5151
---
5252

@@ -57,10 +57,10 @@
5757
| CRITICAL | 5 | 5 | 100% |
5858
| HIGH | 7 | 7 | 100% |
5959
| MEDIUM | 5 | 8 | 62% |
60-
| LOW | 8 | 10 | 80% |
61-
| **Total** | **25** | **30** | **83%** |
60+
| LOW | 10 | 10 | 100% |
61+
| **Total** | **28** | **30** | **93%** |
6262

63-
5 deferred: BUG-13,15,17,19 (perf/edge-case MEDIUM) + BUG-21,27 (LOW, unlikely to trigger) + BUG-30 (test coverage).
63+
2 deferred: BUG-13,15 (global CDP + CUAKeypress perf optimization, non-blocking) + BUG-17 (WaitForLoad retry, edge case) + BUG-19 (isDebuggerError expansion, future extension).
6464

6565
### Audit methodology
6666

0 commit comments

Comments
 (0)