Badges

Tastemaker
Tastemaker
Veteran
Veteran
Gone streaking
Gone streaking

Maker History

  • Commit Intent
    Commit IntentPre-commit hook that writes an intent doc by mining AI chats
    Jul 2026
  • 🎉
    Joined Product HuntSeptember 16th, 2020

Forums

14h ago

Commit Intent - Pre-commit hook that writes an intent doc by mining AI chats

Git records what changed, not why. When AI writes a 300-line diff, the reasoning, constraints, and decisions stay behind in chat logs on your disk. That's the newest technical debt: lost context. At commit time, it matches session transcripts to your staged files and uses the Claude Code CLI you already have to distill the intent into docs/intents/, staged into the same commit as the code it explains. The why travels with the what. No new platform, no new workflow, no commit ever blocked.
View more