Skip to content

feat(signals): summarize repo tradeoffs#323

Merged
JSONbored merged 2 commits into
JSONbored:mainfrom
bitloi:feat/issue-247-direct-pr-issue-discovery-tradeoff
Jun 2, 2026
Merged

feat(signals): summarize repo tradeoffs#323
JSONbored merged 2 commits into
JSONbored:mainfrom
bitloi:feat/issue-247-direct-pr-issue-discovery-tradeoff

Conversation

@bitloi

@bitloi bitloi commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a repo decision tradeoffSummary that separates direct-PR fit, issue-discovery fit, maintainer burden, queue pressure, and policy confidence.
  • Keeps the tradeoff text public-safe by sanitizing wallet/key, reward-estimate, trust-score, public-score-prediction, private-reviewability, private-scoreability, and farming-language terms.
  • Adds focused unit and integration coverage for the deterministic classifications and API response shape.

Closes #247

Scope

  • This PR is focused and does not mix unrelated backend, UI, MCP, docs, dependency, and deploy changes.
  • This follows CONTRIBUTING.md and does not reintroduce GitHub Pages, VitePress, site/, or CNAME.
  • I linked an issue, or this is small enough that the summary explains why an issue is not needed.

Validation

  • git diff --check
  • npm run actionlint
  • npm run typecheck
  • npm run test:coverage locally; global coverage stays at or above 97% for lines, statements, functions, and branches (aim for 98%+ branch coverage locally so CI variance does not fail near the threshold)
  • npm run test:workers
  • npm run build:mcp
  • npm run test:mcp-pack
  • npm run ui:openapi:check
  • npm run ui:lint
  • npm run ui:typecheck
  • npm run ui:build
  • npm audit --audit-level=moderate
  • New or changed behavior has unit/integration tests for new branches, fallback paths, and sanitizer boundaries

If any required check was skipped, explain why:

  • None. npm run test:ci passed locally. Coverage summary: statements 99.07%, branches 97.05%, functions 98.34%, lines 99.66%.

Safety

  • No secrets, wallet details, hotkeys, coldkeys, user PATs, private keys, raw trust scores, private rankings, or private maintainer evidence are exposed.
  • Public GitHub text stays sanitized, low-noise, and does not imply compensation guarantees or optimization tactics.
  • Auth, cookie, CORS, GitHub App, Cloudflare, or session changes include negative-path tests.
  • API/OpenAPI/MCP behavior is updated and tested where needed.
  • UI changes use live API data or real empty/error/loading states, not production mock/demo fallbacks.
  • Visible UI changes include screenshots or a short recording. No visible UI changes in this PR.
  • Public docs/changelogs are updated where needed; changelogs are only edited for release-prep PRs.

Notes

  • API contract note: the new field is added to the nested decision payload returned by decision-pack APIs. The current OpenAPI schema models that nested decision object as a record, so no generated OpenAPI change was needed.
  • MCP note: the field is additive on cached decision-pack JSON and does not change CLI command behavior.

@JSONbored JSONbored left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bitloi - approved.

A few notes:

  • The tradeoff split is useful: direct PR fit, issue-discovery fit, maintainer burden, queue pressure, and policy confidence are exactly the dimensions repo owners and miners need.
  • The public summary is constrained to operational guidance instead of score/reward prediction, and the unit coverage includes forbidden public-language checks.
  • The implementation stays backend-only and does not add UI evidence requirements.

No code changes requested.

@dosubot dosubot Bot added the lgtm label Jun 2, 2026
@JSONbored
JSONbored merged commit e493647 into JSONbored:main Jun 2, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in gittensory - v1 roadmap Jun 2, 2026
@github-actions github-actions Bot mentioned this pull request Jun 3, 2026
12 tasks
@JSONbored JSONbored added gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier. and removed feature labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

feat(signals): show direct-PR vs issue-discovery tradeoff summary

2 participants