feat: sync CV data with 2026 resume and add open source projects#1
Merged
Merged
Conversation
- Update profile summary to highlight GAME7 leadership and ~6 yrs in Web3 - Replace projects array with the two open source projects: Pupila (new) and CV Bot (refreshed with live URL, Anthropic API, and richer highlights) - Add WebSockets to backend skills - Add "What open source projects has Fran built?" suggested question - Fix project filter test (was vacuously passing after project changes) - Bump welcome-screen E2E from 7 to 8 suggested-question buttons - Update suggested-question E2E to a current question after the recruiter-focused refactor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the chatbot's structured data with the latest 2026 resume, with a focus on the two open source projects now featured on the CV (Pupila and CV Bot).
Profile
Projects (main change)
cv-bot-five.vercel.app), Anthropic API + Vite to the tech list, and richer highlights covering tool-calling, composable markdown prompts with caching, and configurable provider/tone.Ballena.io DeFi PlatformandGame7 Questing Platformfromprojects— both are already fully described inexperience, and the resume now scopes this section to open source.Skills
WebSockets(advanced) to backend — new on the resume.Suggested questions
"What open source projects has Fran built?"so recruiters can surface the new projects directly from the welcome screen.Tests
__tests__/ai/tool-responses.test.ts: the projects filter test was filtering bywagmi, which no longer matches anything after the projects change (test was passing vacuously). Switched toAnthropic APIand added a non-empty assertion so the filter is actually exercised.e2e/cv-bot.spec.ts:"What AI features has Fran shipped to production?"), with a matching mocked response. The previous fixture targeted"What's Fran's tech stack?", which was replaced in the recruiter-focused refactor (8cad771).Test plan
npx vitest run— 121/121 passingnpx playwright test— 7/7 passingget_projectsresponses.