유대선
프로젝트로
·결정·2

Aligned the blog front door to the resume — featured set, About spine, DocVault active-use hook

Re-aimed the home page and project hooks at the resume a recruiter reads first. Featured projects now match the resume's three Selected Projects (Talkak, Mimi, DocVault) instead of (Beside, Mimi, Talkak). The home About was rewritten from a generic 'mission-critical systems' blurb to the resume's concrete concurrency/transaction-integrity spine. DocVault now leads with 'in active use by a 40-person team' — its strongest signal, previously absent from the blog.

Context

The owner pushed READMEs and screenshots to the project repos and dropped the current resume (DaeseonYoo_Resume.pdf) into the blog root, asking for the blog to read like a real project portfolio that hooks a recruiter in ~30 seconds and matches the resume. A recruiter typically opens the resume first, then clicks through to the blog — so the two surfaces should reinforce, not diverge.

Options considered

Chosen + Why

Trade-off accepted

Beside loses home-page real estate despite being a real shipped project. Worth it for resume↔blog continuity; it is one featured: true flip to restore.

Reversibility

Easy (two-way). Each change is a frontmatter flag or a copy block.

Verified by

npm run build clean (all project pages prerendered). cmp confirms public/resume.pdf is now byte-identical to the root resume. Featured flags verified via grep '^featured:' content/projects/en/*.mdx → talkak, shadow-ai (Mimi), docvault true; beside false.

Open item (not done — needs owner input)

Talkak's blog body still frames it only as a terminal command deck and leads its limitations with "Production users: zero / Phase 2–4 roadmap only," while the resume positions it as an "AI-agent workspace and operating-memory system" with a shipped JSONL event/graph store (work items, decisions, receipts). These conflict and the Talkak repo is not local, so the current shipped state could not be verified. Left unedited pending the owner's confirmation rather than guessing on a public job-hunt page.

Commit

64e49a9