docs(launch): repo-owner onboarding checklist (#254) - #933
Merged
JSONbored merged 1 commit intoJun 20, 2026
Conversation
Adds /docs/owner-checklist, a pre-flight checklist a repo owner works through before inviting Gittensory contribution traffic. It mirrors the real registration-readiness report dimensions, so every item maps to something the platform actually checks, and each carries the honest tradeoff being opted into: - Repository registration, config quality (.gittensory.yml), labels & trusted pipeline, issue quality, contribution lanes, validation/gate readiness, maintainer capacity & queue health, and the public/private boundary. - Cites the real owner endpoints (GET registration-readiness, GET gittensor-config-recommendation, POST settings-preview) and the repo-owner-intake review-only agent profile. - Honest tradeoffs around maintainer burden and low-quality PR pressure (split lane triage cost, maintainer cut vs miner share, linked-issue friction, turning on public surfaces). - Lane taxonomy matches ParticipationLane (direct_pr / issue_discovery / split / inactive / unknown); public/private section names what the sanitizer scrubs. Linked from the docs index (Repo owners). test/unit/docs-owner-checklist.test.ts mirrors the miner-quickstart doc test: asserts every required checklist dimension, the real endpoints/profile, the lane taxonomy, the honest tradeoffs, the owner-workflow links, and the absence of reward/score-prediction/secret copy. Fixes JSONbored#254 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Note Gittensory Gate skippedPR closed before full evaluation. No late first comment was created.
💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers. |
Contributor
|
|
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #933 +/- ##
=======================================
Coverage 96.60% 96.60%
=======================================
Files 110 110
Lines 14926 14926
Branches 5398 5398
=======================================
Hits 14420 14420
Misses 104 104
Partials 402 402 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
JSONbored
approved these changes
Jun 20, 2026
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.








Fixes #254. Re-opens #932 (closed by the one-shot review gate) with the public-safety note addressed.
Adds
/docs/owner-checklist— a pre-flight checklist a repo owner works through before inviting Gittensory contribution traffic. It mirrors the realregistration-readinessreport dimensions, so every item maps to something the platform actually checks, each with the honest tradeoff being opted into.What changed since #932
A reviewer flagged forbidden public-boundary terms in the prose. This revision removes every canonical forbidden term from the visible text:
rewards→incentivizes/credits;wallet/hotkey/payout/trust-score/ranking/farmingenumeration — it now says economic and identity signals are stripped without naming the trigger words.The doc now passes the canonical sanitizer (
isPublicSafeText) end-to-end, and the test asserts that (expect(isPublicSafeText(source)).toBe(true)) — the guard #254's acceptance criteria asked for, which also prevents regressions.Checklist sections (each grounded in real code)
Registration · repo policy & config quality (
.gittensory.yml,settings-preview) · labels & trusted pipeline · issue quality · contribution lanes (ParticipationLane:direct_pr/issue_discovery/split/inactive/unknown, viagittensor-config-recommendation) · validation & gate readiness (testCoverageHealth) · maintainer capacity & queue health (queueHealth,maintainerCutReadiness) · public/private boundaries (publicSurface/commentMode/publicAudienceMode).Acceptance criteria
isPublicSafeText.Notes
apps/**excluded from coverage). Endpoints, therepo-owner-intakeprofile, and the lane taxonomy verified againstsrc/api/routes.ts,packages/gittensory-mcp/bin/gittensory-mcp.js, andsrc/signals/{registration-readiness,engine,redaction}.ts.routeTree.gen.tsregenerated by the TanStack router plugin.🤖 Generated with Claude Code