-
-
Notifications
You must be signed in to change notification settings - Fork 89
CLI mirror for loopover_get_agent_audit_feed #6733
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_agent_audit_feed(src/mcp/server.ts:2546, viagetAgentAuditFeed,requireRepoManageAccess-gated) has a REST equivalent atGET /v1/repos/:owner/:repo/agent/audit-feed(src/api/routes.ts:2614, maintainer-gated viarequireRepoMaintainer, supports?since=,?limit=,?pull=). Not present among the CLI'sregisterStdioToolcalls, and not one ofmaintain's subcommands (status|queue|approve|reject|pause|resume|set-level|precision, seeprintMaintainHelpatloopover-mcp.js:2676).Requirements
maintain audit-feed [--since <iso>] [--limit <n>] [--pull <n>]subcommand tomaintainCliinloopover-mcp.jsproxyingGET {repoBase}/agent/audit-feed.printMaintainHelp.maintain precision's existing test pattern.Deliverables
maintain audit-feedsubcommandprintMaintainHelpTest 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
A maintainer can pull the agent audit feed from the CLI the same way they already can via REST/MCP.
Links & Resources
Precedent:
maintain precisionsubcommand atloopover-mcp.js:2779-2798, same maintainer-CLI shape.