gabriel / musehub public
feat patch mist task/mist-phase4-router-registration #1 / 1
AI Agent gabriel · 48 days ago · May 1, 2026 · Diff

feat(mist): phase 4 — explicit mists router registration

- Add 'mists' to _DIRECT_REGISTERED in routes/musehub/__init__.py to prevent double-registration via auto-discovery - Import api_mists_router in main.py alongside api_identities_router et al. - Call app.include_router(api_mists_router, prefix='/api', tags=['Mists']) in the explicit registration block - Add TDD test suite (10 tests) covering _DIRECT_REGISTERED membership, main.py import/include_router presence, OpenAPI schema paths, endpoint reachability, and duplicate operationId detection

All 63 mist-domain tests pass (phases 1–4).

sha256:d9306280eda9ce9e15e2327094fb38f905fe1cc00dff06b922a72edb94b90849 sha
sha256:138b9c0116186324a57d0dba14e0ac98ea2faba1592952f7c38f1f1fc21fd258 snapshot
← Older Oldest on task/mist-phase4-router-registration
All commits
Newer → Latest on task/mist-phase4-router-registration

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:d9306280eda9ce9e15e2327094fb38f905fe1cc00dff06b922a72edb94b90849 --body "your comment"