Blog
1 week ago
AI Tools Read Your Code But Not Your Mind. I Built a Fix.
AI coding tools understand your syntax but not your intent. contextify-ai is an npm package that hooks into git commit, analyzes your code via AST parsing, asks what you changed and why, and generates a .context.md file next to your component. Top half is prose for humans. Bottom half is YAML for AI tools. A smart-diff skips cosmetic changes so you're not burning API calls on formatting fixes. Works with Claude, GPT-4, Gemini, GitHub Models, and Ollama.
Source: HackerNoon →