docs(gittensor): adoption guide (init, MCP wiring, decision workflow)#134
Merged
plind-junior merged 1 commit intoJun 1, 2026
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Summary
.vouch/) to the repo as the durable memory layer for scoring/policy decisions, wires it for MCP agents, and documents the workflow. No change to subnet scoring code — this is a knowledge layer alongside it.Why
Scoring rules, the repo allow-list, anti-sybil thresholds, and the emission split get decided and revised across PRs, Discord, and validator changes — and the why ends up scattered or lost. vouch keeps each decision as an atomic claim, cited to its source, behind a maintainer approval gate, with an explicit
supersedetrail. It complements Gittensory: Gittensory is the live-data layer (scores, queues, collision/reviewability); vouch is the durable-decision layer. vouch stores no live signals.What changed
.vouch/— initialised with the built-in gittensor pack (vouch init --template gittensor): 1 source, 1 entity, 7 cited+approved starter claims (merged-PR rewards, PAT verification, scoring factors, sybil-resistance, repo allow-list policy, issue-solving multiplier, emission split).proposed/andstate.dbare gitignored so drafts and the derived index stay out of history..mcp.json— registersvouch serveso agents (Claude Code / Cursor / Codex) can query the KB for cited answers instead of guessing.CONTRIBUTING.md— a short note: record scoring/policy decisions in vouch, cite the PR,supersedewhat changes.Acceptance (from the proposal)
.vouch/committed, seeded with thegittensortemplate,vouch doctorclean..mcp.jsondocumented for agent users (pipx install vouch-kb).CONTRIBUTINGnote added.What might break
Nothing in the subnet/scoring path — this only adds a
.vouch/directory,.mcp.json, and a CONTRIBUTING section. Contributors who don't use vouch are unaffected.Notes for reviewers
The 7 seeded claims are starter-grade summaries of SN74 scoring as understood today (confidence ≤ 0.9). They're meant to be reviewed and
vouch supersede-d against the live spec/validator PRs — that is the workflow, not a one-time import. Adoption guide: https://github.com/vouchdev/vouch/blob/test/docs/gittensor.md