## Summary `contract.rs` still redefines windows/caps constants that live in `common.rs`. Single-source the constants. ## Acceptance criteria - [ ] Constants defined once - [ ] Facade only re-exports or uses `common` - [ ] No behavior change ## Where - `contracts/src/contract.rs` - `contracts/src/common.rs`
Summary
contract.rsstill redefines windows/caps constants that live incommon.rs. Single-source the constants.Acceptance criteria
commonWhere
contracts/src/contract.rscontracts/src/common.rs