commit c4146bb623b01b65f8333f22c7423b232b670ff4
parent f8dfe3f8da9dd1462f82b02f56310c65558eb456
Author: triesap <tyson@radroots.org>
Date: Sat, 21 Feb 2026 20:35:54 +0000
coverage: promote `radroots-trade` to required rollout status
- add `radroots-trade` to the blocking required crate registry
- mark the rollout status for `radroots-trade` as required
- preserve rollout ordering and existing policy thresholds
- align coverage contract metadata with ci blocking gates
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -4,6 +4,7 @@ crates = [
"radroots-types",
"radroots-events",
"radroots-identity",
+ "radroots-trade",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -30,7 +30,7 @@ order = 4
[[rollout.crates]]
name = "radroots-trade"
-status = "planned"
+status = "required"
order = 5
[[rollout.crates]]