This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Address ALL CodeRabbit review comments. Work autonomously: | |
| 1. Fetch all unaddressed comments (use gh api with --paginate) | |
| 2. Categorize as mechanical fixes vs architectural decisions | |
| 3. Fix all mechanical items immediately in priority order (Critical → Major → Minor → Nitpicks) | |
| 4. For architectural items requiring decisions, present escalation recommendation: | |
| - Format: "Completed X/Y items (~Z%). Recommend escalating: [file.tsx](file.tsx#L10-L20) - Decision title - Issue/Decision needed/Context/Recommendation" | |
| - Continue fixing remaining mechanical items while awaiting decision | |
| 5. Commit and push to PR branch after each logical batch of fixes | |
| 6. Verify CodeRabbit comments against codebase (may be outdated) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > /tmp/villarreal-dark-vscode.json <<'EOF' | |
| { | |
| "workbench.colorCustomizations": { | |
| "editor.background": "#0d1f1f", | |
| "editor.foreground": "#a8d5ba", | |
| "sideBar.background": "#0a1818", | |
| "activityBar.background": "#081414", | |
| "tab.activeBackground": "#0d1f1f", | |
| "tab.activeBorder": "#e89b6a", | |
| "button.background": "#e89b6a", |