gabriel / musehub public
__init__.py python
16 lines 761 B
Raw
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor ⚠ breaking 1 day ago
1 """Write tool executors — side-effecting MCP tool implementations.
2
3 Each sub-module handles a domain of write operations:
4 repos → create_repo
5 issues → create_issue, update_issue, create_issue_comment
6 proposals → create_proposal, merge_proposal, create_proposal_comment, submit_proposal_review
7 releases → create_release
8 labels → create_label
9 agents → agent_notify, agent_broadcast
10 domains → publish_domain
11 coord → coord_reserve, coord_release, coord_enqueue, coord_claim_task,
12 coord_complete_task, coord_fail_task, coord_extend_reservation
13
14 All public functions are async, accept plain scalar arguments extracted from
15 the MCP ``arguments`` dict, and return ``MusehubToolResult``.
16 """
File History 1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor 1 day ago