feat(web): expand portfolio — add Sluice/Docket/ConvoLens/OmniPost, rebrand Rooivalk→Nexamesh, fix CodeFlow link#209
Conversation
- Add Sluice, Docket (phoenixvc) and ConvoLens, OmniPost (neuralliquid) entries - Rebrand Phoenix Rooivalk -> Nexamesh (id, name, refs, product -> nexamesh-core repo) - Fix dead CodeFlow AI link (autopr.io -> codeflow-engine repo) All new entries: status pre-alpha, products link to repos (ConvoLens -> demo).
|
Warning Review limit reached
More reviews will be available in 13 minutes and 32 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdates ChangesPortfolio Data Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bea0222c46
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| name: "Phoenix Rooivalk", | ||
| initials: "PR", | ||
| position: "Counter-Drone Platform", | ||
| id: "nexamesh", |
There was a problem hiding this comment.
Keep the Rooivalk detail link resolvable
Changing this canonical id breaks an existing route from the portfolio grid: /portfolio still uses its local projects array in apps/web/src/features/portfolio/index.tsx, where the card id remains phoenixrooivalk and handleCardClick navigates to /portfolio/${projectId}, while ProjectDetail now only finds nexamesh in PORTFOLIO_PROJECTS. In that flow, clicking the existing Phoenix Rooivalk card now lands on the Project Not Found state; update the list data or add a legacy alias/redirect.
Useful? React with 👍 / 👎.
| focusArea: "ai-ml", | ||
| }, | ||
| { | ||
| id: "sluice", |
There was a problem hiding this comment.
Add new projects to the portfolio grid
These new records are only added to PORTFOLIO_PROJECTS, but the /portfolio route renders cards and filters from a separate local projects array in apps/web/src/features/portfolio/index.tsx, which still ends at VeritasVault. As a result, Sluice, Docket, ConvoLens, and OmniPost are not discoverable from the portfolio page even though this commit adds them; wire that page to the centralized data or mirror the new entries there.
Useful? React with 👍 / 👎.
The rebrand previously only touched constants/portfolioData.ts (home starfield + detail page), leaving the /portfolio listing array and the detail-page icon map on the old id — which broke the listing card link (/portfolio/phoenixrooivalk → "Project Not Found") and dropped the Shield icon. - features/portfolio/index.tsx: rebrand the listing card (id/name/copy/tags → Nexamesh / counter-UAS); point its link at github.com/Nexamesh/nexamesh-core and drop the stale phoenixrooivalk.com website/docs. - features/portfolio/ProjectDetail.tsx: rekey the Shield icon to "nexamesh". - constants/portfolioData.ts: clear Docket's product link (phoenixvc/docket is internal → 404 for the public); it now shows "Coming Soon" instead. GenAIProjects is dead code (exported, routed nowhere) so its stale rooivalk refs don't affect the live site; left untouched.
Portfolio data updates (
apps/web/src/constants/portfolioData.ts)Public investor page. All judgment calls below were confirmed with Jurie before committing.
Changes
autopr.io(dead) →https://github.com/phoenixvc/codeflow-engine.idphoenixrooivalk→nexamesh, name/initials/title/bio updated; product →Nexamesh/nexamesh-corerepo; all 3relatedProjectscross-references (mystira, cognitivemesh, airkey) updated. Bio keeps "(formerly Phoenix Rooivalk)" for continuity.ai-ml, statuspre-alpha.ai-ml, statuspre-alpha.ai-ml, statuspre-alpha, product → live vercel demo.infrastructure, statuspre-alpha.Decisions (per Jurie)
image→ render as colored circle + initials (no icon assets exist yet for them).Notes / follow-ups
/themes/rooivalk-icon.svgwith a TODO — anexamesh-branded icon should replace it.nexamesh.aionce it's confirmed live (didn't resolve from my sandbox).🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Updates