gabriel / musehub public
chore BREAKING dev
AI Agent gabriel · 121 days ago · May 16, 2026 · Diff

chore: purge remaining MWP streaming artifacts from musehub

- models/wire.py: 'H frame' → 'push request body' in WireCommit docstring - middleware/content_size.py: update _PUSH_PATH_RE to match only live routes (push/mpack-presign and push/unpack-mpack); remove dead /push/stream and /push/objects patterns from regex and docstring - tests/test_content_size_middleware.py: replace /push and /push/objects tests with /push/mpack-presign (the actual live endpoint) - alembic/0052: remove 'wire_push_stream' reference from migration comment - harmony: forget stale pattern for wire_push_stream (function deleted)

sha256:751b29aae5d6bea4f09a0cfbc54771c8f079c5d5854f467be64a6365cb5f5a42 sha
+3 ~2 −3 symbols
sha256:0f3685dc953e3b6f3b0a372469c92524282ff7cc09354442ec6c10ad70ef9ad1 snapshot
+3
symbols added
~2
symbols modified
−3
symbols removed
0
dead code introduced
Semantic Changes 8 symbols
~ musehub/models/wire.py .py 1 symbol modified
~ tests/test_content_size_middleware.py .py 3 symbols added, 3 symbols removed
test_push_objects_path_uses_push_limit function async_function test_push_objects_path_uses_push_limit L73–83
test_push_request_over_api_limit_but_under_push_limit_allowed function async_function test_push_request_over_api_limit_but_under_push_limit_allowed L59–70
test_push_request_under_push_limit_not_rejected function async_function test_push_request_under_push_limit_not_rejected L38–56
+ test_push_mpack_presign_over_api_limit_but_under_push_limit_allowed function async_function test_push_mpack_presign_over_api_limit_but_under_push_limit_allowed L53–64
+ test_push_mpack_presign_path_uses_push_limit function async_function test_push_mpack_presign_path_uses_push_limit L67–77
+ test_push_mpack_presign_under_push_limit_not_rejected function async_function test_push_mpack_presign_under_push_limit_not_rejected L38–50
← Older Oldest on dev
All commits
Newer → Latest on dev

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:751b29aae5d6bea4f09a0cfbc54771c8f079c5d5854f467be64a6365cb5f5a42 --body "your comment"