Keep the Python CLI and SDK aligned with the live backend contract.
cli/**
sdk/mutx/**
root and SDK packaging touchpoints
route/path alignment
sync and async client correctness
CLI ergonomics
example code that matches reality
/v1 default drift
/v1
stale user_id assumptions
user_id
async SDK methods wrapping sync resources
CLI deployment flags not matching backend behavior
ruff check cli sdk
black --check cli sdk
python -m compileall cli sdk/mutx
verify against mounted backend routes, not README prose
keep CLI output concise and actionable
do not break backward compatibility unless explicitly planned
Last updated 6 hours ago