Item detail
github.com

vouchdev/vouch

vouchdev/vouch is a git-native review-gated knowledg in RepoRadar's Memory & Knowledge section, holding Gold tier and a 'try now' verdict. Its strongest signal is workflow potential, scored 9.5 out of 10.

Score8.4
Popularity1.0
Risklow
TierGold
Score breakdown
Usefulness9.0
Novelty9.0
Momentum7.0
Maturity6.6
Open-source/build8.4
Evidence7.2
Workflow potential9.5
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for any developer, agent builder, or organization that wants a persistent, review-controlled long-term knowledge base for LLM agents where every claim is auditable and every write is gated — without black-box auto-injection into the prompt context. The git-native + PR-shaped review gate is the durable differentiator: the KB lives as a folder in your repo, git is your audit log + backup + sy

Who should use it

Any developer or agent builder who wants a persistent, review-controlled long-term knowledge base for LLM agents where every claim is auditable and every write is gated — without black-box auto-injection into the prompt contextAnyone who needs the KB to live in their repo (git as audit log + backup + sync; PRs as review UI; commits as the canonical state) — vouch stores plain YAML claims + Markdown pages, no separate database to back up, no separate vector store to maintainAnyone who needs a mandatory Source / Evidence citation rule (claims without at least one source fail validation) — Sources are content-hashed so the same evidence registered twice deduplicates, and the audit log records the evidence chain per claimAnyone who runs Claude Code and wants per-session memory accrual without letting the agent write its own history — the PostToolUse + SessionEnd hooks harvest tool calls into a gitignored scratch buffer and roll them up mechanically (no LLM) into a pending summary that waits on `vouch approve`Anyone who needs a multi-agent-shared repo with per-agent attribution in the append-only audit log — the gate lets multiple agents (Claude Code + Cursor + a CI bot) coexist in the same repo with answerable 'which agent claimed what'Anyone who needs decision records without the full ADR ceremony — `vouch crystallize` promotes a session's durable parts into proposals, one approve and they're permanentAnyone who needs Gittensor SN74 mining memory — explicit docs/gittensor.md covers the shuffled-whitelist + per-session re-discovery problem; the capture-once-approve-once pattern fits the loopAnyone who needs to deploy the same KB from any access pattern — stdio MCP (canonical, `-i` flag for stdio mode), JSONL tool server, `vouch` CLI, or the `ghcr.io/vouchdev/vouch` single-binary container (bind-mount the project root containing `.vouch/` at `/data`)

Who should skip it

Move on from vouchdev/vouch if the licensing terms, language support, or platform requirements do not fit your project.

About this signal

vouchdev/vouch is tracked by RepoRadar as a git-native review-gated knowledg in the Memory & Knowledge section. It was first seen on 2026-07-04 and last updated on 2026-07-04. The current verdict is 'try now' with a Gold tier and easy setup difficulty. Across RepoRadar's eight signals, vouchdev/vouch is strongest on workflow potential (9.5) and practical usefulness (9.0) and weakest on maturity (6.6) — a profile worth weighing against your own priorities. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned vouchdev/vouch a composite score of 8.4 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'low' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to evaluate an AI tool before you adopt it for the checklist behind this score.

Risk explanation

Still alpha — the README explicitly says 'expect breaking changes pre-1.0'; the proposal/approve API and KB schema may evolve between releases, so users should pin a version for production-shaped workloads; Proposal-only writes are a deliberate gate, but the user owns keeping the rejected drafts out of git history — `proposed/` is gitignored but if the user explicitly reverses that ignore, drafts may leak into committed history; the README documents the gate but does not enforce `proposed/` gitignore in a programmatic way; Multi-agent-shared-repo mode requires per-agent attribution in the audit log to remain useful — if the user runs agents without distinguishing them (e.g. multiple Cursor instances with the same MCP config), the audit log records the agent-claimed provenance but not which physical instance.

Evidence links
Closest alternatives / related signals
git-nativereview-gatedknowledge-basellm-memoryagent-memoryclaim-citationsource-evidencecontent-hashed