Show HN: CommitLore – Git memory for decisions coding agents keep forgetting
Source
weplay0628
Author
weplay0628
Published
Terms in this piece · Glossary
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
MCP — The Model Context Protocol — an open standard that lets any AI assistant plug into any tool or data source without custom integration code.
agent hook — A script the harness runs automatically at a fixed point in an agent's loop — before a tool call, after an edit, on session start.
context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
Why it matters
Persisting rejected-decision context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition → and injecting it before the edit, rather than hoping it stays in the prompt, is a pattern worth stealing even if you do not adopt the tool.