Project Overview
An experimental project connecting a personal agent workflow with a publishable technical blog.
My Role
Architecture design, frontend implementation, performance improvement.
The Problem to Solve
Make the knowledge pipeline that runs session logs → TIL → Knowledge → Blog trackable on the web.
Decisions
I decided to make Git Markdown the SSOT and convert Obsidian wikilinks into internal links at build time.
Implementation
Next.js App Router, unified pipeline, relation index.
Results
Built the content core and a sample knowledge graph. Related post: improving-nextjs-lcp.
Retrospective
Fixing the document relation model first simplified the later UI work.