Description:
Ensure that once a vault is active, the Admin cannot maliciously change the start_time to push the vesting schedule further into the future.
Acceptance Criteria:
[ ] Audit the contract to ensure no state-modifying function can alter start_time or cliff_duration after initialization.
[ ] Write a unit test verifying these fields are completely immutable.
Labels: security, trust