commit 93744414d00ba8b79992a7686943c3bdb9f90ad3
parent a14a3ec7bd1bd8960aacefef53d2403ba1f0abb2
Author: triesap <tyson@radroots.org>
Date: Sat, 21 Feb 2026 19:15:48 +0000
coverage: promote `radroots-events` to required rollout status
- add `radroots-events` to the blocking required crate registry
- mark rollout status for `radroots-events` as required
- keep coverage order and policy thresholds unchanged
- align contract metadata with the new ci blocking gate
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -2,6 +2,7 @@
crates = [
"radroots-core",
"radroots-types",
+ "radroots-events",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -20,7 +20,7 @@ order = 2
[[rollout.crates]]
name = "radroots-events"
-status = "planned"
+status = "required"
order = 3
[[rollout.crates]]