You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Unified Entity Model integrates registry, graph, query, traceability, verification, readiness,
health, and trust across REST, gRPC, CLI, SDKs, and Control Center. Every managed object routes
through EntityRegistry while preserving existing program- and device-level APIs.
Prefer entity verify for operational checks — spanda entity verify rover-001 replaces
ad-hoc combinations of device inspect + verify when you need a single report.
Program context is optional — hardware and mission checks run only when --program (CLI) or
file (REST) is provided.
Dependency traversal is opt-in — pass --dependencies or "include_dependencies": true to
verify the full depends_on chain.
Existing workflows unchanged — CI pipelines using spanda verify do not need updates.
Entity model tier is Stable as of 2026-06-29. SDKs published at 0.4.2 for entity promotion
(sdk-python-v0.4.2, crates-sdk-v0.4.2, npm-sdk-v0.4.2); current SDK 0.5.8. See
entity-model-stable-promotion.md for gate history.