feat(funnel): surface the earn-on-Gittensor path for oss-anti-slop adopters (#694) - #713
Conversation
…opters (#694) Completes Pillar 6's funnel: a non-Gittensor adopter running the `oss-anti-slop` pack now sees an opt-in path from "I use the anti-slop gate" → "I'm a Gittensor contributor." - The predicted-gate verdict gains a `funnel` field, populated ONLY under the `oss-anti-slop` pack (null under `gittensor` — those contributors are already on Gittensor): a public-safe "Gittensor lets GitHub contributors earn for work like this — register to start earning" CTA + the register URL (reuses GITTENSOR_HOME_URL, same "earn"-only wording as the PR-comment footer). - Surfaced through the `gittensory_predict_gate` MCP tool (the agent-native self-check) so an agent on a non-Gittensor repo sees the conversion path inline. Opt-in + non-spammy (one CTA, oss-anti-slop only, never reward/payout/score wording). Tests: funnel present under oss-anti-slop with the register URL + "earn" copy, null under gittensor, and public-safe. 97% coverage gate green; workers pass.
|
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. |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
gittensory · advisory review Reviewed 3 changed file(s) — two independent AI reviewers. Suggested action: ✅ Safe to merge — both reviewers found no blocking issues. Reviewer A · Suggestions
Worth double-checking
Reviewer B · Suggestions
Worth double-checking
|
What
Completes Pillar 6's funnel (#694): a non-Gittensor adopter running the
oss-anti-sloppack now gets a clear opt-in path from "I use the anti-slop gate" → "I'm a Gittensor contributor."funnelfield, populated only under theoss-anti-sloppack (nullundergittensor— those contributors are already on Gittensor): a public-safe "Gittensor lets GitHub contributors earn for open-source work like this — register to start earning" CTA + the register URL. ReusesGITTENSOR_HOME_URLand the same "earn"-only wording as the existing PR-comment footer.gittensory_predict_gateMCP tool (the agent-native self-check from agent-native pre-submission self-check as a general product #693), so an agent on a non-Gittensor repo sees the conversion path inline with its "will this pass?" answer.Opt-in + non-spammy: one CTA, oss-anti-slop only, never reward/payout/score wording (public-safe).
Why
The two-sided general product is now complete: maintainer installs the pluggable gate (#692), agent self-checks via MCP (#693), and the adopter has a measurable path to becoming a Gittensor miner (#694). All built on the existing earn-CTA footer + predicted-gate engine.
Tests
predicted-gate.test.ts: funnel present undeross-anti-slopwith the register URL + "earn" copy;nullundergittensor; public-safe (no reward/payout/score).git diff --check+ui:openapi:checkpass.Closes #694. Completes Pillar 6 (#704: #692/#693/#694 all shipped).