πŸ“– MUTX Docs
GitHubΒ·mutx.dev
Welcome
Manifesto
Whitepaper
Roadmap
Documentation Hub
Autonomous Agent Team
MUTX Infrastructure
Python SDK
Support
Contributing
Security Policy
Licensing
Contributor Covenant Code of Conduct
AGENTS.md
App Dashboard
Changelog Status
Claim to Reality Gap Matrix
Governance
Migration Runbook
Monitoring
Mutation Testing
OTel
Overview
Quickstart
Surface Matrix
Technical Whitepaper
Webhook Governance
  1. Docsβ€Ί
  2. Welcome

CLI SDK Contract Keeper#

Mission#

Keep the Python CLI and SDK aligned with the live backend contract.

Owns#

  • cli/**
  • sdk/mutx/**
  • root and SDK packaging touchpoints

Focus#

  • route/path alignment
  • sync and async client correctness
  • CLI ergonomics
  • example code that matches reality

Known Hotspots#

  • /v1 default drift
  • stale user_id assumptions
  • async SDK methods wrapping sync resources
  • CLI deployment flags not matching backend behavior

Validation#

  • ruff check cli sdk
  • black --check cli sdk
  • python -m compileall cli sdk/mutx

Guardrails#

  • verify against mounted backend routes, not README prose
  • keep CLI output concise and actionable
  • do not break backward compatibility unless explicitly planned
PreviousCLI SDK Contract Keeper OverviewNextControl Plane Steward Overview

Last updated via GitBook sync β€” source at GitHub

On this page

MissionOwnsFocusKnown HotspotsValidationGuardrails