nowfound

Alternatives

Products that do what Commit Intent does

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

  1. 1BT

    Too often I find myself being lazy with commit messages. But I don't want AI to write them for me... only i truly know why i wrote the code i did. So why don't i get AI to help me get that into words from my head? That's what i built: smartcommit asks you questions about your changes, then helps you articulate what you already know into a proper commit message. Captures the what, how, and why. Built this after repeatedly being confused 6 months in a project as to why i made the change i had made... Would love feedback!

    Nov 2025 · github.com

  2. 2

    Let your commit history tell its story using the power of AI

    2023

  3. 3GF

    hi guys. been working on something i think is fundamentally missing in today's workflow with ai agents. vcs. i find myself struggling with questions that agents can't answer like "why did you do it?", "when did u delete this folder? why?", etc. or trying to /rewind (after a /compact...) or basically `bisect` to find when and why something was done by the agent in the current / previous session. just like git did for code, i think we are the same core capabilities with ai agents so... i developed an open source solution for that (currently supporting claude code) would love to…

    May 2026 · github.com

  4. 4
    Intent356

    Describe a feature and AI agents build, verify, and ship it

    Apr 2026 · intentapp.dev

  5. 5IR

    Hey HN! I built a proof-of-concept for AI memory using Git instead of vector databases. The insight: Git already solved versioned document management. Why are we building complex vector stores when we could just use markdown files with Git's built-in diff/blame/history? How it works: Memories stored as markdown files in a Git repo Each conversation = one commit git diff shows how understanding evolves over time BM25 for search (no embeddings needed) LLMs generate search queries from conversation context Example: Ask "how has my project evolved?" and it uses git diff to show actual…

    2025 · github.com

  6. 6

    Transform Coding Sessions & Code into a System of Context

    Mar 2026 · xhawk.ai

  7. 7GW

    I've always wanted a better way to explore the authorship data embedded in a Git commit log. I'm having fun building a CLI tool to do this. It's a bit like the "Contributors" tab on Github that shows you how many commits each contributor has made but much faster and with many more options. If you get a chance to try it out, please let me know. I'd love to hear feedback and suggestions. Thank you!

    2025 · github.com

  8. 8PM

    I built a lightweight project management workflow to keep AI-driven development organized. The problem was that context kept disappearing between tasks. With multiple Claude agents running in parallel, I’d lose track of specs, dependencies, and history. External PM tools didn’t help because syncing them with repos always created friction. The solution was to treat GitHub Issues as the database. The "system" is ~50 bash scripts and markdown configs that: - Brainstorm with you to create a markdown PRD, spins up an epic, and decomposes it into tasks and syncs them with GitHub issues - Track…

    2025 · github.com

  9. 9

    Your AI Git sidekick that executes commands and fixes errors

    Nov 2025

  10. 10CC

    Uses agent and Git Hooks to automatically create Git Notes on commit, containing the agent conversation that led to that commit. Works if either you or the agent commit. It's basically the same thing as entire.io just announced that they got $60m investment for. Except I got Claude Code to write it last week, in my spare time, without really paying attention. I certainly didn't read or write any of the code, except for one rubbish joke in the README. I've got a Claude Code instance working on Gemini CLI support and OpenCode support currently.

    Feb 2026 · github.com

  11. 11
    Relay120

    Stop repeating yourself to every AI

    May 2026 · onrelay.app

  12. 12RA

    Hey HN! I built Retain as the evolution of claude-reflect (github.com/BayramAnnakov/claude-reflect). The original problem: I use Claude Code/Codex daily for coding, plus claude.ai and ChatGPT occasionally. Every conversation contains decisions, corrections, and patterns I forget existed weeks later. I kept re-explaining the same preferences. claude-reflect was a CLI tool that extracted learnings from Claude Code sessions. Retain takes this further with a native macOS app that: - Aggregates conversations from Claude Code, claude.ai, ChatGPT, and Codex CLI - Instant full-text…

    Jan 2026 · github.com

  13. 13
    GPS83

    Memory layer for LLMs that stores repo rules + past lessons

    May 2026 · github.com

  14. 14SY
  15. 15IC

    Hey HN, I built ShadowGit a while back to automatically commit code every minute to a hidden git repo (.shadowgit.git). Original goal was to easily rollback when AI tools break things. But I discovered something interesting: this minute-by-minute history is perfect context for AI assistants. So I built an MCP server that lets Claude/Cursor query this history using native git commands. The results surprised me: Before: Claude would read my entire codebase repeatedly, burning 15,000+ tokens to debug issues. After: Claude runs `git log --grep="drag"` finds when drag-and-drop worked,…

    2025 · shadowgit.com

  16. 16

    AI wrote it. LineageLens proves it.

    May 2026 · lineagelens.dev

  17. 17GW

    I was frustrated with not being able to know why the code written by my colleague agents was in the codebase, so I build a tool to version agent trace along code in git.

    Apr 2026 · hexapode.github.io

  18. 18

    Attach reference projects for AI coding tools

    Apr 2026 · marketplace.visualstudio.com

  19. 19CS

    We now write most of our code with agents. For a while, PRs piled up, causing review fatigue, and we had this sinking feeling that standards were slipping. Consistency is tough at this volume. I’m sharing the solution we found, which has become our main product. Continue (https://docs.continue.dev) runs AI checks on every PR. Each check is a source-controlled markdown file in `.continue/checks/` that shows up as a GitHub status check. They run as full agents, not just reading the diff, but able to read/write files, run bash commands, and use a browser. If it finds…

    Feb 2026 · docs.continue.dev

  20. 20

    AI commit messages that match your repo's style

    May 2026 · npmjs.com

  21. 21UA

    Hey HN! I'm Fabio and I built UltraContext, a simple context API for AI agents with automatic versioning. After two years building AI agents in production, I experienced firsthand how frustrating it is to manage context at scale. Storing messages, iterating system prompts, debugging behavior and multi-agent patterns—all while keeping track of everything without breaking anything. It was driving me insane. So I built UltraContext. The mental model is git for context: - Updates and deletes automatically create versions (history is never lost) - Replay state at any point The API is 5 methods:…

    Jan 2026 · ultracontext.ai

  22. 22

    Like git stash, but for your agent's working memory

    Apr 2026 · context-0.vercel.app

  23. 23DE

    I wanted a very simple way to dump prompts, links, and todo lists into my claude code and codex agents. And to work outside of the context window. This works particularly well for sharing "Projects" between Claude/ChatGPT etc. It's open source here; https://github.com/Vochsel/dump.page Anything you dump on the board becomes an llms.txt - spatially sorted implicitly and explicity sorted via connection edges. Would love HN's thoughts!

    Mar 2026 · dump.page

  24. 24

    Intent-driven development for AI coding agents

    Jun 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →