Intent-Code Divergence
Medium
- Confidence
- 87% confidence
- Finding
- The comments describe a model with a cliff followed by linear vesting, which implies the returned values should correctly encode that schedule. The function computes `start` as TGE plus cliff and `duration` as only `vest_months`, which means the effective schedule begins after the cliff rather than representing a combined cliff-plus-vesting interval; this is a semantic mismatch between the documentation and the actual returned parameters for `VestingWallet`.
