Problemset_settlement_rule/set_default_rule enforce the delay cap, but the governance-sourced rule path (issue 24) bypasses it.
- Delay cap bypass.
- Divergent enforcement.
- Test gap.
Solution
- Enforce the cap on the governance-derived rule conversion too.
- Test.
Acceptance Criteria
- Delay cap applies to all resolution paths.
cargo test --workspace passes.
Note for Contributors: Write a clear PR description. Show the cap test.
Problem
set_settlement_rule/set_default_ruleenforce the delay cap, but the governance-sourced rule path (issue 24) bypasses it.Solution
Acceptance Criteria
cargo test --workspacepasses.Note for Contributors: Write a clear PR description. Show the cap test.