You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(signals): scope contributor-open-pr-monitor to isInstalled, not isRegistered (#5691)
buildContributorOpenPrMonitor scoped a contributor's open-PR "next steps"
packet to isRegistered repos. Every field it produces (classification,
reasons, next steps, guidance) is generic PR-hygiene advice with zero
gittensor-specific data (no reward-risk, no decision-pack fields), so
per the product decision on #5025, it's now available for any self-host
operator's installed repos regardless of gittensor-subnet opt-in status
-- consistent with #5021/#5022/#5024's isRegistered->isInstalled fixes.
Since no gittensor-specific fields exist on this endpoint today, no
field-trimming was needed: gittensor stays a pure additive plugin here
by not having added anything to this surface in the first place.
Closes#5025
it("#5025: covers an installed-but-not-subnet-registered repo, since the monitor's guidance is generic and unrelated to gittensor-subnet economics",async()=>{
0 commit comments