Skip to main content

Package upgrade

After installation, run:
Then assert the SDK and MCP constants documented in Version compatibility.

Aura-to-Praxa naming

Praxa-branded exports and binaries coexist with established Aura-compatible wire identifiers. Migrate display names and source imports independently from wire values. Do not rename:
  • The x-aura-contract-version header
  • aura_* MCP tool names
  • MCP_SERVER_NAME = “aura-agent-os”
  • Any deployment contract value explicitly documented as stable

Memory migration

Federation comes before storage migration:
  1. Connect the existing provider read-only.
  2. Resolve tenant and subject namespace explicitly.
  3. Compare recall results and provenance.
  4. Exercise partial and all-source failure.
  5. Introduce hosted candidates only when their lexical, personal-tenant, and deletion boundaries fit the application.
  6. Keep provider-owned source deletion separate from hosted candidate deletion.
Last modified on August 14, 2026