gabriel / musehub public
__init__.py python
16 lines 761 B
Raw
sha256:bb2baaabdd19320bde50cb69d447fd1c1e571467df729be1a23b5e93064b046a feat(intel): standardize headers, gauge icon, velocity card… Sonnet 4.6 minor ⚠ breaking 144 days 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:bb2baaabdd19320bde50cb69d447fd1c1e571467df729be1a23b5e93064b046a feat(intel): standardize headers, gauge icon, velocity card… Sonnet 4.6 minor ⚠ 144 days ago