|
2 | 2 |
|
3 | 3 | ## v0.3.0 — Bug Fixes from Cross-Audit (2026-05-19) |
4 | 4 |
|
5 | | -30 bugs found by 6-agent parallel audit. Fixed in 4 parallel batches (all Haiku/Opus-4.6). |
| 5 | +30 bugs found by parallel audit. Fixed in 4 batches. |
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
|
62 | 62 |
|
63 | 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). |
64 | 64 |
|
65 | | -### Audit methodology |
| 65 | +### Audit |
66 | 66 |
|
67 | | -6 subagents (2×Opus 4.7, 2×Sonnet 4.6, 2×Haiku/Opus-4.6-fast) scanned in parallel: |
68 | | -- Opus #1: core client logic, concurrency, CDP protocol |
69 | | -- Opus #2: MCP server, protocol framing, discovery |
70 | | -- Sonnet #1: error handling, edge cases, resource leaks |
71 | | -- Sonnet #2: test quality, coverage gaps |
72 | | -- Haiku #1: surface bugs, typos, naming, logic errors |
73 | | -- Haiku #2: main.go + discovery.go deep audit |
| 67 | +Cross-dimensional review: core logic & concurrency, MCP protocol & framing, error handling & edge cases, test quality & coverage gaps, surface-level bugs, and main/discovery deep-dive. |
74 | 68 |
|
75 | | -### Fix methodology |
| 69 | +### Fix |
76 | 70 |
|
77 | | -4 parallel Haiku agents, each on dedicated branch, cherry-picked to main: |
| 71 | +4 parallel branches, cherry-picked to main: |
78 | 72 | - `fix/a-server` (7152269): server.go — 4 bugs |
79 | 73 | - `fix/b-browser` (751280d): browser.go — 7 bugs |
80 | 74 | - `fix/c-client` (6bb3269): client/discovery/protocol — 6 bugs |
|
0 commit comments