← Back to search

Repo Memory

yubinkim444 Scanned 9d ago

Shared, git-tracked working memory for AI agents on the same codebase.

B
81.3 / 100

Versions

0.2.0latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

get_repo_memory
annotations: none low

Return the entire `.ai-memory/` of the current repo as a Markdown document ready to drop into your LLM context. Call this **before** starting any task in this repo so you don't redo work other agents already verified. Args: fact_limit: cap on number of facts (default 50, most recent first).

fact_limit int
add_fact
annotations: none low

Record a structured fact you just verified about this codebase, so the next agent (or your next session) doesn't have to re-verify it. Args: claim: the factual statement (one sentence). file: source file path (relative to repo root) that proves the claim. lines: line range like '42' or '42-50'. tool: name of tool used to verify ('grep', 'read', 'bash', etc.). command: exact command if reproducible. tags: optional tags for later filtering.

file string tags string tool string claim str lines string command string
list_facts
annotations: none low

List recorded facts, optionally filtered. Useful when you want only facts relevant to a specific area before reading them.

tag string limit int since string source_file string
add_decision
annotations: none low

Record a non-trivial decision made while working in this repo (architecture choice, trade-off, deprecation, etc.) as a markdown file under `.ai-memory/decisions/`. Args: title: one-line headline of the decision. body: full markdown explanation — context, options considered, reasoning, who/when.

body str title str
add_gotcha
annotations: none low

Append a one-line 'watch out for X' note to `.ai-memory/gotchas.md`. Use for surprises that wasted your time and might trip the next agent.

note str

Permissions 2

filesystem low
Server uses filesystem capabilities via: open(), os, pathlib
env_vars low
Server uses env_vars capabilities via: os.getenv()

Scan Findings 28

low
Tool 'get_repo_memory' has no annotations annotation_checker · 100%
low
Tool 'add_fact' has no annotations annotation_checker · 100%
low
Tool 'list_facts' has no annotations annotation_checker · 100%
low
Tool 'add_decision' has no annotations annotation_checker · 100%
low
Tool 'add_gotcha' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_repo_memory manifest_parser · 90%
info
Tool: add_fact manifest_parser · 90%
info
Tool: list_facts manifest_parser · 90%
info
Tool: add_decision manifest_parser · 90%
info
Tool: add_gotcha manifest_parser · 90%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%