commit dd4648ca4885ff82f3fd0f52cb958a4eef50a34a
parent 1419b5aeb98fba2c45109d0ede94dac851773954
Author: triesap <tyson@radroots.org>
Date: Sat, 21 Feb 2026 19:44:39 +0000
coverage: promote `radroots-identity` to required rollout status
- add `radroots-identity` to the blocking required crate registry
- mark rollout status for `radroots-identity` as required
- preserve existing rollout ordering and strict threshold policy
- align coverage contract metadata with ci blocking behavior
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -3,6 +3,7 @@ crates = [
"radroots-core",
"radroots-types",
"radroots-events",
+ "radroots-identity",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -25,7 +25,7 @@ order = 3
[[rollout.crates]]
name = "radroots-identity"
-status = "planned"
+status = "required"
order = 4
[[rollout.crates]]