commit 2bbf724fcdc3d13497085f587b330cc2cf037617
parent c3cdced6d54a3e0c2e83b19e1f83aef011748e05
Author: triesap <tyson@radroots.org>
Date: Sat, 21 Feb 2026 18:48:03 +0000
coverage: promote `radroots-types` to required coverage rollout
- add `radroots-types` to `contract/coverage/required-crates.toml`
- switch `radroots-types` rollout status from planned to required
- keep rollout ordering unchanged in `contract/coverage/rollout.toml`
- align coverage contract metadata with blocking policy enforcement
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -1,6 +1,7 @@
[required]
crates = [
"radroots-core",
+ "radroots-types",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -15,7 +15,7 @@ order = 1
[[rollout.crates]]
name = "radroots-types"
-status = "planned"
+status = "required"
order = 2
[[rollout.crates]]