Closed JuanCoRo closed 3 months ago
Based on the conversation on the standup 02/06, we've decided to
Since it was decided to add this option as a configuration file parameter rather than a CLI flag, I'm marking it as blocked on https://github.com/runtimeverification/kontrol/pull/373.
It is possible that when developing proofs, we don't care about keeping track of multiple versions of the same proof. We could have a flag (e.g.,
--single-version
) to automatically delete all existing versions ofContract.proof
whenkontrol prove Contract.proof --single-version
is executed.