gabriel / musehub public
__init__.py python
16 lines 761 B
Raw
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7 test(mwp3): Phase 4 — fix adjacent suite regressions, lock … Sonnet 4.6 22 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 2 commits
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7 test(mwp3): Phase 4 — fix adjacent suite regressions, lock … Sonnet 4.6 22 days ago
sha256:1749b9cc5cd2583c56d3261c4c00a342c27435f3946d4bc3e70f76aa2795458a docs(mwp-3): TDD implementation plan for job-enqueue idempo… Opus 4.8 22 days ago