PR Address Feedback Workflow 1. Fetch unresolved review threads, general PR comments, and bot comments (filter noise). 2. Evaluate each comment and assign a disposition: , , , or . 3. Propose plan as a numbered table; wait for user approval. User edits by row number. 4. Apply changes grouped by concern (docs / tests / api / refactor / error-handling). 5. Commit each group with Conventional Commits; push once when all groups are done. 6. File follow-up issues for deferred items, reply to every thread, and resolve fixed/doc/deferred threads. --- Step 1 — Fetch Get PR metadata: Fetch review thre…