-
-
Notifications
You must be signed in to change notification settings - Fork 89
CLI mirror for loopover_get_repo_onboarding_pack #6738
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Context
The MCP tool
loopover_get_repo_onboarding_pack(src/mcp/server.ts:1873, gated byrequireRepoOnboardingPackAccess, maintainer/owner/operator session only) mirrorsGET /v1/repos/:owner/:repo/onboarding-pack/preview(src/api/routes.ts:2491, gated byrequireAppRole(["maintainer","owner","operator"])+requireSessionRepoAccess). No CLI mirror exists.Requirements
maintain onboarding-pack --repo owner/repo [--refresh]subcommand (session-authenticated via existingloopover-mcp login) proxyingGET {repoBase}/onboarding-pack/preview?refresh=.Deliverables
maintain onboarding-packsubcommandTest Coverage Requirements
99%+ Codecov patch coverage on every changed line and branch in the new route/tool/CLI code, plus a test asserting output parity between the mirrored surfaces for identical input.
Expected Outcome
Maintainers can preview a repo's onboarding pack from the CLI.
Links & Resources
Precedent: existing session-gated
maintainsubcommands (pause/resume/set-level) atloopover-mcp.js:2761-2778.