In Multi Agent world and many Junior Dev's committing code in bulk - Most AI code reviewers read the diff. They don't know your codebase. I built Mnemos to fix that. Mnemos is an open-source GitHub App that maintains a persistent memory graph of your repo - every commit, PR, review, and ADR stitched into Postgres + pgvector. When you open a PR, three agents run against that graph in parallel: → Conflict Detector finds breaking changes the diff hides - a  renamed function whose callers nobody updated, a change that  contradicts an accepted ADR, drift from a convention used  everywhere else. → Context Packager gives the reviewer a 30-second briefing  before they read the diff: related past PRs, applicable ADRs,  recent commits on each touched file, linked issues. → Reviewer Router ranks humans for the review using authorship,  past review patterns, call-graph overlap, and current load.  No LLM. The senior who's already drowning in 12 open PRs gets  demoted automatically. Self-hosted. Apache 2.0. Three agents, one comment, ~60 seconds per PR. Runs on `docker compose up`. This is an early alpha (v0.1.0-alpha.0). 400+ tests behind it, but it hasn't lived on your codebase yet — that's why I'm posting. I'm looking for five engineering teams willing to install Mnemos on one real repo for two weeks and tell me what's broken. In return: a 10-min install pairing call, direct access to me on issues, and a real seat at the v0.2 priority list. If your team would be a fit, comment or DM me. Repo + architecture doc + install guide: #opensource #devtools #codereview #github

To view or add a comment, sign in

Explore content categories