2. 🚨 [`_refund()` should check if the vesting's cliff date has been reached when calculating the amount to burn](https://github.com/commonsswarm/hatch-app/blob/master/contracts/Hatch.sol#L327-L329): because `refund()` can be called at any time, a user who waits until after the cliff period to be refunded may experience odd behaviour (either they receive some vested tokens or are unable to process the refund because the token manager fails to burn the expected amount of tokens)