docs(launch): repo-owner onboarding checklist (#254) - #932
Closed
oktofeesh1 wants to merge 2 commits into
Closed
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
|
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 #932 +/- ##
=======================================
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:
|
Contributor
|
|
4 tasks
This pull request was closed.
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.
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, and each carries the honest tradeoff being opted into.Checklist sections (each grounded in real code)
ready+blockersfrom the readiness report..gittensory.yml(settings/gate/review),configQualityband; preview viaPOST /v1/repos/:owner/:repo/settings-preview.labelPolicy.trustedPipelineReady, missing/unused registry labels.ParticipationLane(direct_pr/issue_discovery/split/inactive/unknown);GET /v1/repos/:owner/:repo/gittensor-config-recommendation.testCoverageHealth(gate_ready/gate_unknown).queueHealth,maintainerCutReadiness.publicSurface/commentMode/publicAudienceMode, quiet by default, sanitizer scrubs anything economic/identifying.Acceptance criteria
Public-output safety
The public/private section names what the canonical sanitizer scrubs.
test/unit/docs-owner-checklist.test.tsmirrors the miner-quickstart doc test: asserts every required dimension, the real endpoints/profile, the lane taxonomy, the honest tradeoffs, the owner-workflow links, and the absence of reward-guarantee / score-prediction / seed-phrase·mnemonic·private-key copy.Notes
apps/**is excluded from coverage, so no coverage impact. Endpoints, therepo-owner-intakeagent profile, and the lane taxonomy were verified againstsrc/api/routes.ts,packages/gittensory-mcp/bin/gittensory-mcp.js, andsrc/signals/{registration-readiness,engine}.ts.routeTree.gen.tsregenerated by the TanStack router plugin.🤖 Generated with Claude Code