docs(launch): miner quickstart by contribution lane (#252) - #918
Merged
JSONbored merged 2 commits intoJun 19, 2026
Conversation
Adds /docs/miner-quickstart, a lane-first onboarding page that walks a miner through the full loop (install → login → doctor → plan → preflight → packet), organized by how they contribute: - Direct PR, issue-solving PR, issue discovery, docs/context, and repo-specific lanes, each with the exact gittensory-mcp commands and flags for that path. - A "choose your lane" section maps the contributor's intent to the repo's configured ParticipationLane (direct_pr / issue_discovery / split / inactive / unknown), read from `agent plan` / `repo-decision`. - Every command shows `--json` for automation; redaction notes cover the local privacy boundary (source never leaves the machine, GITTENSORY_UPLOAD_SOURCE= false, local paths redacted) and the public-safe PR packet. - Copy avoids reward guarantees and public score-prediction language. CLI syntax verified against packages/gittensory-mcp/bin/gittensory-mcp.js. Linked from the docs index (Miners). test/unit/docs-miner-quickstart.test.ts mirrors the beta-onboarding doc test: asserts command accuracy, all five lanes, JSON-output + redaction notes, and absence of reward/score-prediction phrasing. Fixes JSONbored#252 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 #918 +/- ##
=======================================
Coverage 96.60% 96.60%
=======================================
Files 109 109
Lines 14895 14895
Branches 5384 5384
=======================================
Hits 14390 14390
Misses 104 104
Partials 401 401 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
JSONbored
approved these changes
Jun 19, 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 #252.
Adds
/docs/miner-quickstart— a lane-first onboarding page that walks a miner through the full loop (install → login → doctor → plan → preflight → packet), organized by how they contribute.What this adds
gittensory-mcpcommands and flags for that path:ParticipationLane(direct_pr/issue_discovery/split/inactive/unknown), read fromagent planandrepo-decision.--json) for automation.GITTENSORY_UPLOAD_SOURCE=false, local absolute paths redacted, and the PR packet is public-safe (scrubbed of economic/identity signals).--validation "status|command|summary"flag.Acceptance criteria
packages/gittensory-mcp/bin/gittensory-mcp.js.Public-output safety
Copy avoids reward guarantees and public score-prediction phrasing.
test/unit/docs-miner-quickstart.test.tsmirrors the beta-onboarding doc test: it asserts command accuracy, all five lanes, JSON-output + redaction notes, and the absence of reward / "you will earn" / score-prediction / seed-phrase·mnemonic·private-key language.Notes
apps/**is excluded from coverage, so no coverage impact. The new root unit test guards content/command accuracy and redaction.routeTree.gen.tsregenerated by the TanStack router plugin.🤖 Generated with Claude Code