tatara-platform-checks 0.2.5

Platform-wide invariant checks over the registered tatara catalog. Each invariant walks the capability registries, asserting properties no single domain can verify alone (no duplicate keywords, every dep ref resolves, every schema parses, every compliance framework is known). New domains are validated automatically; new invariants are one function each.
docs.rs failed to build tatara-platform-checks-0.2.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tatara-platform-checks-0.2.4

tatara-platform-checks — platform-wide invariant runner.

Each Invariant is a typed check function over the registered catalog. The runner walks them all, collecting pass/fail for every keyword. No invariant assumes any specific domain — they all read from the global registries directly, so adding a new catalog domain inherits the full suite for free.

Adding a new invariant is a single function + an entry in default_invariants(). The compounding curve flattens once more: new layers describe themselves; new invariants describe the platform-wide properties those layers must satisfy.