Add profile link to avatar menu#2452
Conversation
|
@vyctorbrzezowski is attempting to deploy a commit to the Amantus Machina Team on Vercel. A member of the Team first needs to authorize it. |
|
Codex review: needs real behavior proof before merge. Reviewed May 30, 2026, 4:42 PM ET / 20:42 UTC. Summary Reproducibility: not applicable. this is a navigation UI feature rather than a bug report. Source inspection confirms current main lacks the proposed Profile link in the signed-in avatar menu. Review metrics: 1 noteworthy metric.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance:
Mantis proof suggestion Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Merge a narrow avatar-menu Profile link after visible signed-in UI proof and normal checks confirm the link opens the current user's public /user/$handle profile. Do we have a high-confidence way to reproduce the issue? Not applicable; this is a navigation UI feature rather than a bug report. Source inspection confirms current main lacks the proposed Profile link in the signed-in avatar menu. Is this the best way to solve the issue? Yes, adding one conditional Link to the existing /user/$handle route is the narrow maintainable path; the remaining blocker is proof, not a code-direction concern. AGENTS.md: found and applied where relevant. Codex review notes: model gpt-5.5, reasoning high; reviewed against 9aa3f37ee192. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
Summary
Adds a Profile item to the signed-in avatar menu so users can jump directly to their public profile.
Tests
bun run test -- src/__tests__/header.test.tsxbun run ci:staticbunx tsc --noEmitbun run ci:unitAUTOREVIEW_AUTO_TESTS=0 .agents/skills/autoreview/scripts/autoreview --mode local --parallel-tests ""