Execution control tools capture simulation execution context in a similar way to how version control tools capture varying aspects of data context. The Cloud of Reproducible Records (CoRR) is a platform and command line client for recording execution context as a set of records. It captures details like version control, python dependencies, input/output files, parameters, CPU/memory usage, and commentary. CoRR-cli is a relatively mature codebase that launches computations as subprocesses and continuously updates local records that can then be synced to the CoRR API. Future work includes hosting a live platform, improving searchability, standardizing metadata, and expanding CoRR-cli's metadata capture capabilities.