This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product Thumbnail

memory-pulse

Corrections your coding agent keeps, enforced on every edit

Open Source
Developer Tools
Artificial Intelligence
GitHub
Visit WebsiteSee on Product HuntGithub

Hunted bytravis crewtravis crew

memory-pulse is a correction that survives the session. You tell your coding agent something once, and it holds: the correction opens every later session, and the edit that walks it back is stopped before it reaches your branch. The record is a JSONL file in your own repository, so teammates and CI inherit the same decisions. Four MCP tools, about 900 tokens of definitions, and the hosted engine keeps no copy of your memory.

Top comment

Hey PH — Travis here, maker of memory-pulse. This came from a very specific annoyance. I'd correct a value mid-session ("the timeout is 30s, not 10"), the agent would agree, and a week later the wrong number was back in a diff I now had to read. I tried memory tools, but found there were times where the agent did not obey , regardless of recall. Then TRACE (arXiv 2606.13174) put a number on it: agents re-violated over half the corrections they'd just been shown, with a memory tool installed. So memory-pulse doesn't just store corrections, it enforces them. `remember` writes one line to .memory-pulse/events.jsonl in your repo. Every session opens with a brief of what you already decided. Before each Edit, Write or apply_patch, a guard checks the change against what you retired and blocks it with the reason. 1.7ms p95, zero false blocks across 931 real edits so far. Your memory stays in your repo — we never keep a copy. Try it in Claude Code: /plugin marketplace add t-crew/memory-pulse (Codex, Cursor and any MCP client work too). The client is one file, MIT, zero dependencies. Free tier, no account needed. The feedback I want most: tell me what it blocks that it shouldn't.

Comment highlights

No comment highlights available yet. Please check back later!

About memory-pulse on Product Hunt

Corrections your coding agent keeps, enforced on every edit

memory-pulse was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #16 on the daily leaderboard. memory-pulse is a correction that survives the session. You tell your coding agent something once, and it holds: the correction opens every later session, and the edit that walks it back is stopped before it reaches your branch. The record is a JSONL file in your own repository, so teammates and CI inherit the same decisions. Four MCP tools, about 900 tokens of definitions, and the hosted engine keeps no copy of your memory.

memory-pulse was featured in Open Source (68.8k followers), Developer Tools (519k followers), Artificial Intelligence (478.1k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 246.4k products, making this a competitive space to launch in.

Who hunted memory-pulse?

memory-pulse was hunted by travis crew. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how memory-pulse stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.