tooling: wire codegraph MCP, pin the local index out of git - #15
Merged
Conversation
Indexed: 51 files -> 682 nodes / 1,870 edges. The MCP invocation comes from "codegraph install --print-config claude"; telemetry is off. Recorded while here, not fixed: check:drift (added in trinity-ecosystem this session) flags README.md:73 — the "70 lifetime on-chain reputation writes ... real production activity, not synthetic" claim is dated 2026-07-08 and is 52 days old against a 45-day window for negative/absolute assertions. It is a public claim on a public README. Re-probe the chain before it is repeated, then re-date it. The probe is not run here because this change set does not touch chain access. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GtRGdqH6BZcXDDFDE4EFHP
DealAppSeo
marked this pull request as ready for review
August 29, 2026 08:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wires codegraph as a project-scoped MCP server and pins its local index out of git. Tooling only — no protocol code, no spec, no contracts touched.
Part of a five-repo change closing a decision from
repid-engine'sreports/2026-08-09/TOOLING_EVAL_MEMORY_GRAPH_ROUTING.md, which verdicted codegraph "Install TODAY" and was never executed.Fixes # (no issue)
Type of change
How Has This Been Tested?
codegraph init -y .→ 51 files indexed, 682 nodes / 1,870 edges in 420ms.codegraph serve --mcptaken fromcodegraph install --print-config claude, not guessed — there is no barecodegraph mcpsubcommand..mcp.json(CODEGRAPH_TELEMETRY=0) and globally viacodegraph telemetry off..gitignorepin verified:git statusshows no.codegraphentries afterwards.A new
check:driftsuite (landing in thetrinity-ecosystemPR) scans live surfaces for[VERIFIED <date>]/MEASURED <date>tags that have outlived their window. It flags one claim in this repo:This is a public claim about on-chain activity on a public README. It may well still be true — the check reports staleness, not falsity. But it should be re-probed against the chain before it is repeated anywhere, and then re-dated.
It is not probed in this PR because this change set does not touch chain access, and re-dating a claim without running the probe is precisely the failure the check exists to catch. That work belongs to the new
claim-proberagent, or to whoever next has an RPC path open.Checklist:
.gitignorepin carries its reason)trinity-ecosystem'sPRIOR-WORK-INDEX.md)Generated by Claude Code