feat(labels): complete label CRUD coverage across CLI, MCP, and REST
REST: - Seed default labels (bug, enhancement, question, docs, etc.) on repo creation - Remove music-domain labels (needs-arrangement, musical-theory) from defaults - Fix dead seed_default_labels — now wired into create_repo route
MCP: - Add musehub_list_labels (read tool, no auth), musehub_update_label, musehub_delete_label - Move execute_create_label to mcp/write_tools/labels.py (own module) - Fix color validation: require #xxxxxx format (was incorrectly documented as 6-char) - Move musehub_list_labels to MUSEHUB_READ_TOOLS (no auth required)
UI: - Delete /labels web page, templates, and tests (CRUD requires MSign; no GUI needed) - Strip empty filter params before HTMX fires (htmx:configRequest) to fix URL pollution
Tests: - 120 passing: REST labels, MCP write tools, MCP dispatcher - Fix test_tool_catalogue count 65→68, fix proposal key 'proposals'→'pulls' - Fix prompts.py NameError ({hostname} in f-string)
0 comments
muse hub commit comment sha256:9496a4368ef28185ddf11503bfd4d3811bc360097ae8837980c637ec3de670f7 --body "your comment"
No comments yet. Be the first to start the discussion.