Capture the decision at the moment of commit, or lose it forever

TL;DR AI
2 min readKey summary
Lore is a Git commit-time documentation tool that captures the reason for a code change right when the commit happens.
It uses a post-commit hook to ask three prompts and save the change rationale as a Markdown file in the repo.
The goal is to preserve engineering decision-making before it is forgotten, instead of relying on stale or contradictory docs.
By keeping rationale close to the code, Lore aims to make future maintenance and code archaeology easier.
