My cache has no TTL. On purpose.
I started with the usual reflex — "it's a cache, so Redis, right?" — then realized I was solving the wrong problem. What I actually needed was sync with GitHub, not scheduled deletion.
https://t.co/mlHmWa2Mui
#buildinpublic
Multi-repo dev problem: the spec your AI needs lives in a repo it can't see.
Index everything→noise.
Read everything→tokens.
I dug into GitHub MCP Server, found my reason for building my own tool was a false assumption, and wrote it all down anyway:
https://t.co/1ovRZtzvo3
マルチリポジトリ開発で別リポジトリの仕様書を AI にどう渡すのがベターか
全部インデックスするとノイズが多いし、都度読ませるとトークンが重い。GitHub MCP Server を調べ直したら自分の思い込みも見つかったので、その調査も込みで久しぶりに記事にしました
https://t.co/i12FXDXs21
#個人開発