-
-
Notifications
You must be signed in to change notification settings - Fork 89
feat(github-app): new maintainer @gittensory commands #553
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.gittensor:priorityMaintainer-selected Gittensor priority — scores a 1.5x multiplier.Maintainer-selected Gittensor priority — scores a 1.5x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Milestone
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.gittensor:priorityMaintainer-selected Gittensor priority — scores a 1.5x multiplier.Maintainer-selected Gittensor priority — scores a 1.5x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Parent roadmap: #525
Parent phase: #528
Background
Maintainer intelligence (burden forecast, intake health, outcome patterns, noise report) is already computed but not reachable from the PR thread where maintainers work.
Goal
Add new maintainer
@gittensorycommands that render existing builders into the thread.Current Behavior
The maintainer catalog (
src/github/commands.ts:22) has queue-summary/confirmed-miners/review-now/needs-author/duplicate-clusters only.Desired Behavior
burden-forecast(wrapsbuildBurdenForecastengine.ts:2954),intake-health(buildContributorIntakeHealth:2227),outcome-patterns(buildRepoOutcomePatterns:1904),noise-report(buildMaintainerNoiseReportreward-risk.ts:386).[maintainer, collaborator]policy.Implementation Requirements
MAINTAINER_QUEUE_DIGEST_COMMAND_CATALOG; thin renderers over the builders.Public/Private Output Boundaries
Acceptance Criteria
Testing Requirements
npm run test:ci, 97%+ coverage. Authorization + render tests per command.