feat(mcp): mirror DELETE selftune/overrides as loopover_clear_selftune_override#8679
Conversation
…e_override
Add the write-side MCP tool for clearing a repo's live self-tune gate
override, the missing counterpart to the read-only
loopover_get_selftune_override_audit. It calls the same deleteLiveOverride
the DELETE /v1/repos/:owner/:repo/selftune/overrides route uses, enforces
the same maintainer-manage repo gate as the sibling maintainer-mutation
tools (loopover_set_agent_paused/loopover_set_action_autonomy/
loopover_decide_pending_action), takes a required confirm:true, and returns
{ repoFullName, cleared: true }.
Closes JSONbored#8660
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8679 +/- ##
==========================================
+ Coverage 90.56% 90.86% +0.30%
==========================================
Files 96 97 +1
Lines 22490 23646 +1156
Branches 3884 4103 +219
==========================================
+ Hits 20367 21485 +1118
- Misses 1945 1958 +13
- Partials 178 203 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-25 23:36:12 UTC
Review summary Nits — 4 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
feat(mcp): mirror DELETE selftune/overrides as loopover_clear_selftune_override
Add the write-side MCP tool for clearing a repo's live self-tune gate
override, the missing counterpart to the read-only
loopover_get_selftune_override_audit. It calls the same deleteLiveOverride
the DELETE /v1/repos/:owner/:repo/selftune/overrides route uses, enforces
the same maintainer-manage repo gate as the sibling maintainer-mutation
tools (loopover_set_agent_paused/loopover_set_action_autonomy/
loopover_decide_pending_action), takes a required confirm:true, and returns
{ repoFullName, cleared: true }.
Closes #8660