gabriel / musehub public
__init__.py python
16 lines 761 B
Raw
sha256:da49a05fd62cda46a7d73ec53a8d0adc5835d2070f6f0c51b12233a673c2e109 docs(mwp-1): mark Phase 5 complete, all acceptance criteria… Sonnet 4.6 26 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:da49a05fd62cda46a7d73ec53a8d0adc5835d2070f6f0c51b12233a673c2e109 docs(mwp-1): mark Phase 5 complete, all acceptance criteria… Sonnet 4.6 26 days ago