projectmem v0.1.4 is live β the accountable-judgment release
Hey everyone π Three weeks after launch, projectmem v0.1.4 is out β the release I'm most proud of.
The core idea got sharper: your AI's memory now flags its own staleness instead of silently trusting (or deleting) old decisions.
What's new:
β Stale-memory detection β when a decision's file has moved on in git, projectmem flags it ("predates 7 commits β confirm or supersede"). It never deletes; you decide.
β Supersede β retire an old decision without losing history (the log stays append-only, always)
β pjm brief β a one-screen "where was I?" briefing for the start of every session
β Pre-commit warnings now list what already failed, so you never re-try a known dead-end
β pjm export --claude-md β even agents without MCP inherit your project's judgment
β New dashboard Overview (screenshot π)
Still 100% local. No daemon, no telemetry, no cloud account. MIT.
There's also a research paper behind it now (arXiv:2606.12329) and a full tutorial video.
pip install -U projectmem
Would love your take π β what would make your AI's memory feel more trustworthy?
π° https://projectmem.dev/blog/projectmem-v014-stale-memory-detection-ai-coding-agents
π https://arxiv.org/abs/2606.12329
π¬ https://youtu.be/pELGdXHj_Ls


Replies
Happy to answer anything about how the stale-detection works under the hood β it's justΒ git logΒ counts, no embeddings.