Operational governance examples demonstrating deployment profiles, risk, certification, standards, and validation.
| Example | Profile | Risk | Maturity |
|---|---|---|---|
| warehouse | warehouse | medium | pilot |
| hospital | hospital | life_critical | pre_production |
| search-rescue | search_rescue | mission_critical | pilot |
| industrial-robot | factory | high | production |
| adas | road_vehicle | life_critical | simulation |
| connected-healthcare | hospital | life_critical | pilot |
| smart-building | smart_building | low | production |
Each example is a full project (spanda.toml, devices, governance). From an example directory:
spanda governance validate
spanda compliance check
spanda deployment verify
spanda governance report --json
CI smoke (all examples, including expected failures for incomplete certification):
./scripts/operational_governance_smoke.sh
See docs/governance.md and docs/stable-hardening-operational-governance.md.