Let's take a look at what's inside this suspicious commit object file.
cat path/to/file/from-before
Nope... it's a mess. The contents have been compressed to raw bytes!
xxd path/to/file/from-before
You may need to install xxd.
xxd path/to/file/from-before > /tmp/commit_object_hex.txt
Run and submit the CLI tests.