Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://github.com/oguzbilgic/agent-kernel

GitHub - oguzbilgic/agent-kernel: Minimal kernel to make any AI coding agent stateful. Clone, point your agent, go.

Minimal kernel to make any AI coding agent stateful. Clone, point your agent, go. - oguzbilgic/agent-kernel

GitHub
Text files + Git > Vector DBs. Nice work.
I'm curious about how this scales. As the notes/ directory grows over weeks or months, reading past daily logs will eat up the context window.
Could add a scheduled GitHub action that compacts long history into a vector db and then have the agents also check that vector db in addition to md and git history.